@fluentui/react-icons 2.0.158-beta.9 → 2.0.159-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/icons/chunk-2.js +2 -2
- package/lib/icons/chunk-4.js +308 -320
- package/lib/icons/chunk-5.d.ts +4 -4
- package/lib/icons/chunk-5.js +77 -113
- package/lib/icons/chunk-6.d.ts +0 -4
- package/lib/icons/chunk-6.js +0 -76
- package/lib/sizedIcons/chunk-12.js +265 -297
- package/lib/sizedIcons/chunk-13.js +1470 -1566
- package/lib/sizedIcons/chunk-14.js +15 -15
- package/lib/sizedIcons/chunk-18.d.ts +12 -12
- package/lib/sizedIcons/chunk-18.js +229 -265
- package/lib/sizedIcons/chunk-19.d.ts +12 -12
- package/lib/sizedIcons/chunk-19.js +245 -231
- package/lib/sizedIcons/chunk-20.d.ts +0 -12
- package/lib/sizedIcons/chunk-20.js +0 -242
- package/lib/sizedIcons/chunk-7.js +3 -3
- package/lib-cjs/icons/chunk-2.js +2 -2
- package/lib-cjs/icons/chunk-4.js +308 -320
- package/lib-cjs/icons/chunk-5.d.ts +4 -4
- package/lib-cjs/icons/chunk-5.js +81 -117
- package/lib-cjs/icons/chunk-6.d.ts +0 -4
- package/lib-cjs/icons/chunk-6.js +4 -80
- package/lib-cjs/sizedIcons/chunk-12.js +265 -297
- package/lib-cjs/sizedIcons/chunk-13.js +1470 -1566
- package/lib-cjs/sizedIcons/chunk-14.js +15 -15
- package/lib-cjs/sizedIcons/chunk-18.d.ts +12 -12
- package/lib-cjs/sizedIcons/chunk-18.js +238 -274
- package/lib-cjs/sizedIcons/chunk-19.d.ts +12 -12
- package/lib-cjs/sizedIcons/chunk-19.js +255 -241
- package/lib-cjs/sizedIcons/chunk-20.d.ts +0 -12
- package/lib-cjs/sizedIcons/chunk-20.js +2 -244
- package/lib-cjs/sizedIcons/chunk-7.js +3 -3
- package/package.json +1 -1
|
@@ -1,248 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
-
const WindowConsole20FilledIcon = iconProps => {
|
|
5
|
-
const {
|
|
6
|
-
className,
|
|
7
|
-
primaryFill
|
|
8
|
-
} = iconProps;
|
|
9
|
-
return React.createElement("svg", {
|
|
10
|
-
width: 20,
|
|
11
|
-
height: 20,
|
|
12
|
-
viewBox: "0 0 20 20",
|
|
13
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
className: className
|
|
15
|
-
}, React.createElement("path", {
|
|
16
|
-
d: "M5.65 9.15c.2-.2.5-.2.7 0l2 2a.5.5 0 010 .7l-2 2a.5.5 0 01-.7-.7l1.64-1.65-1.64-1.65a.5.5 0 010-.7zM14 13H9.5a.5.5 0 000 1H14a.5.5 0 000-1zM3 5.5A2.5 2.5 0 015.5 3h9A2.5 2.5 0 0117 5.5v9a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 013 14.5v-9zM4.5 7v7.25c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V7h-11z",
|
|
17
|
-
fill: primaryFill
|
|
18
|
-
}));
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const WindowConsole20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowConsole20FilledIcon({}), 'WindowConsole20Filled');
|
|
22
|
-
|
|
23
|
-
const WindowConsole20RegularIcon = iconProps => {
|
|
24
|
-
const {
|
|
25
|
-
className,
|
|
26
|
-
primaryFill
|
|
27
|
-
} = iconProps;
|
|
28
|
-
return React.createElement("svg", {
|
|
29
|
-
width: 20,
|
|
30
|
-
height: 20,
|
|
31
|
-
viewBox: "0 0 20 20",
|
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
-
className: className
|
|
34
|
-
}, React.createElement("path", {
|
|
35
|
-
d: "M5.65 9.15c.2-.2.5-.2.7 0l2 2a.5.5 0 010 .7l-2 2a.5.5 0 01-.7-.7l1.64-1.65-1.64-1.65a.5.5 0 010-.7zM14.5 13h-5a.5.5 0 000 1h5a.5.5 0 000-1zM3 5.5A2.5 2.5 0 015.5 3h9A2.5 2.5 0 0117 5.5v9a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 013 14.5v-9zM16 6v-.5c0-.83-.68-1.5-1.5-1.5h-9C4.67 4 4 4.67 4 5.5V6h12zM4 7v7.5c0 .83.67 1.5 1.5 1.5h9c.82 0 1.5-.67 1.5-1.5V7H4z",
|
|
36
|
-
fill: primaryFill
|
|
37
|
-
}));
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export const WindowConsole20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowConsole20RegularIcon({}), 'WindowConsole20Regular');
|
|
41
|
-
|
|
42
|
-
const WindowDevEdit16FilledIcon = iconProps => {
|
|
43
|
-
const {
|
|
44
|
-
className,
|
|
45
|
-
primaryFill
|
|
46
|
-
} = iconProps;
|
|
47
|
-
return React.createElement("svg", {
|
|
48
|
-
width: 16,
|
|
49
|
-
height: 16,
|
|
50
|
-
viewBox: "0 0 16 16",
|
|
51
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
-
className: className
|
|
53
|
-
}, React.createElement("g", {
|
|
54
|
-
clipPath: "url(#clip0_118447_756)"
|
|
55
|
-
}, React.createElement("path", {
|
|
56
|
-
d: "M4.75 2A2.75 2.75 0 002 4.75v6a2.75 2.75 0 002.75 2.75h2.42l.18-.7c.07-.28.17-.55.3-.8h-2.9c-.69 0-1.25-.56-1.25-1.25V5H12v2.38l.63-.63c.26-.26.55-.45.87-.57V4.75A2.75 2.75 0 0010.75 2h-6zm6.24 6.4a.5.5 0 00-.14-.25l-2-2a.5.5 0 00-.7.7L9.79 8.5l-1.64 1.65a.5.5 0 00.24.84l2.6-2.6zM6.85 6.84a.5.5 0 00-.7-.7l-2 2a.5.5 0 000 .7l2 2a.5.5 0 10.7-.7L5.21 8.5l1.64-1.65zm8.7.6c-.61-.6-1.6-.6-2.21 0l-4.3 4.3c-.35.35-.6.8-.72 1.28l-.3 1.21a.6.6 0 00.73.74l1.22-.3c.48-.12.93-.37 1.29-.73l4.28-4.29c.61-.6.61-1.6 0-2.2z",
|
|
57
|
-
fill: primaryFill
|
|
58
|
-
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
59
|
-
id: "clip0_118447_756"
|
|
60
|
-
}, React.createElement("path", {
|
|
61
|
-
fill: "#fff",
|
|
62
|
-
d: "M0 0h16v16H0z"
|
|
63
|
-
}))));
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
export const WindowDevEdit16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevEdit16FilledIcon({}), 'WindowDevEdit16Filled');
|
|
67
|
-
|
|
68
|
-
const WindowDevEdit16RegularIcon = iconProps => {
|
|
69
|
-
const {
|
|
70
|
-
className,
|
|
71
|
-
primaryFill
|
|
72
|
-
} = iconProps;
|
|
73
|
-
return React.createElement("svg", {
|
|
74
|
-
width: 16,
|
|
75
|
-
height: 16,
|
|
76
|
-
viewBox: "0 0 16 16",
|
|
77
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
78
|
-
className: className
|
|
79
|
-
}, React.createElement("g", {
|
|
80
|
-
clipPath: "url(#clip0_118447_760)"
|
|
81
|
-
}, React.createElement("path", {
|
|
82
|
-
d: "M2 4.5A2.5 2.5 0 014.5 2h6A2.5 2.5 0 0113 4.5v1.94c-.13.09-.25.2-.37.3l-.63.64V5H3v5.5c0 .83.67 1.5 1.5 1.5h3.14c-.12.25-.22.52-.3.8l-.04.2H4.5A2.5 2.5 0 012 10.5v-6zM4.5 3c-.65 0-1.21.42-1.42 1h8.83c-.2-.58-.76-1-1.41-1h-6zm6.49 5.4l-2.6 2.59a.5.5 0 01-.24-.84L9.79 8.5 8.15 6.85a.5.5 0 11.7-.7l2 2a.5.5 0 01.14.24zM6.85 6.84a.5.5 0 10-.7-.7l-2 2a.5.5 0 000 .7l2 2a.5.5 0 00.7-.7L5.21 8.5l1.64-1.65zm8.7.6c-.61-.6-1.6-.6-2.21 0l-4.3 4.3c-.35.35-.6.8-.72 1.28l-.3 1.21a.6.6 0 00.73.74l1.22-.3c.48-.12.93-.37 1.29-.73l4.28-4.29c.61-.6.61-1.6 0-2.2z",
|
|
83
|
-
fill: primaryFill
|
|
84
|
-
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
85
|
-
id: "clip0_118447_760"
|
|
86
|
-
}, React.createElement("path", {
|
|
87
|
-
fill: "#fff",
|
|
88
|
-
d: "M0 0h16v16H0z"
|
|
89
|
-
}))));
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
export const WindowDevEdit16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevEdit16RegularIcon({}), 'WindowDevEdit16Regular');
|
|
93
|
-
|
|
94
|
-
const WindowDevEdit20FilledIcon = iconProps => {
|
|
95
|
-
const {
|
|
96
|
-
className,
|
|
97
|
-
primaryFill
|
|
98
|
-
} = iconProps;
|
|
99
|
-
return React.createElement("svg", {
|
|
100
|
-
width: 20,
|
|
101
|
-
height: 20,
|
|
102
|
-
viewBox: "0 0 20 20",
|
|
103
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
104
|
-
className: className
|
|
105
|
-
}, React.createElement("path", {
|
|
106
|
-
d: "M2 4.75A2.75 2.75 0 014.75 2h8.5A2.75 2.75 0 0116 4.75v4.48c-.33.14-.63.35-.9.61l-.6.6V6h-11v7.25c0 .69.56 1.25 1.25 1.25h5.7l-.18.17a3.2 3.2 0 00-.8 1.33H4.76A2.75 2.75 0 012 13.25v-8.5zm6.35 3.1a.5.5 0 10-.7-.7l-2.5 2.5a.5.5 0 000 .7l2.5 2.5a.5.5 0 00.7-.7L6.21 10l2.14-2.15zm1.8 5a.5.5 0 010-.7L12.29 10l-2.14-2.15a.5.5 0 01.7-.7l2.5 2.5c.2.2.2.5 0 .7l-2.5 2.5a.5.5 0 01-.7 0zm5.66-2.3l-4.83 4.83a2.2 2.2 0 00-.58 1.02l-.37 1.5a.89.89 0 001.08 1.07l1.5-.37c.38-.1.73-.3 1.01-.58l4.83-4.83a1.87 1.87 0 00-2.64-2.64z",
|
|
107
|
-
fill: primaryFill
|
|
108
|
-
}));
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
export const WindowDevEdit20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevEdit20FilledIcon({}), 'WindowDevEdit20Filled');
|
|
112
|
-
|
|
113
|
-
const WindowDevEdit20RegularIcon = iconProps => {
|
|
114
|
-
const {
|
|
115
|
-
className,
|
|
116
|
-
primaryFill
|
|
117
|
-
} = iconProps;
|
|
118
|
-
return React.createElement("svg", {
|
|
119
|
-
width: 20,
|
|
120
|
-
height: 20,
|
|
121
|
-
viewBox: "0 0 20 20",
|
|
122
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
123
|
-
className: className
|
|
124
|
-
}, React.createElement("path", {
|
|
125
|
-
d: "M4.5 2A2.5 2.5 0 002 4.5v9A2.5 2.5 0 004.5 16h4.97c.11-.36.29-.7.52-1H4.5A1.5 1.5 0 013 13.5V6h12v3.94l.1-.1c.27-.27.57-.47.9-.6V4.5A2.5 2.5 0 0013.5 2h-9zM3 4.5C3 3.67 3.67 3 4.5 3h9c.83 0 1.5.67 1.5 1.5V5H3v-.5zm5.35 2.65c.2.19.2.5 0 .7L6.21 10l2.14 2.15a.5.5 0 01-.7.7l-2.5-2.5a.5.5 0 010-.7l2.5-2.5c.19-.2.5-.2.7 0zm1.8 5a.5.5 0 00.7.7l2.5-2.5a.5.5 0 000-.7l-2.5-2.5a.5.5 0 00-.7.7L12.29 10l-2.14 2.15zm5.66-1.6l-4.83 4.83a2.2 2.2 0 00-.58 1.02l-.37 1.5a.89.89 0 001.08 1.07l1.5-.37c.38-.1.73-.3 1.01-.58l4.83-4.83a1.87 1.87 0 00-2.64-2.64z",
|
|
126
|
-
fill: primaryFill
|
|
127
|
-
}));
|
|
128
|
-
};
|
|
129
|
-
|
|
130
|
-
export const WindowDevEdit20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevEdit20RegularIcon({}), 'WindowDevEdit20Regular');
|
|
131
|
-
|
|
132
|
-
const WindowDevTools16FilledIcon = iconProps => {
|
|
133
|
-
const {
|
|
134
|
-
className,
|
|
135
|
-
primaryFill
|
|
136
|
-
} = iconProps;
|
|
137
|
-
return React.createElement("svg", {
|
|
138
|
-
width: 16,
|
|
139
|
-
height: 16,
|
|
140
|
-
viewBox: "0 0 16 16",
|
|
141
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
142
|
-
className: className
|
|
143
|
-
}, React.createElement("path", {
|
|
144
|
-
d: "M4.75 2A2.75 2.75 0 002 4.75v6a2.75 2.75 0 002.75 2.75h4.03c-.05-.38.02-.77.22-1.13l.22-.37H4.75c-.69 0-1.25-.56-1.25-1.25V5H12v1.2c.47-.2.99-.26 1.5-.18V4.75A2.75 2.75 0 0010.75 2h-6zm5.52 7.69a2.9 2.9 0 01.23-2.15l-1.4-1.4a.5.5 0 10-.7.71l1.64 1.65-1.64 1.65a.5.5 0 00.7.7l1.17-1.16zM7.1 6.15c.2.2.2.5 0 .7L5.46 8.5l1.64 1.65a.5.5 0 01-.7.7l-2-2a.5.5 0 010-.7l2-2c.2-.2.5-.2.7 0zm6.32.87l-.9 1.56a.64.64 0 101.1.64l.9-1.56a1.91 1.91 0 01-1.62 3.14l-1.65 2.87a.8.8 0 11-1.38-.8l1.65-2.86a1.91 1.91 0 011.9-2.99z",
|
|
145
|
-
fill: primaryFill
|
|
146
|
-
}));
|
|
147
|
-
};
|
|
148
|
-
|
|
149
|
-
export const WindowDevTools16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevTools16FilledIcon({}), 'WindowDevTools16Filled');
|
|
150
|
-
|
|
151
|
-
const WindowDevTools16RegularIcon = iconProps => {
|
|
152
|
-
const {
|
|
153
|
-
className,
|
|
154
|
-
primaryFill
|
|
155
|
-
} = iconProps;
|
|
156
|
-
return React.createElement("svg", {
|
|
157
|
-
width: 16,
|
|
158
|
-
height: 16,
|
|
159
|
-
viewBox: "0 0 16 16",
|
|
160
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
161
|
-
className: className
|
|
162
|
-
}, React.createElement("path", {
|
|
163
|
-
d: "M4.5 2A2.5 2.5 0 002 4.5v6A2.5 2.5 0 004.5 13h4.28c.03-.21.1-.43.22-.63l.22-.37H4.5A1.5 1.5 0 013 10.5V5h9v1.2c.32-.13.66-.2 1-.21V4.5A2.5 2.5 0 0010.5 2h-6zM3.08 4c.21-.58.77-1 1.42-1h6c.65 0 1.2.42 1.41 1H3.08zm7.34 3.7L8.85 6.16a.5.5 0 00-.7.7L9.79 8.5l-1.64 1.65a.5.5 0 10.7.7l1.37-1.36a2.9 2.9 0 01.2-1.78zM6.85 6.16c.2.2.2.5 0 .7L5.21 8.5l1.64 1.65a.5.5 0 11-.7.7l-2-2a.5.5 0 010-.7l2-2c.2-.2.5-.2.7 0zm5.67 2.43l.9-1.56a1.91 1.91 0 00-1.9 3l-1.65 2.85a.8.8 0 001.38.8l1.65-2.87a1.91 1.91 0 001.62-3.14l-.9 1.56a.64.64 0 11-1.1-.64z",
|
|
164
|
-
fill: primaryFill
|
|
165
|
-
}));
|
|
166
|
-
};
|
|
167
|
-
|
|
168
|
-
export const WindowDevTools16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevTools16RegularIcon({}), 'WindowDevTools16Regular');
|
|
169
|
-
|
|
170
|
-
const WindowDevTools20FilledIcon = iconProps => {
|
|
171
|
-
const {
|
|
172
|
-
className,
|
|
173
|
-
primaryFill
|
|
174
|
-
} = iconProps;
|
|
175
|
-
return React.createElement("svg", {
|
|
176
|
-
width: 20,
|
|
177
|
-
height: 20,
|
|
178
|
-
viewBox: "0 0 20 20",
|
|
179
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
180
|
-
className: className
|
|
181
|
-
}, React.createElement("path", {
|
|
182
|
-
d: "M4.75 2A2.75 2.75 0 002 4.75v8.5A2.75 2.75 0 004.75 16h5.88l.12-.24.73-1.26H4.75c-.7 0-1.25-.56-1.25-1.25V6h11v1.15c.46-.25.97-.4 1.5-.44V4.75A2.75 2.75 0 0013.25 2h-8.5zm9.27 10.1a2.78 2.78 0 012.77-4.35l-1.31 2.27a.93.93 0 001.6.92l1.32-2.27a2.78 2.78 0 01-2.37 4.58l-2.4 4.17a1.16 1.16 0 01-2.01-1.16l2.4-4.16zm-1.46-.95c-.12-.69-.06-1.4.22-2.08l-1.93-1.92a.5.5 0 00-.7.7L12.29 10l-2.14 2.15a.5.5 0 00.7.7l1.71-1.7zm-4.2-4c.19.2.19.5 0 .7L6.2 10l2.14 2.15a.5.5 0 01-.7.7l-2.5-2.5a.5.5 0 010-.7l2.5-2.5c.2-.2.5-.2.7 0z",
|
|
183
|
-
fill: primaryFill
|
|
184
|
-
}));
|
|
185
|
-
};
|
|
186
|
-
|
|
187
|
-
export const WindowDevTools20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevTools20FilledIcon({}), 'WindowDevTools20Filled');
|
|
188
|
-
|
|
189
|
-
const WindowDevTools20RegularIcon = iconProps => {
|
|
190
|
-
const {
|
|
191
|
-
className,
|
|
192
|
-
primaryFill
|
|
193
|
-
} = iconProps;
|
|
194
|
-
return React.createElement("svg", {
|
|
195
|
-
width: 20,
|
|
196
|
-
height: 20,
|
|
197
|
-
viewBox: "0 0 20 20",
|
|
198
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
199
|
-
className: className
|
|
200
|
-
}, React.createElement("path", {
|
|
201
|
-
d: "M2 4.5A2.5 2.5 0 014.5 2h9A2.5 2.5 0 0116 4.5v2.21c-.34.03-.68.1-1 .22V6H3v7.5c0 .83.67 1.5 1.5 1.5h6.7l-.45.76-.12.24H4.5A2.5 2.5 0 012 13.5v-9zM4.5 3C3.67 3 3 3.67 3 4.5V5h12v-.5c0-.83-.67-1.5-1.5-1.5h-9zm9.37 6.1c-.56.97-.46 2.14.15 3l-2.4 4.16a1.16 1.16 0 002 1.16l2.41-4.17a2.78 2.78 0 002.36-4.58l-1.3 2.27a.93.93 0 01-1.61-.92l1.3-2.27c-1.12-.21-2.3.3-2.9 1.34zm-1.3 2.05c-.13-.69-.07-1.4.2-2.08l-1.92-1.92a.5.5 0 10-.7.7L12.29 10l-2.14 2.15a.5.5 0 10.7.7l1.71-1.7zm-4.22-3.3a.5.5 0 00-.7-.7l-2.5 2.5a.5.5 0 000 .7l2.5 2.5a.5.5 0 00.7-.7L6.21 10l2.14-2.15z",
|
|
202
|
-
fill: primaryFill
|
|
203
|
-
}));
|
|
204
|
-
};
|
|
205
|
-
|
|
206
|
-
export const WindowDevTools20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevTools20RegularIcon({}), 'WindowDevTools20Regular');
|
|
207
|
-
|
|
208
|
-
const WindowDevTools24FilledIcon = iconProps => {
|
|
209
|
-
const {
|
|
210
|
-
className,
|
|
211
|
-
primaryFill
|
|
212
|
-
} = iconProps;
|
|
213
|
-
return React.createElement("svg", {
|
|
214
|
-
width: 24,
|
|
215
|
-
height: 24,
|
|
216
|
-
viewBox: "0 0 24 24",
|
|
217
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
218
|
-
className: className
|
|
219
|
-
}, React.createElement("path", {
|
|
220
|
-
d: "M3 3.05c-.62.63-1 1.5-1 2.45v11A3.5 3.5 0 005.5 20h7.01c.06-.25.15-.5.28-.74l.73-1.26H5.5A1.5 1.5 0 014 16.5V7h14v1.25a4.52 4.52 0 012-.24V5.5c0-.95-.38-1.82-1-2.45V3h-.05c-.63-.62-1.5-1-2.45-1h-11c-.95 0-1.82.38-2.45 1H3v.05zM19.21 9a3.5 3.5 0 01.96.04l-1.65 2.86a1.17 1.17 0 102.02 1.17l1.65-2.86a3.5 3.5 0 01-2.97 5.76l-3.03 5.25a1.46 1.46 0 01-2.53-1.46l3.02-5.24A3.5 3.5 0 0119.21 9zm-8.9.24c.27.3.25.78-.05 1.06l-2.4 2.2 2.4 2.2a.75.75 0 01-1.02 1.1l-3-2.75a.75.75 0 010-1.1l3-2.75a.75.75 0 011.06.04zm2.95 6.56l2.02-1.85a4.5 4.5 0 01-.01-2.9L13.26 9.2a.75.75 0 00-1.02 1.1l2.4 2.2-2.4 2.2a.75.75 0 001.02 1.1z",
|
|
221
|
-
fill: primaryFill
|
|
222
|
-
}));
|
|
223
|
-
};
|
|
224
|
-
|
|
225
|
-
export const WindowDevTools24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevTools24FilledIcon({}), 'WindowDevTools24Filled');
|
|
226
|
-
|
|
227
|
-
const WindowDevTools24RegularIcon = iconProps => {
|
|
228
|
-
const {
|
|
229
|
-
className,
|
|
230
|
-
primaryFill
|
|
231
|
-
} = iconProps;
|
|
232
|
-
return React.createElement("svg", {
|
|
233
|
-
width: 24,
|
|
234
|
-
height: 24,
|
|
235
|
-
viewBox: "0 0 24 24",
|
|
236
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
237
|
-
className: className
|
|
238
|
-
}, React.createElement("path", {
|
|
239
|
-
d: "M2 5.25C2 3.45 3.46 2 5.25 2h11.5C18.55 2 20 3.46 20 5.25v2.76a4.5 4.5 0 00-1.5.1V7h-15v9.75c0 .97.78 1.75 1.75 1.75h7.98l-.44.76c-.13.24-.22.49-.28.74H5.25A3.25 3.25 0 012 16.75V5.25zM5.25 3.5c-.97 0-1.75.78-1.75 1.75v.25h15v-.25c0-.97-.78-1.75-1.75-1.75H5.25zM19.85 9a3.5 3.5 0 00-3.17 5.52l-3.02 5.24a1.46 1.46 0 102.53 1.46l3.03-5.25a3.5 3.5 0 002.97-5.76l-1.65 2.86a1.17 1.17 0 11-2.02-1.17l1.65-2.86-.31-.04zm-9.55.24c.28.3.26.78-.04 1.06l-2.4 2.2 2.4 2.2a.75.75 0 01-1.02 1.1l-3-2.75a.75.75 0 010-1.1l3-2.75a.75.75 0 011.06.04zm2.96 6.56l2.02-1.85a4.5 4.5 0 01-.01-2.9L13.26 9.2a.75.75 0 00-1.02 1.1l2.4 2.2-2.4 2.2a.75.75 0 001.02 1.1z",
|
|
240
|
-
fill: primaryFill
|
|
241
|
-
}));
|
|
242
|
-
};
|
|
243
|
-
|
|
244
|
-
export const WindowDevTools24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/WindowDevTools24RegularIcon({}), 'WindowDevTools24Regular');
|
|
245
|
-
|
|
246
4
|
const WindowEdit16FilledIcon = iconProps => {
|
|
247
5
|
const {
|
|
248
6
|
className,
|
|
@@ -9448,13 +9448,13 @@ const DocumentTableTruck20FilledIcon = iconProps => {
|
|
|
9448
9448
|
primaryFill
|
|
9449
9449
|
} = iconProps;
|
|
9450
9450
|
return React.createElement("svg", {
|
|
9451
|
-
width:
|
|
9451
|
+
width: 20,
|
|
9452
9452
|
height: 20,
|
|
9453
|
-
viewBox: "0 0
|
|
9453
|
+
viewBox: "0 0 20 20",
|
|
9454
9454
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9455
9455
|
className: className
|
|
9456
9456
|
}, React.createElement("path", {
|
|
9457
|
-
d: "
|
|
9457
|
+
d: "M7.87 11.43l.13.05V10h-.5a.5.5 0 00-.48.35c.39.26.7.64.85 1.08zM13 13H9.32l.47.93a2 2 0 01.21.9V15h2.5a.5.5 0 00.5-.5V13zm-7.17-3l.25.01A1.5 1.5 0 017.5 9h5c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5H10v1a2 2 0 01-.27 1h4.77c.83 0 1.5-.67 1.5-1.5V8h-4.5A1.5 1.5 0 0110 6.5V2H5.5C4.67 2 4 2.67 4 3.5V10h1.83zm7.17.5V12H9v-2h3.5c.28 0 .5.22.5.5zm-2-4V2.25L15.75 7H11.5a.5.5 0 01-.5-.5zM2.17 11C1.52 11 1 11.52 1 12.17v4.66c0 .48.28.88.69 1.07a1.33 1.33 0 002.6.1h.75a1.33 1.33 0 002.58 0H8a1 1 0 001-1v-2.18a1 1 0 00-.1-.44l-.75-1.5a1 1 0 00-.9-.55H7v-.16C7 11.52 6.48 11 5.83 11H2.17zM7 14.33V13h.25c.13 0 .25.07.3.18l.58 1.15H7zm-4.67 3.34a.67.67 0 111.34 0 .67.67 0 01-1.34 0zm4 .66a.67.67 0 110-1.33.67.67 0 010 1.33z",
|
|
9458
9458
|
fill: primaryFill
|
|
9459
9459
|
}));
|
|
9460
9460
|
};
|
package/lib-cjs/icons/chunk-2.js
CHANGED
|
@@ -6473,11 +6473,11 @@ const DocumentTableTruckFilledIcon = iconProps => {
|
|
|
6473
6473
|
return React.createElement("svg", {
|
|
6474
6474
|
width: "1em",
|
|
6475
6475
|
height: "1em",
|
|
6476
|
-
viewBox: "0 0
|
|
6476
|
+
viewBox: "0 0 20 20",
|
|
6477
6477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6478
6478
|
className: className
|
|
6479
6479
|
}, React.createElement("path", {
|
|
6480
|
-
d: "
|
|
6480
|
+
d: "M7.87 11.43l.13.05V10h-.5a.5.5 0 00-.48.35c.39.26.7.64.85 1.08zM13 13H9.32l.47.93a2 2 0 01.21.9V15h2.5a.5.5 0 00.5-.5V13zm-7.17-3l.25.01A1.5 1.5 0 017.5 9h5c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5H10v1a2 2 0 01-.27 1h4.77c.83 0 1.5-.67 1.5-1.5V8h-4.5A1.5 1.5 0 0110 6.5V2H5.5C4.67 2 4 2.67 4 3.5V10h1.83zm7.17.5V12H9v-2h3.5c.28 0 .5.22.5.5zm-2-4V2.25L15.75 7H11.5a.5.5 0 01-.5-.5zM2.17 11C1.52 11 1 11.52 1 12.17v4.66c0 .48.28.88.69 1.07a1.33 1.33 0 002.6.1h.75a1.33 1.33 0 002.58 0H8a1 1 0 001-1v-2.18a1 1 0 00-.1-.44l-.75-1.5a1 1 0 00-.9-.55H7v-.16C7 11.52 6.48 11 5.83 11H2.17zM7 14.33V13h.25c.13 0 .25.07.3.18l.58 1.15H7zm-4.67 3.34a.67.67 0 111.34 0 .67.67 0 01-1.34 0zm4 .66a.67.67 0 110-1.33.67.67 0 010 1.33z",
|
|
6481
6481
|
fill: primaryFill
|
|
6482
6482
|
}));
|
|
6483
6483
|
};
|