File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import {
24
24
ClockCircleOutlined ,
25
25
CloseCircleFilled ,
26
26
CloseOutlined ,
27
+ CopyOutlined ,
27
28
DeleteOutlined ,
28
29
DoubleLeftOutlined ,
29
30
DoubleRightOutlined ,
@@ -89,6 +90,7 @@ const fileNameToClassName = {
89
90
ClockCircleOutlined: ' anticon-clock-circle' ,
90
91
CloseCircleFilled: ' anticon-close-circle' ,
91
92
CloseOutlined: ' anticon-close' ,
93
+ CopyOutlined: ' anticon-copy' ,
92
94
DeleteOutlined: ' anticon-delete' ,
93
95
DoubleLeftOutlined: ' anticon-double-left' ,
94
96
DoubleRightOutlined: ' anticon-double-right' ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ module.exports = {
14
14
ClockCircleOutlined : 'anticon-clock-circle' ,
15
15
CloseCircleFilled : 'anticon-close-circle' ,
16
16
CloseOutlined : 'anticon-close' ,
17
+ CopyOutlined : 'anticon-copy' ,
17
18
DeleteOutlined : 'anticon-delete' ,
18
19
DoubleLeftOutlined : 'anticon-double-left' ,
19
20
DoubleRightOutlined : 'anticon-double-right' ,
Original file line number Diff line number Diff line change 111
111
}
112
112
}
113
113
114
+ .anticon-copy svg path {
115
+ & :first-child {
116
+ d: path(" M44 6H12C8.68629 6 6 8.68629 6 12V44C6 47.3137 8.68629 50 12 50H14V51C14 54.3137 16.6863 57 20 57H52C55.3137 57 58 54.3137 58 51V19C58 15.6863 55.3137 13 52 13H50V12C50 8.68629 47.3137 6 44 6ZM50 17V44C50 47.3137 47.3137 50 44 50H18V51C18 52.1046 18.8954 53 20 53H52C53.1046 53 54 52.1046 54 51V19C54 17.8954 53.1046 17 52 17H50ZM44 10C45.1046 10 46 10.8954 46 12V44C46 45.1046 45.1046 46 44 46H12C10.8954 46 10 45.1046 10 44V12C10 10.8954 10.8954 10 12 10H44ZM42 28C42 26.8954 41.1046 26 40 26H30V16C30 14.8954 29.1046 14 28 14C26.8954 14 26 14.8954 26 16V26H16C14.8954 26 14 26.8954 14 28C14 29.1046 14.8954 30 16 30H26V40C26 41.1046 26.8954 42 28 42C29.1046 42 30 41.1046 30 40V30H40C41.1046 30 42 29.1046 42 28Z" );
117
+ }
118
+ & :not (:first-child ) {
119
+ d: path(" " );
120
+ }
121
+ }
122
+
114
123
.anticon-delete svg path {
115
124
& :first-child {
116
125
d: path(" M596.375 174.5a56.25 56.25 0 0 1 56.25 56.25v56.25h210.9375a28.125 28.125 0 1 1 0 56.25h-70.3125v450a56.25 56.25 0 0 1-56.25 56.25H287a56.25 56.25 0 0 1-56.25-56.25V343.25H160.4375a28.125 28.125 0 1 1 0-56.25h210.9375v-56.25a56.25 56.25 0 0 1 56.25-56.25h168.75z m140.625 168.75H287v450h450V343.25z m-309.375 84.375a28.125 28.125 0 0 1 28.125 28.125v225a28.125 28.125 0 1 1-56.25 0V455.75a28.125 28.125 0 0 1 28.125-28.125z m168.75 0a28.125 28.125 0 0 1 28.125 28.125v225a28.125 28.125 0 1 1-56.25 0V455.75a28.125 28.125 0 0 1 28.125-28.125z m0-196.875H427.625v56.25h168.75v-56.25z" );
You can’t perform that action at this time.
0 commit comments