File tree Expand file tree Collapse file tree 10 files changed +390
-0
lines changed
Expand file tree Collapse file tree 10 files changed +390
-0
lines changed Original file line number Diff line number Diff line change 1+ import * as React from 'react' ;
2+
3+ const Eraser1 = ( props : React . SVGAttributes < SVGElement > ) => (
4+ < svg
5+ viewBox = "0 0 48 48"
6+ xmlnsXlink = "http://www.w3.org/1999/xlink"
7+ width = "1em"
8+ height = "1em"
9+ { ...props }
10+ >
11+ < defs >
12+ < path id = "a" d = "M0 .18h41.357v36.187H0z" />
13+ < path id = "c" d = "M0 37h47.879V1H0z" />
14+ </ defs >
15+ < g fill = "none" fillRule = "evenodd" >
16+ < path d = "M0 0h48v48H0z" />
17+ < g transform = "translate(0 5)" >
18+ < g transform = "translate(0 .82)" >
19+ < mask id = "b" fill = "#fff" >
20+ < use xlinkHref = "#a" />
21+ </ mask >
22+ < path
23+ d = "M15.777 14.664l11.096 11.097-5.437 5.436h-9.27l-6.461-6.462 10.072-10.07zm12.97 16.533l11.475-11.474a3.88 3.88 0 0 0 0-5.484L27.298 1.315a3.878 3.878 0 0 0-5.484 0L1.136 21.995a3.877 3.877 0 0 0 0 5.482l7.754 7.754a3.875 3.875 0 0 0 2.742 1.136H22.68c1.072 0 1.61-.715 2.57-1.676l3.497-3.494z"
24+ fill = "currentColor"
25+ mask = "url(#b)"
26+ />
27+ </ g >
28+ < mask id = "d" fill = "#fff" >
29+ < use xlinkHref = "#c" />
30+ </ mask >
31+ < text
32+ mask = "url(#d)"
33+ fontFamily = "HelveticaNeue-Bold, Helvetica Neue"
34+ fontSize = { 18 }
35+ fontWeight = "bold"
36+ fill = "currentColor"
37+ >
38+ < tspan x = { 37.992 } y = { 37 } >
39+ 1
40+ </ tspan >
41+ </ text >
42+ </ g >
43+ </ g >
44+ </ svg >
45+ ) ;
46+
47+ export default Eraser1 ;
Original file line number Diff line number Diff line change 1+ import * as React from 'react' ;
2+
3+ const Eraser2 = ( props : React . SVGAttributes < SVGElement > ) => (
4+ < svg
5+ viewBox = "0 0 48 48"
6+ xmlnsXlink = "http://www.w3.org/1999/xlink"
7+ width = "1em"
8+ height = "1em"
9+ { ...props }
10+ >
11+ < defs >
12+ < path id = "a" d = "M0 .18h41.357v36.187H0z" />
13+ < path id = "c" d = "M0 37h47.879V1H0z" />
14+ </ defs >
15+ < g fill = "none" fillRule = "evenodd" >
16+ < path d = "M0 0h48v48H0z" />
17+ < g transform = "translate(0 5)" >
18+ < g transform = "translate(0 .82)" >
19+ < mask id = "b" fill = "#fff" >
20+ < use xlinkHref = "#a" />
21+ </ mask >
22+ < path
23+ d = "M15.777 14.664l11.096 11.097-5.437 5.436h-9.27l-6.461-6.462 10.072-10.07zm12.97 16.533l11.475-11.474a3.88 3.88 0 0 0 0-5.484L27.298 1.315a3.878 3.878 0 0 0-5.484 0L1.136 21.995a3.877 3.877 0 0 0 0 5.482l7.754 7.754a3.875 3.875 0 0 0 2.742 1.136H22.68c1.072 0 1.61-.715 2.57-1.676l3.497-3.494z"
24+ fill = "currentColor"
25+ mask = "url(#b)"
26+ />
27+ </ g >
28+ < mask id = "d" fill = "#fff" >
29+ < use xlinkHref = "#c" />
30+ </ mask >
31+ < text
32+ mask = "url(#d)"
33+ fontFamily = "HelveticaNeue-Bold, Helvetica Neue"
34+ fontSize = { 18 }
35+ fontWeight = "bold"
36+ fill = "currentColor"
37+ >
38+ < tspan x = { 37.992 } y = { 37 } >
39+ 2
40+ </ tspan >
41+ </ text >
42+ </ g >
43+ </ g >
44+ </ svg >
45+ ) ;
46+
47+ export default Eraser2 ;
Original file line number Diff line number Diff line change 1+ import * as React from 'react' ;
2+
3+ const Eraser3 = ( props : React . SVGAttributes < SVGElement > ) => (
4+ < svg
5+ viewBox = "0 0 48 48"
6+ xmlnsXlink = "http://www.w3.org/1999/xlink"
7+ width = "1em"
8+ height = "1em"
9+ { ...props }
10+ >
11+ < defs >
12+ < path id = "a" d = "M0 .18h41.357v36.187H0z" />
13+ < path id = "c" d = "M0 37h47.879V1H0z" />
14+ </ defs >
15+ < g fill = "none" fillRule = "evenodd" >
16+ < path d = "M0 0h48v48H0z" />
17+ < g transform = "translate(0 5)" >
18+ < g transform = "translate(0 .82)" >
19+ < mask id = "b" fill = "#fff" >
20+ < use xlinkHref = "#a" />
21+ </ mask >
22+ < path
23+ d = "M15.777 14.664l11.096 11.097-5.437 5.436h-9.27l-6.461-6.462 10.072-10.07zm12.97 16.533l11.475-11.474a3.88 3.88 0 0 0 0-5.484L27.298 1.315a3.878 3.878 0 0 0-5.484 0L1.136 21.995a3.877 3.877 0 0 0 0 5.482l7.754 7.754a3.875 3.875 0 0 0 2.742 1.136H22.68c1.072 0 1.61-.715 2.57-1.676l3.497-3.494z"
24+ fill = "currentColor"
25+ mask = "url(#b)"
26+ />
27+ </ g >
28+ < mask id = "d" fill = "#fff" >
29+ < use xlinkHref = "#c" />
30+ </ mask >
31+ < text
32+ mask = "url(#d)"
33+ fontFamily = "HelveticaNeue-Bold, Helvetica Neue"
34+ fontSize = { 18 }
35+ fontWeight = "bold"
36+ fill = "currentColor"
37+ >
38+ < tspan x = { 37.992 } y = { 37 } >
39+ 3
40+ </ tspan >
41+ </ text >
42+ </ g >
43+ </ g >
44+ </ svg >
45+ ) ;
46+
47+ export default Eraser3 ;
Original file line number Diff line number Diff line change 1+ import * as React from 'react' ;
2+
3+ const Eraser4 = ( props : React . SVGAttributes < SVGElement > ) => (
4+ < svg
5+ viewBox = "0 0 48 48"
6+ xmlnsXlink = "http://www.w3.org/1999/xlink"
7+ width = "1em"
8+ height = "1em"
9+ { ...props }
10+ >
11+ < defs >
12+ < path id = "a" d = "M0 .18h41.357v36.187H0z" />
13+ < path id = "c" d = "M0 37h47.879V1H0z" />
14+ </ defs >
15+ < g fill = "none" fillRule = "evenodd" >
16+ < path d = "M0 0h48v48H0z" />
17+ < g transform = "translate(0 5)" >
18+ < g transform = "translate(0 .82)" >
19+ < mask id = "b" fill = "#fff" >
20+ < use xlinkHref = "#a" />
21+ </ mask >
22+ < path
23+ d = "M15.777 14.664l11.096 11.097-5.437 5.436h-9.27l-6.461-6.462 10.072-10.07zm12.97 16.533l11.475-11.474a3.88 3.88 0 0 0 0-5.484L27.298 1.315a3.878 3.878 0 0 0-5.484 0L1.136 21.995a3.877 3.877 0 0 0 0 5.482l7.754 7.754a3.875 3.875 0 0 0 2.742 1.136H22.68c1.072 0 1.61-.715 2.57-1.676l3.497-3.494z"
24+ fill = "currentColor"
25+ mask = "url(#b)"
26+ />
27+ </ g >
28+ < mask id = "d" fill = "#fff" >
29+ < use xlinkHref = "#c" />
30+ </ mask >
31+ < text
32+ mask = "url(#d)"
33+ fontFamily = "HelveticaNeue-Bold, Helvetica Neue"
34+ fontSize = { 18 }
35+ fontWeight = "bold"
36+ fill = "currentColor"
37+ >
38+ < tspan x = { 37.992 } y = { 37 } >
39+ 4
40+ </ tspan >
41+ </ text >
42+ </ g >
43+ </ g >
44+ </ svg >
45+ ) ;
46+
47+ export default Eraser4 ;
Original file line number Diff line number Diff line change 1+ import * as React from 'react' ;
2+
3+ const Eraser5 = ( props : React . SVGAttributes < SVGElement > ) => (
4+ < svg
5+ viewBox = "0 0 48 48"
6+ xmlnsXlink = "http://www.w3.org/1999/xlink"
7+ width = "1em"
8+ height = "1em"
9+ { ...props }
10+ >
11+ < defs >
12+ < path id = "a" d = "M0 .18h41.357v36.187H0z" />
13+ < path id = "c" d = "M0 37h47.879V1H0z" />
14+ </ defs >
15+ < g fill = "none" fillRule = "evenodd" >
16+ < path d = "M0 0h48v48H0z" />
17+ < g transform = "translate(0 5)" >
18+ < g transform = "translate(0 .82)" >
19+ < mask id = "b" fill = "#fff" >
20+ < use xlinkHref = "#a" />
21+ </ mask >
22+ < path
23+ d = "M15.777 14.664l11.096 11.097-5.437 5.436h-9.27l-6.461-6.462 10.072-10.07zm12.97 16.533l11.475-11.474a3.88 3.88 0 0 0 0-5.484L27.298 1.315a3.878 3.878 0 0 0-5.484 0L1.136 21.995a3.877 3.877 0 0 0 0 5.482l7.754 7.754a3.875 3.875 0 0 0 2.742 1.136H22.68c1.072 0 1.61-.715 2.57-1.676l3.497-3.494z"
24+ fill = "currentColor"
25+ mask = "url(#b)"
26+ />
27+ </ g >
28+ < mask id = "d" fill = "#fff" >
29+ < use xlinkHref = "#c" />
30+ </ mask >
31+ < text
32+ mask = "url(#d)"
33+ fontFamily = "HelveticaNeue-Bold, Helvetica Neue"
34+ fontSize = { 18 }
35+ fontWeight = "bold"
36+ fill = "currentColor"
37+ >
38+ < tspan x = { 37.992 } y = { 37 } >
39+ 5
40+ </ tspan >
41+ </ text >
42+ </ g >
43+ </ g >
44+ </ svg >
45+ ) ;
46+
47+ export default Eraser5 ;
You can’t perform that action at this time.
0 commit comments