@vkontakte/icons 2.8.0 → 2.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/16/sound_wave_slash_outline.js +8 -0
- package/dist/20/add.js +1 -1
- package/dist/24/logo_icq_outline.js +8 -0
- package/dist/48/hide_circle_fill_purple.js +8 -0
- package/dist/es6/16/sound_wave_slash_outline.js +2 -0
- package/dist/es6/20/add.js +1 -1
- package/dist/es6/24/logo_icq_outline.js +2 -0
- package/dist/es6/48/hide_circle_fill_purple.js +2 -0
- package/dist/es6/index.js +3 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +21 -0
- package/dist/typings/16/sound_wave_slash_outline.d.ts +12 -0
- package/dist/typings/24/logo_icq_outline.d.ts +12 -0
- package/dist/typings/48/hide_circle_fill_purple.d.ts +12 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +1 -1
- package/src/svg/16/sound_wave_slash_outline_16.svg +1 -0
- package/src/svg/20/add_20.svg +1 -1
- package/src/svg/24/logo_icq_outline_24.svg +1 -0
- package/src/svg/48/hide_circle_fill_purple_48.svg +10 -0
- package/ts/16/sound_wave_slash_outline.ts +24 -0
- package/ts/20/add.ts +1 -1
- package/ts/24/logo_icq_outline.ts +24 -0
- package/ts/48/hide_circle_fill_purple.ts +24 -0
- package/ts/index.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -1862,6 +1862,12 @@ Object.defineProperty(exports, "Icon16Snowflake", {
|
|
|
1862
1862
|
return _snowflake.default;
|
|
1863
1863
|
}
|
|
1864
1864
|
});
|
|
1865
|
+
Object.defineProperty(exports, "Icon16SoundWaveSlashOutline", {
|
|
1866
|
+
enumerable: true,
|
|
1867
|
+
get: function() {
|
|
1868
|
+
return _soundWaveSlashOutline.default;
|
|
1869
|
+
}
|
|
1870
|
+
});
|
|
1865
1871
|
Object.defineProperty(exports, "Icon16Spinner", {
|
|
1866
1872
|
enumerable: true,
|
|
1867
1873
|
get: function() {
|
|
@@ -6404,6 +6410,12 @@ Object.defineProperty(exports, "Icon24LogoGoogle", {
|
|
|
6404
6410
|
return _logoGoogle.default;
|
|
6405
6411
|
}
|
|
6406
6412
|
});
|
|
6413
|
+
Object.defineProperty(exports, "Icon24LogoIcqOutline", {
|
|
6414
|
+
enumerable: true,
|
|
6415
|
+
get: function() {
|
|
6416
|
+
return _logoIcqOutline.default;
|
|
6417
|
+
}
|
|
6418
|
+
});
|
|
6407
6419
|
Object.defineProperty(exports, "Icon24LogoInstagram", {
|
|
6408
6420
|
enumerable: true,
|
|
6409
6421
|
get: function() {
|
|
@@ -12902,6 +12914,12 @@ Object.defineProperty(exports, "Icon48Game", {
|
|
|
12902
12914
|
return _game3.default;
|
|
12903
12915
|
}
|
|
12904
12916
|
});
|
|
12917
|
+
Object.defineProperty(exports, "Icon48HideCircleFillPurple", {
|
|
12918
|
+
enumerable: true,
|
|
12919
|
+
get: function() {
|
|
12920
|
+
return _hideCircleFillPurple.default;
|
|
12921
|
+
}
|
|
12922
|
+
});
|
|
12905
12923
|
Object.defineProperty(exports, "Icon48Like", {
|
|
12906
12924
|
enumerable: true,
|
|
12907
12925
|
get: function() {
|
|
@@ -14418,6 +14436,7 @@ var _shuffleOutline = _interopRequireDefault(require("./16/shuffle_outline"));
|
|
|
14418
14436
|
var _smile = _interopRequireDefault(require("./16/smile"));
|
|
14419
14437
|
var _smileFilled1 = _interopRequireDefault(require("./16/smile_filled"));
|
|
14420
14438
|
var _snowflake = _interopRequireDefault(require("./16/snowflake"));
|
|
14439
|
+
var _soundWaveSlashOutline = _interopRequireDefault(require("./16/sound_wave_slash_outline"));
|
|
14421
14440
|
var _spinner1 = _interopRequireDefault(require("./16/spinner"));
|
|
14422
14441
|
var _starCircle1 = _interopRequireDefault(require("./16/star_circle"));
|
|
14423
14442
|
var _starCircleFillBlue = _interopRequireDefault(require("./16/star_circle_fill_blue"));
|
|
@@ -15175,6 +15194,7 @@ var _lockOutline2 = _interopRequireDefault(require("./24/lock_outline"));
|
|
|
15175
15194
|
var _logoClipsOutline1 = _interopRequireDefault(require("./24/logo_clips_outline"));
|
|
15176
15195
|
var _logoFacebook = _interopRequireDefault(require("./24/logo_facebook"));
|
|
15177
15196
|
var _logoGoogle = _interopRequireDefault(require("./24/logo_google"));
|
|
15197
|
+
var _logoIcqOutline = _interopRequireDefault(require("./24/logo_icq_outline"));
|
|
15178
15198
|
var _logoInstagram = _interopRequireDefault(require("./24/logo_instagram"));
|
|
15179
15199
|
var _logoLivejournal = _interopRequireDefault(require("./24/logo_livejournal"));
|
|
15180
15200
|
var _logoSkype = _interopRequireDefault(require("./24/logo_skype"));
|
|
@@ -16257,6 +16277,7 @@ var _chevronUpOutline2 = _interopRequireDefault(require("./48/chevron_up_outline
|
|
|
16257
16277
|
var _donateOutline3 = _interopRequireDefault(require("./48/donate_outline"));
|
|
16258
16278
|
var _filmStripPlay = _interopRequireDefault(require("./48/film_strip_play"));
|
|
16259
16279
|
var _game3 = _interopRequireDefault(require("./48/game"));
|
|
16280
|
+
var _hideCircleFillPurple = _interopRequireDefault(require("./48/hide_circle_fill_purple"));
|
|
16260
16281
|
var _like5 = _interopRequireDefault(require("./48/like"));
|
|
16261
16282
|
var _linked2 = _interopRequireDefault(require("./48/linked"));
|
|
16262
16283
|
var _lockCircleFillGreen = _interopRequireDefault(require("./48/lock_circle_fill_green"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16SoundWaveSlashOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon16SoundWaveSlashOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24LogoIcqOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon24LogoIcqOutlineProps>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon48HideCircleFillPurpleProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").FC<Icon48HideCircleFillPurpleProps>;
|
|
12
|
+
export default _default;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -308,6 +308,7 @@ export { default as Icon16ShuffleOutline } from './16/shuffle_outline';
|
|
|
308
308
|
export { default as Icon16Smile } from './16/smile';
|
|
309
309
|
export { default as Icon16SmileFilled } from './16/smile_filled';
|
|
310
310
|
export { default as Icon16Snowflake } from './16/snowflake';
|
|
311
|
+
export { default as Icon16SoundWaveSlashOutline } from './16/sound_wave_slash_outline';
|
|
311
312
|
export { default as Icon16Spinner } from './16/spinner';
|
|
312
313
|
export { default as Icon16StarCircle } from './16/star_circle';
|
|
313
314
|
export { default as Icon16StarCircleFillBlue } from './16/star_circle_fill_blue';
|
|
@@ -1065,6 +1066,7 @@ export { default as Icon24LockOutline } from './24/lock_outline';
|
|
|
1065
1066
|
export { default as Icon24LogoClipsOutline } from './24/logo_clips_outline';
|
|
1066
1067
|
export { default as Icon24LogoFacebook } from './24/logo_facebook';
|
|
1067
1068
|
export { default as Icon24LogoGoogle } from './24/logo_google';
|
|
1069
|
+
export { default as Icon24LogoIcqOutline } from './24/logo_icq_outline';
|
|
1068
1070
|
export { default as Icon24LogoInstagram } from './24/logo_instagram';
|
|
1069
1071
|
export { default as Icon24LogoLivejournal } from './24/logo_livejournal';
|
|
1070
1072
|
export { default as Icon24LogoSkype } from './24/logo_skype';
|
|
@@ -2148,6 +2150,7 @@ export { default as Icon48ChevronUpOutline } from './48/chevron_up_outline';
|
|
|
2148
2150
|
export { default as Icon48DonateOutline } from './48/donate_outline';
|
|
2149
2151
|
export { default as Icon48FilmStripPlay } from './48/film_strip_play';
|
|
2150
2152
|
export { default as Icon48Game } from './48/game';
|
|
2153
|
+
export { default as Icon48HideCircleFillPurple } from './48/hide_circle_fill_purple';
|
|
2151
2154
|
export { default as Icon48Like } from './48/like';
|
|
2152
2155
|
export { default as Icon48Linked } from './48/linked';
|
|
2153
2156
|
export { default as Icon48LockCircleFillGreen } from './48/lock_circle_fill_green';
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.28 1.22a.75.75 0 0 0-1.06 1.06L4.1 5.16v6.09a.75.75 0 0 0 1.5 0V6.66l1.65 1.651v5.94a.75.75 0 0 0 1.5 0V9.81l4.97 4.97a.75.75 0 1 0 1.06-1.061L2.28 1.22ZM8 1a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2A.75.75 0 0 0 8 1ZM1 6.75a.75.75 0 1 1 1.5 0v2.5a.75.75 0 1 1-1.5 0v-2.5Zm12.5 0a.75.75 0 0 1 1.5 0v3.252a.75.75 0 0 1-1.5 0V6.75Zm-3.1-2a.75.75 0 0 1 1.5 0v2a.75.75 0 0 1-1.5 0v-2Z" clip-rule="evenodd"/></svg>
|
package/src/svg/20/add_20.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 3a.75.75 0 0 1 .75.75v5.5h5.5a.75.75 0 0 1 0 1.5h-5.5v5.5a.75.75 0 0 1-1.5 0v-5.5h-5.5a.75.75 0 0 1 0-1.5h5.5v-5.5A.75.75 0 0 1 10 3Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="m12.576 9.036 1.129-2.437H13.7l.001-.002.003-.007a3.333 3.333 0 0 0 .284-1.601c-.12-1.76-1.556-3.095-3.208-2.982-1.652.112-2.895 1.63-2.776 3.388l.007.088c.05.542.227 1.042.495 1.468v.001l1.42 2.22c.268.522.804.86 1.395.82.576-.039 1.05-.426 1.255-.956Zm-2.729-2.77-.07-.113a1.837 1.837 0 0 1-.276-.86c-.07-1.022.642-1.74 1.38-1.79.74-.05 1.541.565 1.61 1.587a1.83 1.83 0 0 1-.156.888l-.237.52-.882 1.905-1.369-2.138Zm7.822 6.644-2.707-.386a1.71 1.71 0 0 1-1.44-1.06 1.698 1.698 0 0 1 .367-1.823l1.703-2.165c.38-.53.912-.961 1.565-1.222 1.812-.724 3.867.14 4.59 1.933.724 1.791-.16 3.83-1.971 4.555a3.551 3.551 0 0 1-2.107.169Zm.272-1.476.058.014c.392.088.814.063 1.22-.099 1.054-.421 1.544-1.593 1.137-2.601-.408-1.012-1.585-1.524-2.642-1.101-.381.152-.686.4-.904.704l-.019.027-1.773 2.253-.056.058a.198.198 0 0 0-.048.214.21.21 0 0 0 .182.127l.04.003 2.805.401Zm-5.007 6.919-.309-2.592a1.49 1.49 0 0 1 2.175-1.578l2.276.949a3.042 3.042 0 0 1 .716 5.257 3.044 3.044 0 0 1-4.262-.592l-.007-.009a3.027 3.027 0 0 1-.583-1.428l-.001-.008v-.002l-.005.003Zm1.492-.193-.072-.565-.245-2.056-.005-.027.05.027 2.36.983.013.006a1.542 1.542 0 0 1 .361 2.665 1.544 1.544 0 0 1-2.462-1.033Zm-5.931-4.205L5.849 15.35l.004.002-.002.001-.007.004a3.479 3.479 0 0 0-1.305 1.232 3.554 3.554 0 0 0 1.107 4.869 3.476 3.476 0 0 0 4.821-1.11 3.526 3.526 0 0 0 .534-1.84l.088-2.842a1.738 1.738 0 0 0-.788-1.7 1.7 1.7 0 0 0-1.806-.011Zm-1.468 2.47-.464.249a1.986 1.986 0 0 0-.75.707 2.054 2.054 0 0 0 .636 2.81c.93.59 2.157.312 2.744-.634.206-.332.305-.697.308-1.061v-.017l.092-2.937.01-.076a.238.238 0 0 0-.105-.233.2.2 0 0 0-.215-.002l-.044.027-2.212 1.166Zm.558-7.675 1.65 1.613a1.322 1.322 0 0 1-.621 2.307l-2.177.63c-.44.124-.917.138-1.392.02a2.697 2.697 0 0 1-1.962-3.277A2.708 2.708 0 0 1 7.578 8.75l.004.004.002.001v-.003Zm.44 2.529-1.999.578a1.2 1.2 0 0 1-.616.007 1.197 1.197 0 0 1-.873-1.454 1.208 1.208 0 0 1 2.007-.575l.303.292 1.179 1.152Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48">
|
|
2
|
+
<circle cx="24" cy="24" r="24" fill="url(#a)"/>
|
|
3
|
+
<path fill="#fff" d="m18.213 15.797 1.977 1.977 1.695 1.694 2.032 2.034h.002l2.58 2.579v.004l2.032 2.032a.04.04 0 0 0 .001-.003l2.284 2.285-.002.001 1.386 1.387a1 1 0 0 1-1.32 1.498l-.095-.084-1.639-1.638C27.689 30.409 25.95 31 24 31c-6 0-10-5.6-10-7 0-.89 1.618-3.48 4.34-5.247L16.8 17.21a1 1 0 0 1 1.414-1.414ZM19 24a5 5 0 0 0 8.322 3.737l-1.774-1.773a2.5 2.5 0 0 1-3.51-3.512l-1.775-1.774A4.981 4.981 0 0 0 19 24Zm5-7c6 0 10 5.6 10 7 0 .552-.621 1.756-1.74 3.012l-3.266-3.265a5 5 0 0 0-4.741-4.74l-1.87-1.87A9.634 9.634 0 0 1 24 17Z"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="a" x1="0" x2="48" y1="0" y2="48" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#A393F5"/>
|
|
7
|
+
<stop offset="1" stop-color="#735CE6"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon16SoundWaveSlashOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon16SoundWaveSlashOutlineProps>(
|
|
16
|
+
'Icon16SoundWaveSlashOutline',
|
|
17
|
+
'sound_wave_slash_outline_16',
|
|
18
|
+
'0 0 16 16',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="sound_wave_slash_outline_16"><path fill-rule="evenodd" d="M2.28 1.22a.75.75 0 0 0-1.06 1.06L4.1 5.16v6.09a.75.75 0 0 0 1.5 0V6.66l1.65 1.651v5.94a.75.75 0 0 0 1.5 0V9.81l4.97 4.97a.75.75 0 1 0 1.06-1.061L2.28 1.22ZM8 1a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2A.75.75 0 0 0 8 1ZM1 6.75a.75.75 0 1 1 1.5 0v2.5a.75.75 0 1 1-1.5 0v-2.5Zm12.5 0a.75.75 0 0 1 1.5 0v3.252a.75.75 0 0 1-1.5 0V6.75Zm-3.1-2a.75.75 0 0 1 1.5 0v2a.75.75 0 0 1-1.5 0v-2Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
16,
|
|
21
|
+
16,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/20/add.ts
CHANGED
|
@@ -16,7 +16,7 @@ export default makeIcon<Icon20AddProps>(
|
|
|
16
16
|
'Icon20Add',
|
|
17
17
|
'add_20',
|
|
18
18
|
'0 0 20 20',
|
|
19
|
-
'<symbol fill="
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="add_20"><path fill-rule="evenodd" d="M10 3a.75.75 0 0 1 .75.75v5.5h5.5a.75.75 0 0 1 0 1.5h-5.5v5.5a.75.75 0 0 1-1.5 0v-5.5h-5.5a.75.75 0 0 1 0-1.5h5.5v-5.5A.75.75 0 0 1 10 3Z" clip-rule="evenodd" /></symbol>',
|
|
20
20
|
20,
|
|
21
21
|
20,
|
|
22
22
|
false,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon24LogoIcqOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon24LogoIcqOutlineProps>(
|
|
16
|
+
'Icon24LogoIcqOutline',
|
|
17
|
+
'logo_icq_outline_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="logo_icq_outline_24"><path fill-rule="evenodd" d="m12.576 9.036 1.129-2.437H13.7l.001-.002.003-.007a3.333 3.333 0 0 0 .284-1.601c-.12-1.76-1.556-3.095-3.208-2.982-1.652.112-2.895 1.63-2.776 3.388l.007.088c.05.542.227 1.042.495 1.468v.001l1.42 2.22c.268.522.804.86 1.395.82.576-.039 1.05-.426 1.255-.956Zm-2.729-2.77-.07-.113a1.837 1.837 0 0 1-.276-.86c-.07-1.022.642-1.74 1.38-1.79.74-.05 1.541.565 1.61 1.587a1.83 1.83 0 0 1-.156.888l-.237.52-.882 1.905-1.369-2.138Zm7.822 6.644-2.707-.386a1.71 1.71 0 0 1-1.44-1.06 1.698 1.698 0 0 1 .367-1.823l1.703-2.165c.38-.53.912-.961 1.565-1.222 1.812-.724 3.867.14 4.59 1.933.724 1.791-.16 3.83-1.971 4.555a3.551 3.551 0 0 1-2.107.169Zm.272-1.476.058.014c.392.088.814.063 1.22-.099 1.054-.421 1.544-1.593 1.137-2.601-.408-1.012-1.585-1.524-2.642-1.101-.381.152-.686.4-.904.704l-.019.027-1.773 2.253-.056.058a.198.198 0 0 0-.048.214.21.21 0 0 0 .182.127l.04.003 2.805.401Zm-5.007 6.919-.309-2.592a1.49 1.49 0 0 1 2.175-1.578l2.276.949a3.042 3.042 0 0 1 .716 5.257 3.044 3.044 0 0 1-4.262-.592l-.007-.009a3.027 3.027 0 0 1-.583-1.428l-.001-.008v-.002l-.005.003Zm1.492-.193-.072-.565-.245-2.056-.005-.027.05.027 2.36.983.013.006a1.542 1.542 0 0 1 .361 2.665 1.544 1.544 0 0 1-2.462-1.033Zm-5.931-4.205L5.849 15.35l.004.002-.002.001-.007.004a3.479 3.479 0 0 0-1.305 1.232 3.554 3.554 0 0 0 1.107 4.869 3.476 3.476 0 0 0 4.821-1.11 3.526 3.526 0 0 0 .534-1.84l.088-2.842a1.738 1.738 0 0 0-.788-1.7 1.7 1.7 0 0 0-1.806-.011Zm-1.468 2.47-.464.249a1.986 1.986 0 0 0-.75.707 2.054 2.054 0 0 0 .636 2.81c.93.59 2.157.312 2.744-.634.206-.332.305-.697.308-1.061v-.017l.092-2.937.01-.076a.238.238 0 0 0-.105-.233.2.2 0 0 0-.215-.002l-.044.027-2.212 1.166Zm.558-7.675 1.65 1.613a1.322 1.322 0 0 1-.621 2.307l-2.177.63c-.44.124-.917.138-1.392.02a2.697 2.697 0 0 1-1.962-3.277A2.708 2.708 0 0 1 7.578 8.75l.004.004.002.001v-.003Zm.44 2.529-1.999.578a1.2 1.2 0 0 1-.616.007 1.197 1.197 0 0 1-.873-1.454 1.208 1.208 0 0 1 2.007-.575l.303.292 1.179 1.152Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
24,
|
|
21
|
+
24,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '../SvgIcon';
|
|
3
|
+
|
|
4
|
+
export interface Icon48HideCircleFillPurpleProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon48HideCircleFillPurpleProps>(
|
|
16
|
+
'Icon48HideCircleFillPurple',
|
|
17
|
+
'hide_circle_fill_purple_48',
|
|
18
|
+
'0 0 48 48',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48" id="hide_circle_fill_purple_48"><circle cx="24" cy="24" r="24" fill="url(#hide_circle_fill_purple_48_a)" /><path fill="#fff" d="m18.213 15.797 1.977 1.977 1.695 1.694 2.032 2.034h.002l2.58 2.579v.004l2.032 2.032a.04.04 0 0 0 .001-.003l2.284 2.285-.002.001 1.386 1.387a1 1 0 0 1-1.32 1.498l-.095-.084-1.639-1.638C27.689 30.409 25.95 31 24 31c-6 0-10-5.6-10-7 0-.89 1.618-3.48 4.34-5.247L16.8 17.21a1 1 0 0 1 1.414-1.414ZM19 24a5 5 0 0 0 8.322 3.737l-1.774-1.773a2.5 2.5 0 0 1-3.51-3.512l-1.775-1.774A4.981 4.981 0 0 0 19 24Zm5-7c6 0 10 5.6 10 7 0 .552-.621 1.756-1.74 3.012l-3.266-3.265a5 5 0 0 0-4.741-4.74l-1.87-1.87A9.634 9.634 0 0 1 24 17Z" /><defs><linearGradient id="hide_circle_fill_purple_48_a" x1="0" x2="48" y1="0" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#A393F5" /><stop offset="1" stop-color="#735CE6" /></linearGradient></defs></symbol>',
|
|
20
|
+
48,
|
|
21
|
+
48,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/index.ts
CHANGED
|
@@ -308,6 +308,7 @@ export { default as Icon16ShuffleOutline } from './16/shuffle_outline';
|
|
|
308
308
|
export { default as Icon16Smile } from './16/smile';
|
|
309
309
|
export { default as Icon16SmileFilled } from './16/smile_filled';
|
|
310
310
|
export { default as Icon16Snowflake } from './16/snowflake';
|
|
311
|
+
export { default as Icon16SoundWaveSlashOutline } from './16/sound_wave_slash_outline';
|
|
311
312
|
export { default as Icon16Spinner } from './16/spinner';
|
|
312
313
|
export { default as Icon16StarCircle } from './16/star_circle';
|
|
313
314
|
export { default as Icon16StarCircleFillBlue } from './16/star_circle_fill_blue';
|
|
@@ -1065,6 +1066,7 @@ export { default as Icon24LockOutline } from './24/lock_outline';
|
|
|
1065
1066
|
export { default as Icon24LogoClipsOutline } from './24/logo_clips_outline';
|
|
1066
1067
|
export { default as Icon24LogoFacebook } from './24/logo_facebook';
|
|
1067
1068
|
export { default as Icon24LogoGoogle } from './24/logo_google';
|
|
1069
|
+
export { default as Icon24LogoIcqOutline } from './24/logo_icq_outline';
|
|
1068
1070
|
export { default as Icon24LogoInstagram } from './24/logo_instagram';
|
|
1069
1071
|
export { default as Icon24LogoLivejournal } from './24/logo_livejournal';
|
|
1070
1072
|
export { default as Icon24LogoSkype } from './24/logo_skype';
|
|
@@ -2148,6 +2150,7 @@ export { default as Icon48ChevronUpOutline } from './48/chevron_up_outline';
|
|
|
2148
2150
|
export { default as Icon48DonateOutline } from './48/donate_outline';
|
|
2149
2151
|
export { default as Icon48FilmStripPlay } from './48/film_strip_play';
|
|
2150
2152
|
export { default as Icon48Game } from './48/game';
|
|
2153
|
+
export { default as Icon48HideCircleFillPurple } from './48/hide_circle_fill_purple';
|
|
2151
2154
|
export { default as Icon48Like } from './48/like';
|
|
2152
2155
|
export { default as Icon48Linked } from './48/linked';
|
|
2153
2156
|
export { default as Icon48LockCircleFillGreen } from './48/lock_circle_fill_green';
|