@teamturing/icons 1.8.0 → 1.10.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/SoundOff.d.ts +3 -0
- package/dist/SoundOn.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12 -0
- package/esm/SoundOff.js +15 -0
- package/esm/index.js +1 -0
- package/package.json +2 -2
- package/svg/sound_off.svg +4 -0
- package/svg/sound_on.svg +5 -0
package/dist/index.d.ts
CHANGED
|
@@ -143,6 +143,7 @@ export { default as ShieldCheckIcon } from './ShieldCheck';
|
|
|
143
143
|
export { default as SirenIcon } from './Siren';
|
|
144
144
|
export { default as SkipbackIcon } from './Skipback';
|
|
145
145
|
export { default as SkipforwardIcon } from './Skipforward';
|
|
146
|
+
export { default as SoundOffIcon } from './SoundOff';
|
|
146
147
|
export { default as SpeakerIcon } from './Speaker';
|
|
147
148
|
export { default as StackupIcon } from './Stackup';
|
|
148
149
|
export { default as StarIcon } from './Star';
|
package/dist/index.js
CHANGED
|
@@ -2409,6 +2409,17 @@ const SvgSkipforward = props => /*#__PURE__*/React__namespace.createElement("svg
|
|
|
2409
2409
|
clipRule: "evenodd"
|
|
2410
2410
|
}));
|
|
2411
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
|
+
|
|
2412
2423
|
const SvgSpeaker = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2413
2424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2414
2425
|
width: "1em",
|
|
@@ -2975,6 +2986,7 @@ exports.ShieldCheckIcon = SvgShieldCheck;
|
|
|
2975
2986
|
exports.SirenIcon = SvgSiren;
|
|
2976
2987
|
exports.SkipbackIcon = SvgSkipback;
|
|
2977
2988
|
exports.SkipforwardIcon = SvgSkipforward;
|
|
2989
|
+
exports.SoundOffIcon = SvgSoundOff;
|
|
2978
2990
|
exports.SpeakerIcon = SvgSpeaker;
|
|
2979
2991
|
exports.StackupIcon = SvgStackup;
|
|
2980
2992
|
exports.StarIcon = SvgStar;
|
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
|
@@ -143,6 +143,7 @@ export { default as ShieldCheckIcon } from './ShieldCheck.js';
|
|
|
143
143
|
export { default as SirenIcon } from './Siren.js';
|
|
144
144
|
export { default as SkipbackIcon } from './Skipback.js';
|
|
145
145
|
export { default as SkipforwardIcon } from './Skipforward.js';
|
|
146
|
+
export { default as SoundOffIcon } from './SoundOff.js';
|
|
146
147
|
export { default as SpeakerIcon } from './Speaker.js';
|
|
147
148
|
export { default as StackupIcon } from './Stackup.js';
|
|
148
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.10.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": "3b8e3fce5bc352e8d95f246c4eb1d21214a9cfde"
|
|
37
37
|
}
|
|
@@ -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>
|
package/svg/sound_on.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 16.5878V8.79387C1 8.36343 1.34894 8.01448 1.77939 8.01448H4.9638C5.17051 8.01448 5.36875 7.93237 5.51491 7.78621L10.9706 2.33049C11.4616 1.8395 12.3011 2.18723 12.3011 2.8816V22.1838C12.3011 22.8675 11.4836 23.2199 10.9866 22.7505L5.51191 17.5799C5.36723 17.4433 5.17577 17.3672 4.97676 17.3672H1.77939C1.34894 17.3672 1 17.0182 1 16.5878Z" fill="#8D94A0"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5848 12.4625C17.5848 11.174 16.7938 10.068 15.6673 9.60777C15.1783 9.40799 14.9438 8.8496 15.1436 8.36055C15.3433 7.87151 15.9017 7.63702 16.3908 7.8368C18.2118 8.58071 19.4979 10.3703 19.4979 12.4625C19.4979 14.5548 18.2118 16.3444 16.3908 17.0883C15.9017 17.2881 15.3433 17.0536 15.1436 16.5645C14.9438 16.0755 15.1783 15.5171 15.6673 15.3173C16.7938 14.8571 17.5848 13.7511 17.5848 12.4625Z" fill="#8D94A0"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0435 12.4244C22.0435 9.62784 20.3391 7.23521 17.9242 6.24127C17.4357 6.04021 17.2027 5.48119 17.4038 4.99268C17.6048 4.50417 18.1638 4.27115 18.6523 4.47221C21.7656 5.75358 23.9566 8.83259 23.9566 12.4244C23.9566 16.0162 21.7656 19.0952 18.6523 20.3765C18.1638 20.5776 17.6048 20.3446 17.4038 19.8561C17.2027 19.3676 17.4357 18.8085 17.9242 18.6075C20.3391 17.6135 22.0435 15.2209 22.0435 12.4244Z" fill="#8D94A0"/>
|
|
5
|
+
</svg>
|