@teamturing/icons 1.7.1 → 1.9.0
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/dist/PaperCheck.d.ts +3 -0
- package/dist/SoundOff.d.ts +3 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +106 -61
- package/esm/PaperCheck.js +36 -0
- package/esm/SoundOff.js +15 -0
- package/esm/index.js +4 -2
- package/package.json +2 -2
- package/svg/paper_check.svg +12 -0
- package/svg/sound_off.svg +4 -0
package/dist/index.d.ts
CHANGED
|
@@ -11,8 +11,6 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight';
|
|
|
11
11
|
export { default as ArrowRightIcon } from './ArrowRight';
|
|
12
12
|
export { default as ArrowRightCircleIcon } from './ArrowRightCircle';
|
|
13
13
|
export { default as ArrowRightLimitIcon } from './ArrowRightLimit';
|
|
14
|
-
export { default as PlugIcon } from './Plug';
|
|
15
|
-
export { default as PlugColorIcon } from './PlugColor';
|
|
16
14
|
export { default as ArrowUpIcon } from './ArrowUp';
|
|
17
15
|
export { default as ArrowUpDownIcon } from './ArrowUpDown';
|
|
18
16
|
export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
|
|
@@ -113,12 +111,15 @@ export { default as NumberTwoFilledIcon } from './NumberTwoFilled';
|
|
|
113
111
|
export { default as NumberTwoOutlinedIcon } from './NumberTwoOutlined';
|
|
114
112
|
export { default as OutIcon } from './Out';
|
|
115
113
|
export { default as PalmTreeColorIcon } from './PalmTreeColor';
|
|
114
|
+
export { default as PaperCheckIcon } from './PaperCheck';
|
|
116
115
|
export { default as PauseIcon } from './Pause';
|
|
117
116
|
export { default as PenIcon } from './Pen';
|
|
118
117
|
export { default as PercentInCircleIcon } from './PercentInCircle';
|
|
119
118
|
export { default as PictureIcon } from './Picture';
|
|
120
119
|
export { default as PinIcon } from './Pin';
|
|
121
120
|
export { default as PlayIcon } from './Play';
|
|
121
|
+
export { default as PlugIcon } from './Plug';
|
|
122
|
+
export { default as PlugColorIcon } from './PlugColor';
|
|
122
123
|
export { default as PlusIcon } from './Plus';
|
|
123
124
|
export { default as PlusInCircleIcon } from './PlusInCircle';
|
|
124
125
|
export { default as PointInCircleIcon } from './PointInCircle';
|
|
@@ -142,6 +143,7 @@ export { default as ShieldCheckIcon } from './ShieldCheck';
|
|
|
142
143
|
export { default as SirenIcon } from './Siren';
|
|
143
144
|
export { default as SkipbackIcon } from './Skipback';
|
|
144
145
|
export { default as SkipforwardIcon } from './Skipforward';
|
|
146
|
+
export { default as SoundOffIcon } from './SoundOff';
|
|
145
147
|
export { default as SpeakerIcon } from './Speaker';
|
|
146
148
|
export { default as StackupIcon } from './Stackup';
|
|
147
149
|
export { default as StarIcon } from './Star';
|
package/dist/index.js
CHANGED
|
@@ -227,67 +227,6 @@ const SvgArrowRightLimit = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
227
227
|
clipRule: "evenodd"
|
|
228
228
|
}));
|
|
229
229
|
|
|
230
|
-
const SvgPlug = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
231
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
232
|
-
width: "1em",
|
|
233
|
-
height: "1em",
|
|
234
|
-
fill: "none",
|
|
235
|
-
viewBox: "0 0 33 32"
|
|
236
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
237
|
-
fill: "#D1D5DB",
|
|
238
|
-
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272ZM9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
239
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
240
|
-
fill: "currentColor",
|
|
241
|
-
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
242
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
243
|
-
fill: "currentColor",
|
|
244
|
-
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
245
|
-
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
246
|
-
clipPath: "url(#plug_svg__a)"
|
|
247
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
248
|
-
fill: "#fff",
|
|
249
|
-
fillRule: "evenodd",
|
|
250
|
-
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
251
|
-
clipRule: "evenodd"
|
|
252
|
-
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
253
|
-
id: "plug_svg__a"
|
|
254
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
255
|
-
fill: "#fff",
|
|
256
|
-
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
257
|
-
}))));
|
|
258
|
-
|
|
259
|
-
const SvgPlugColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
260
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
261
|
-
width: "1em",
|
|
262
|
-
height: "1em",
|
|
263
|
-
fill: "none",
|
|
264
|
-
viewBox: "0 0 33 32"
|
|
265
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
266
|
-
fill: "#6F7680",
|
|
267
|
-
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272Z"
|
|
268
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
269
|
-
fill: "#D1D5DB",
|
|
270
|
-
d: "M9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
271
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
272
|
-
fill: "#33373B",
|
|
273
|
-
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
274
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
275
|
-
fill: "#33373B",
|
|
276
|
-
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
277
|
-
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
278
|
-
clipPath: "url(#plug_color_svg__a)"
|
|
279
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
280
|
-
fill: "#84AAF4",
|
|
281
|
-
fillRule: "evenodd",
|
|
282
|
-
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
283
|
-
clipRule: "evenodd"
|
|
284
|
-
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
285
|
-
id: "plug_color_svg__a"
|
|
286
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
287
|
-
fill: "#fff",
|
|
288
|
-
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
289
|
-
}))));
|
|
290
|
-
|
|
291
230
|
const SvgArrowUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
292
231
|
xmlns: "http://www.w3.org/2000/svg",
|
|
293
232
|
width: "1em",
|
|
@@ -1853,6 +1792,38 @@ const SvgPalmTreeColor = props => /*#__PURE__*/React__namespace.createElement("s
|
|
|
1853
1792
|
d: "M21.263 18.25c-.782 1.645-2.528 2.45-3.899 1.799-1.37-.652-1.848-2.515-1.066-4.16.783-1.645 2.528-2.45 3.9-1.799 1.37.652 1.848 2.515 1.065 4.16Z"
|
|
1854
1793
|
}));
|
|
1855
1794
|
|
|
1795
|
+
const SvgPaperCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1796
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1797
|
+
width: "1em",
|
|
1798
|
+
height: "1em",
|
|
1799
|
+
fill: "none",
|
|
1800
|
+
viewBox: "0 0 32 32"
|
|
1801
|
+
}, props), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
1802
|
+
width: 21.942,
|
|
1803
|
+
height: 26.929,
|
|
1804
|
+
x: 3.228,
|
|
1805
|
+
y: 2.193,
|
|
1806
|
+
fill: "#D1D5DB",
|
|
1807
|
+
rx: 1.175
|
|
1808
|
+
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
1809
|
+
cx: 23.603,
|
|
1810
|
+
cy: 24.163,
|
|
1811
|
+
r: 6.792,
|
|
1812
|
+
fill: "#E5E7EB"
|
|
1813
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1814
|
+
clipPath: "url(#paper_check_svg__a)"
|
|
1815
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1816
|
+
fill: "currentColor",
|
|
1817
|
+
fillRule: "evenodd",
|
|
1818
|
+
d: "m27.003 22.998-3.646 3.646a.656.656 0 0 1-.924 0l-2.23-2.23a.655.655 0 0 1 0-.924.653.653 0 0 1 .923 0l1.769 1.77 3.185-3.186a.653.653 0 0 1 .923.924Zm-3.4-6.018a7.184 7.184 0 1 0 0 14.367 7.184 7.184 0 0 0 0-14.367Z",
|
|
1819
|
+
clipRule: "evenodd"
|
|
1820
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1821
|
+
id: "paper_check_svg__a"
|
|
1822
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1823
|
+
fill: "#fff",
|
|
1824
|
+
d: "M15.766 16.327H31.44V32H15.766z"
|
|
1825
|
+
}))));
|
|
1826
|
+
|
|
1856
1827
|
const SvgPause = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1857
1828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1858
1829
|
width: "1em",
|
|
@@ -1934,6 +1905,67 @@ const SvgPlay = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
1934
1905
|
d: "M18.88 10.037c1.493.872 1.493 3.053 0 3.926l-11.52 6.73C5.867 21.565 4 20.475 4 18.73V5.27c0-1.745 1.867-2.835 3.36-1.963l11.52 6.73Z"
|
|
1935
1906
|
}));
|
|
1936
1907
|
|
|
1908
|
+
const SvgPlug = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1909
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1910
|
+
width: "1em",
|
|
1911
|
+
height: "1em",
|
|
1912
|
+
fill: "none",
|
|
1913
|
+
viewBox: "0 0 33 32"
|
|
1914
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1915
|
+
fill: "#D1D5DB",
|
|
1916
|
+
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272ZM9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
1917
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1918
|
+
fill: "currentColor",
|
|
1919
|
+
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
1920
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1921
|
+
fill: "currentColor",
|
|
1922
|
+
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
1923
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1924
|
+
clipPath: "url(#plug_svg__a)"
|
|
1925
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1926
|
+
fill: "#fff",
|
|
1927
|
+
fillRule: "evenodd",
|
|
1928
|
+
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
1929
|
+
clipRule: "evenodd"
|
|
1930
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1931
|
+
id: "plug_svg__a"
|
|
1932
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1933
|
+
fill: "#fff",
|
|
1934
|
+
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
1935
|
+
}))));
|
|
1936
|
+
|
|
1937
|
+
const SvgPlugColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1938
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1939
|
+
width: "1em",
|
|
1940
|
+
height: "1em",
|
|
1941
|
+
fill: "none",
|
|
1942
|
+
viewBox: "0 0 33 32"
|
|
1943
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1944
|
+
fill: "#6F7680",
|
|
1945
|
+
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272Z"
|
|
1946
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1947
|
+
fill: "#D1D5DB",
|
|
1948
|
+
d: "M9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
1949
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1950
|
+
fill: "#33373B",
|
|
1951
|
+
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
1952
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1953
|
+
fill: "#33373B",
|
|
1954
|
+
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
1955
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1956
|
+
clipPath: "url(#plug_color_svg__a)"
|
|
1957
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1958
|
+
fill: "#84AAF4",
|
|
1959
|
+
fillRule: "evenodd",
|
|
1960
|
+
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
1961
|
+
clipRule: "evenodd"
|
|
1962
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1963
|
+
id: "plug_color_svg__a"
|
|
1964
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1965
|
+
fill: "#fff",
|
|
1966
|
+
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
1967
|
+
}))));
|
|
1968
|
+
|
|
1937
1969
|
const SvgPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1938
1970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1939
1971
|
width: "1em",
|
|
@@ -2377,6 +2409,17 @@ const SvgSkipforward = props => /*#__PURE__*/React__namespace.createElement("svg
|
|
|
2377
2409
|
clipRule: "evenodd"
|
|
2378
2410
|
}));
|
|
2379
2411
|
|
|
2412
|
+
const SvgSoundOff = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2413
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2414
|
+
width: "1em",
|
|
2415
|
+
height: "1em",
|
|
2416
|
+
fill: "none",
|
|
2417
|
+
viewBox: "0 0 24 24"
|
|
2418
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2419
|
+
fill: "currentColor",
|
|
2420
|
+
d: "M16.894 5.553a1 1 0 0 0-1.788.894l3.026 6.053-3.026 6.053a1 1 0 1 0 1.789.894l2.355-4.71 2.355 4.71a1 1 0 0 0 1.79-.894L20.367 12.5l3.027-6.053a1 1 0 0 0-1.79-.894l-2.355 4.711-2.356-4.711ZM1 16.487V8.693c0-.43.349-.78.78-.78h3.184a.78.78 0 0 0 .55-.227l5.457-5.456a.78.78 0 0 1 1.33.55v19.303a.78.78 0 0 1-1.314.567l-5.475-5.17a.78.78 0 0 0-.535-.213H1.779a.78.78 0 0 1-.779-.78Z"
|
|
2421
|
+
}));
|
|
2422
|
+
|
|
2380
2423
|
const SvgSpeaker = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2381
2424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2382
2425
|
width: "1em",
|
|
@@ -2911,6 +2954,7 @@ exports.NumberTwoFilledIcon = SvgNumberTwoFilled;
|
|
|
2911
2954
|
exports.NumberTwoOutlinedIcon = SvgNumberTwoOutlined;
|
|
2912
2955
|
exports.OutIcon = SvgOut;
|
|
2913
2956
|
exports.PalmTreeColorIcon = SvgPalmTreeColor;
|
|
2957
|
+
exports.PaperCheckIcon = SvgPaperCheck;
|
|
2914
2958
|
exports.PauseIcon = SvgPause;
|
|
2915
2959
|
exports.PenIcon = SvgPen;
|
|
2916
2960
|
exports.PercentInCircleIcon = SvgPercentInCircle;
|
|
@@ -2942,6 +2986,7 @@ exports.ShieldCheckIcon = SvgShieldCheck;
|
|
|
2942
2986
|
exports.SirenIcon = SvgSiren;
|
|
2943
2987
|
exports.SkipbackIcon = SvgSkipback;
|
|
2944
2988
|
exports.SkipforwardIcon = SvgSkipforward;
|
|
2989
|
+
exports.SoundOffIcon = SvgSoundOff;
|
|
2945
2990
|
exports.SpeakerIcon = SvgSpeaker;
|
|
2946
2991
|
exports.StackupIcon = SvgStackup;
|
|
2947
2992
|
exports.StarIcon = SvgStar;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPaperCheck = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 32 32"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
11
|
+
width: 21.942,
|
|
12
|
+
height: 26.929,
|
|
13
|
+
x: 3.228,
|
|
14
|
+
y: 2.193,
|
|
15
|
+
fill: "#D1D5DB",
|
|
16
|
+
rx: 1.175
|
|
17
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
18
|
+
cx: 23.603,
|
|
19
|
+
cy: 24.163,
|
|
20
|
+
r: 6.792,
|
|
21
|
+
fill: "#E5E7EB"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
23
|
+
clipPath: "url(#paper_check_svg__a)"
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "currentColor",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "m27.003 22.998-3.646 3.646a.656.656 0 0 1-.924 0l-2.23-2.23a.655.655 0 0 1 0-.924.653.653 0 0 1 .923 0l1.769 1.77 3.185-3.186a.653.653 0 0 1 .923.924Zm-3.4-6.018a7.184 7.184 0 1 0 0 14.367 7.184 7.184 0 0 0 0-14.367Z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
30
|
+
id: "paper_check_svg__a"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
d: "M15.766 16.327H31.44V32H15.766z"
|
|
34
|
+
}))));
|
|
35
|
+
|
|
36
|
+
export { SvgPaperCheck as default };
|
package/esm/SoundOff.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSoundOff = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M16.894 5.553a1 1 0 0 0-1.788.894l3.026 6.053-3.026 6.053a1 1 0 1 0 1.789.894l2.355-4.71 2.355 4.71a1 1 0 0 0 1.79-.894L20.367 12.5l3.027-6.053a1 1 0 0 0-1.79-.894l-2.355 4.711-2.356-4.711ZM1 16.487V8.693c0-.43.349-.78.78-.78h3.184a.78.78 0 0 0 .55-.227l5.457-5.456a.78.78 0 0 1 1.33.55v19.303a.78.78 0 0 1-1.314.567l-5.475-5.17a.78.78 0 0 0-.535-.213H1.779a.78.78 0 0 1-.779-.78Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgSoundOff as default };
|
package/esm/index.js
CHANGED
|
@@ -11,8 +11,6 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight.js';
|
|
|
11
11
|
export { default as ArrowRightIcon } from './ArrowRight.js';
|
|
12
12
|
export { default as ArrowRightCircleIcon } from './ArrowRightCircle.js';
|
|
13
13
|
export { default as ArrowRightLimitIcon } from './ArrowRightLimit.js';
|
|
14
|
-
export { default as PlugIcon } from './Plug.js';
|
|
15
|
-
export { default as PlugColorIcon } from './PlugColor.js';
|
|
16
14
|
export { default as ArrowUpIcon } from './ArrowUp.js';
|
|
17
15
|
export { default as ArrowUpDownIcon } from './ArrowUpDown.js';
|
|
18
16
|
export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
|
|
@@ -113,12 +111,15 @@ export { default as NumberTwoFilledIcon } from './NumberTwoFilled.js';
|
|
|
113
111
|
export { default as NumberTwoOutlinedIcon } from './NumberTwoOutlined.js';
|
|
114
112
|
export { default as OutIcon } from './Out.js';
|
|
115
113
|
export { default as PalmTreeColorIcon } from './PalmTreeColor.js';
|
|
114
|
+
export { default as PaperCheckIcon } from './PaperCheck.js';
|
|
116
115
|
export { default as PauseIcon } from './Pause.js';
|
|
117
116
|
export { default as PenIcon } from './Pen.js';
|
|
118
117
|
export { default as PercentInCircleIcon } from './PercentInCircle.js';
|
|
119
118
|
export { default as PictureIcon } from './Picture.js';
|
|
120
119
|
export { default as PinIcon } from './Pin.js';
|
|
121
120
|
export { default as PlayIcon } from './Play.js';
|
|
121
|
+
export { default as PlugIcon } from './Plug.js';
|
|
122
|
+
export { default as PlugColorIcon } from './PlugColor.js';
|
|
122
123
|
export { default as PlusIcon } from './Plus.js';
|
|
123
124
|
export { default as PlusInCircleIcon } from './PlusInCircle.js';
|
|
124
125
|
export { default as PointInCircleIcon } from './PointInCircle.js';
|
|
@@ -142,6 +143,7 @@ export { default as ShieldCheckIcon } from './ShieldCheck.js';
|
|
|
142
143
|
export { default as SirenIcon } from './Siren.js';
|
|
143
144
|
export { default as SkipbackIcon } from './Skipback.js';
|
|
144
145
|
export { default as SkipforwardIcon } from './Skipforward.js';
|
|
146
|
+
export { default as SoundOffIcon } from './SoundOff.js';
|
|
145
147
|
export { default as SpeakerIcon } from './Speaker.js';
|
|
146
148
|
export { default as StackupIcon } from './Stackup.js';
|
|
147
149
|
export { default as StarIcon } from './Star.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Icon components for React based project",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "^18.2.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "82dac295ab10c40247e1baed27ce4ea37226147e"
|
|
37
37
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="3.22754" y="2.19263" width="21.9423" height="26.9292" rx="1.17548" fill="#D1D5DB"/>
|
|
3
|
+
<circle cx="23.6027" cy="24.1634" r="6.79168" fill="#E5E7EB"/>
|
|
4
|
+
<g clip-path="url(#clip0_34741_95684)">
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.0031 22.9978L23.3572 26.6444C23.2343 26.7664 23.0682 26.8349 22.8951 26.8349C22.722 26.8349 22.5559 26.7664 22.4331 26.6444L20.2023 24.4136C20.1417 24.353 20.0936 24.281 20.0607 24.2018C20.0279 24.1226 20.011 24.0376 20.011 23.9519C20.011 23.7787 20.0798 23.6126 20.2023 23.4902C20.3247 23.3677 20.4908 23.299 20.664 23.299C20.8372 23.299 21.0032 23.3677 21.1257 23.4902L22.8948 25.2593L26.0797 22.0744C26.1403 22.0138 26.2123 21.9657 26.2915 21.9329C26.3708 21.9 26.4557 21.8831 26.5414 21.8831C26.6271 21.8831 26.7121 21.9 26.7913 21.9329C26.8705 21.9657 26.9425 22.0138 27.0031 22.0744C27.0637 22.135 27.1118 22.207 27.1446 22.2862C27.1775 22.3654 27.1944 22.4503 27.1944 22.5361C27.1944 22.6218 27.1775 22.7067 27.1446 22.786C27.1118 22.8652 27.0637 22.9372 27.0031 22.9978ZM23.6027 16.98C19.6354 16.98 16.4192 20.1962 16.4192 24.1635C16.4192 28.1307 19.6354 31.347 23.6027 31.347C27.57 31.347 30.7862 28.1307 30.7862 24.1635C30.7862 20.1962 27.57 16.98 23.6027 16.98Z" fill="#8D94A0"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_34741_95684">
|
|
9
|
+
<rect width="15.6731" height="15.6731" fill="white" transform="translate(15.7661 16.3269)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.8944 5.55279C16.6474 5.05882 16.0467 4.85859 15.5528 5.10558C15.0588 5.35257 14.8586 5.95324 15.1055 6.44722L18.132 12.5001L15.1056 18.5528C14.8586 19.0468 15.0588 19.6474 15.5528 19.8944C16.0468 20.1414 16.6475 19.9412 16.8945 19.4472L19.25 14.7361L21.6055 19.4472C21.8525 19.9412 22.4532 20.1414 22.9472 19.8944C23.4412 19.6474 23.6414 19.0468 23.3944 18.5528L20.368 12.5001L23.3945 6.44722C23.6414 5.95324 23.4412 5.35257 22.9472 5.10558C22.4533 4.85859 21.8526 5.05882 21.6056 5.55279L19.25 10.264L16.8944 5.55279Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M1 16.4871V8.69323C1 8.26278 1.34894 7.91384 1.77939 7.91384H4.9638C5.17051 7.91384 5.36875 7.83172 5.51491 7.68556L10.9706 2.22984C11.4616 1.73885 12.3011 2.08659 12.3011 2.78095V22.0832C12.3011 22.7669 11.4836 23.1192 10.9866 22.6498L5.51191 17.4793C5.36723 17.3426 5.17577 17.2665 4.97676 17.2665H1.77939C1.34894 17.2665 1 16.9176 1 16.4871Z" fill="#8D94A0"/>
|
|
4
|
+
</svg>
|