1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "12",
| "height": "12",
| "viewBox": "0 0 12 12",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "zap-fast"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Solid"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M1.25 8.75004C1.25 8.4739 1.47386 8.25004 1.75 8.25004H4.5C4.77614 8.25004 5 8.4739 5 8.75004C5 9.02618 4.77614 9.25004 4.5 9.25004H1.75C1.47386 9.25004 1.25 9.02618 1.25 8.75004Z",
| "fill": "currentColor"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M0.5 6.00004C0.5 5.7239 0.723858 5.50004 1 5.50004H3.25C3.52614 5.50004 3.75 5.7239 3.75 6.00004C3.75 6.27618 3.52614 6.50004 3.25 6.50004H1C0.723858 6.50004 0.5 6.27618 0.5 6.00004Z",
| "fill": "currentColor"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M1.5 3.25004C1.5 2.9739 1.72386 2.75004 2 2.75004H4.5C4.77614 2.75004 5 2.9739 5 3.25004C5 3.52618 4.77614 3.75004 4.5 3.75004H2C1.72386 3.75004 1.5 3.52618 1.5 3.25004Z",
| "fill": "currentColor"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M8.68379 1.03505C8.89736 1.11946 9.02596 1.33849 8.99561 1.56612L8.57109 4.75004H10.4727C10.4785 4.75004 10.4842 4.75004 10.49 4.75004C10.6003 4.75002 10.7147 4.74999 10.8092 4.75863C10.9022 4.76713 11.0713 4.78965 11.2224 4.90631C11.3987 5.04237 11.5054 5.24972 11.5137 5.47225C11.5208 5.66306 11.4408 5.81376 11.3937 5.89434C11.3458 5.97625 11.2793 6.06932 11.2151 6.15912C11.2118 6.16381 11.2084 6.16849 11.2051 6.17316L7.90687 10.7907C7.77339 10.9775 7.52978 11.0495 7.31621 10.965C7.10264 10.8806 6.97404 10.6616 7.00439 10.434L7.42891 7.25004H5.52728C5.52154 7.25004 5.51579 7.25004 5.51003 7.25004C5.39966 7.25007 5.28526 7.25009 5.19077 7.24145C5.09782 7.23296 4.92871 7.21044 4.77755 7.09377C4.60127 6.95771 4.49456 6.75036 4.48631 6.52783C4.47924 6.33702 4.5592 6.18632 4.60631 6.10575C4.65421 6.02383 4.72072 5.93076 4.78489 5.84097C4.78824 5.83628 4.79158 5.8316 4.79492 5.82693L8.09313 1.20942C8.22661 1.02255 8.47022 0.950633 8.68379 1.03505Z",
| "fill": "currentColor"
| },
| "children": []
| }
| ]
| }
| ]
| }
| ]
| },
| "name": "ZapFast"
| }
|
|