@vkontakte/icons 2.0.2 → 2.1.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/index.js CHANGED
@@ -4142,6 +4142,12 @@ Object.defineProperty(exports, "Icon20SmartphoneOutline", {
4142
4142
  return _smartphoneOutline.default;
4143
4143
  }
4144
4144
  });
4145
+ Object.defineProperty(exports, "Icon20SmileAddOutline", {
4146
+ enumerable: true,
4147
+ get: function() {
4148
+ return _smileAddOutline.default;
4149
+ }
4150
+ });
4145
4151
  Object.defineProperty(exports, "Icon20SmileOutline", {
4146
4152
  enumerable: true,
4147
4153
  get: function() {
@@ -7160,6 +7166,12 @@ Object.defineProperty(exports, "Icon24Smile", {
7160
7166
  return _smile1.default;
7161
7167
  }
7162
7168
  });
7169
+ Object.defineProperty(exports, "Icon24SmileAddOutline", {
7170
+ enumerable: true,
7171
+ get: function() {
7172
+ return _smileAddOutline1.default;
7173
+ }
7174
+ });
7163
7175
  Object.defineProperty(exports, "Icon24SmileOutline", {
7164
7176
  enumerable: true,
7165
7177
  get: function() {
@@ -10154,6 +10166,12 @@ Object.defineProperty(exports, "Icon28PhoneCircleFillGreen", {
10154
10166
  return _phoneCircleFillGreen1.default;
10155
10167
  }
10156
10168
  });
10169
+ Object.defineProperty(exports, "Icon28PhoneDownFilled", {
10170
+ enumerable: true,
10171
+ get: function() {
10172
+ return _phoneDownFilled.default;
10173
+ }
10174
+ });
10157
10175
  Object.defineProperty(exports, "Icon28PhoneOutline", {
10158
10176
  enumerable: true,
10159
10177
  get: function() {
@@ -10766,6 +10784,12 @@ Object.defineProperty(exports, "Icon28Smile", {
10766
10784
  return _smile2.default;
10767
10785
  }
10768
10786
  });
10787
+ Object.defineProperty(exports, "Icon28SmileAddOutline", {
10788
+ enumerable: true,
10789
+ get: function() {
10790
+ return _smileAddOutline2.default;
10791
+ }
10792
+ });
10769
10793
  Object.defineProperty(exports, "Icon28SmileOutline", {
10770
10794
  enumerable: true,
10771
10795
  get: function() {
@@ -14462,6 +14486,7 @@ var _skipForward = _interopRequireDefault(require("./20/skip_forward"));
14462
14486
  var _skullOutline = _interopRequireDefault(require("./20/skull_outline"));
14463
14487
  var _slidersOutline = _interopRequireDefault(require("./20/sliders_outline"));
14464
14488
  var _smartphoneOutline = _interopRequireDefault(require("./20/smartphone_outline"));
14489
+ var _smileAddOutline = _interopRequireDefault(require("./20/smile_add_outline"));
14465
14490
  var _smileOutline = _interopRequireDefault(require("./20/smile_outline"));
14466
14491
  var _songCircleFillViolet = _interopRequireDefault(require("./20/song_circle_fill_violet"));
14467
14492
  var _songOutline = _interopRequireDefault(require("./20/song_outline"));
@@ -14965,6 +14990,7 @@ var _skullOutline1 = _interopRequireDefault(require("./24/skull_outline"));
14965
14990
  var _slidersVerticalOutline = _interopRequireDefault(require("./24/sliders_vertical_outline"));
14966
14991
  var _smartphoneOutline1 = _interopRequireDefault(require("./24/smartphone_outline"));
14967
14992
  var _smile1 = _interopRequireDefault(require("./24/smile"));
14993
+ var _smileAddOutline1 = _interopRequireDefault(require("./24/smile_add_outline"));
14968
14994
  var _smileOutline1 = _interopRequireDefault(require("./24/smile_outline"));
14969
14995
  var _sneakerOutline = _interopRequireDefault(require("./24/sneaker_outline"));
14970
14996
  var _snowflakeOutline = _interopRequireDefault(require("./24/snowflake_outline"));
@@ -15464,6 +15490,7 @@ var _penStackLockOutline = _interopRequireDefault(require("./28/pen_stack_lock_o
15464
15490
  var _penStackOutline = _interopRequireDefault(require("./28/pen_stack_outline"));
15465
15491
  var _phoneAddOutline1 = _interopRequireDefault(require("./28/phone_add_outline"));
15466
15492
  var _phoneCircleFillGreen1 = _interopRequireDefault(require("./28/phone_circle_fill_green"));
15493
+ var _phoneDownFilled = _interopRequireDefault(require("./28/phone_down_filled"));
15467
15494
  var _phoneOutline2 = _interopRequireDefault(require("./28/phone_outline"));
15468
15495
  var _phoneSpamOutline = _interopRequireDefault(require("./28/phone_spam_outline"));
15469
15496
  var _phoneWaveOutline = _interopRequireDefault(require("./28/phone_wave_outline"));
@@ -15566,6 +15593,7 @@ var _smartphoneOutline2 = _interopRequireDefault(require("./28/smartphone_outlin
15566
15593
  var _smartphoneShareOutline = _interopRequireDefault(require("./28/smartphone_share_outline"));
15567
15594
  var _smartphoneStarsOutline = _interopRequireDefault(require("./28/smartphone_stars_outline"));
15568
15595
  var _smile2 = _interopRequireDefault(require("./28/smile"));
15596
+ var _smileAddOutline2 = _interopRequireDefault(require("./28/smile_add_outline"));
15569
15597
  var _smileOutline2 = _interopRequireDefault(require("./28/smile_outline"));
15570
15598
  var _smiles2Outline = _interopRequireDefault(require("./28/smiles_2_outline"));
15571
15599
  var _sneakerOutline1 = _interopRequireDefault(require("./28/sneaker_outline"));
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20SmileAddOutlineProps 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<Icon20SmileAddOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24SmileAddOutlineProps 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<Icon24SmileAddOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28PhoneDownFilledProps 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<Icon28PhoneDownFilledProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28SmileAddOutlineProps 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<Icon28SmileAddOutlineProps>;
12
+ export default _default;
@@ -688,6 +688,7 @@ export { default as Icon20SkipForward } from './20/skip_forward';
688
688
  export { default as Icon20SkullOutline } from './20/skull_outline';
689
689
  export { default as Icon20SlidersOutline } from './20/sliders_outline';
690
690
  export { default as Icon20SmartphoneOutline } from './20/smartphone_outline';
691
+ export { default as Icon20SmileAddOutline } from './20/smile_add_outline';
691
692
  export { default as Icon20SmileOutline } from './20/smile_outline';
692
693
  export { default as Icon20SongCircleFillViolet } from './20/song_circle_fill_violet';
693
694
  export { default as Icon20SongOutline } from './20/song_outline';
@@ -1191,6 +1192,7 @@ export { default as Icon24SkullOutline } from './24/skull_outline';
1191
1192
  export { default as Icon24SlidersVerticalOutline } from './24/sliders_vertical_outline';
1192
1193
  export { default as Icon24SmartphoneOutline } from './24/smartphone_outline';
1193
1194
  export { default as Icon24Smile } from './24/smile';
1195
+ export { default as Icon24SmileAddOutline } from './24/smile_add_outline';
1194
1196
  export { default as Icon24SmileOutline } from './24/smile_outline';
1195
1197
  export { default as Icon24SneakerOutline } from './24/sneaker_outline';
1196
1198
  export { default as Icon24SnowflakeOutline } from './24/snowflake_outline';
@@ -1690,6 +1692,7 @@ export { default as Icon28PenStackLockOutline } from './28/pen_stack_lock_outlin
1690
1692
  export { default as Icon28PenStackOutline } from './28/pen_stack_outline';
1691
1693
  export { default as Icon28PhoneAddOutline } from './28/phone_add_outline';
1692
1694
  export { default as Icon28PhoneCircleFillGreen } from './28/phone_circle_fill_green';
1695
+ export { default as Icon28PhoneDownFilled } from './28/phone_down_filled';
1693
1696
  export { default as Icon28PhoneOutline } from './28/phone_outline';
1694
1697
  export { default as Icon28PhoneSpamOutline } from './28/phone_spam_outline';
1695
1698
  export { default as Icon28PhoneWaveOutline } from './28/phone_wave_outline';
@@ -1792,6 +1795,7 @@ export { default as Icon28SmartphoneOutline } from './28/smartphone_outline';
1792
1795
  export { default as Icon28SmartphoneShareOutline } from './28/smartphone_share_outline';
1793
1796
  export { default as Icon28SmartphoneStarsOutline } from './28/smartphone_stars_outline';
1794
1797
  export { default as Icon28Smile } from './28/smile';
1798
+ export { default as Icon28SmileAddOutline } from './28/smile_add_outline';
1795
1799
  export { default as Icon28SmileOutline } from './28/smile_outline';
1796
1800
  export { default as Icon28Smiles2Outline } from './28/smiles_2_outline';
1797
1801
  export { default as Icon28SneakerOutline } from './28/sneaker_outline';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "repository": "https://github.com/VKCOM/icons",
6
6
  "homepage": "https://vkcom.github.io/icons/",
@@ -0,0 +1 @@
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 1.5a8.476 8.476 0 0 0-6.01 2.49A8.476 8.476 0 0 0 1.5 10c0 2.347.952 4.473 2.49 6.01A8.476 8.476 0 0 0 10 18.5a.75.75 0 0 0 0-1.5 6.976 6.976 0 0 1-4.95-2.05A6.976 6.976 0 0 1 3 10a6.98 6.98 0 0 1 2.05-4.95A6.976 6.976 0 0 1 10 3a6.98 6.98 0 0 1 4.95 2.05A6.976 6.976 0 0 1 17 10a.75.75 0 0 0 1.5 0 8.476 8.476 0 0 0-2.49-6.01A8.476 8.476 0 0 0 10 1.5ZM8.75 8.373a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Zm3.625 1.125a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Zm5.875 6.752a.75.75 0 0 0 0-1.5h-2v-2a.75.75 0 0 0-1.5 0v2h-1.995a.75.75 0 0 0 0 1.5h1.995v2.003a.75.75 0 0 0 1.5 0V16.25h2Zm-9.935-4.497a.75.75 0 0 0-1.123.994A3.732 3.732 0 0 0 10 14c1.11 0 2.117-.473 2.808-1.253a.75.75 0 0 0-1.123-.994A2.232 2.232 0 0 1 10 12.5a2.232 2.232 0 0 1-1.685-.747Z" 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 d="M12 3.9a8.1 8.1 0 0 1 8.1 8.1v1.125a.9.9 0 1 0 1.8 0V12c0-5.468-4.432-9.9-9.9-9.9S2.1 6.532 2.1 12s4.432 9.9 9.9 9.9h1.125a.9.9 0 1 0 0-1.8H12a8.1 8.1 0 0 1 0-16.2Z M22.1 19.9a.9.9 0 1 0 0-1.8h-2.2v-2.2a.9.9 0 1 0-1.8 0v2.2h-2.2a.9.9 0 1 0 0 1.8h2.2v2.2a.9.9 0 0 0 1.8 0v-2.2h2.2Zm-11.85-9.65a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM15 11.5A1.25 1.25 0 1 0 15 9a1.25 1.25 0 0 0 0 2.5Zm-5.303 2.93a.9.9 0 0 0-1.4 1.132c.088.101.177.198.275.29.16.15.394.345.701.536.617.386 1.53.762 2.727.762 1.197 0 2.11-.376 2.727-.762a4.57 4.57 0 0 0 .701-.536c.097-.091.19-.187.275-.29a.9.9 0 0 0-1.4-1.132 1.504 1.504 0 0 1-.106.109 2.83 2.83 0 0 1-.424.323A3.29 3.29 0 0 1 12 15.35a3.3 3.3 0 0 1-1.773-.488 2.77 2.77 0 0 1-.424-.323 1.5 1.5 0 0 1-.106-.109Z"/></svg>
@@ -1,13 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
- <title>users_24</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs></defs>
7
- <g id="Page-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <g id="users_24">
9
- <rect id="Mask" x="0" y="0" width="24" height="24"></rect>
10
- <path d="M14.8286949,12.7243502 C15.6118006,12.5633121 16.3765057,12.5 17,12.5 C19.2941176,12.5 23.5,13.3571429 23.5,16.7857143 C23.5,18.2857143 23.1176471,18.5 22.3529412,18.5 L16.2630074,18.5 C16.4208499,18.0110903 16.5,17.4377323 16.5,16.7857143 C16.5,15.0631583 15.8688201,13.7193375 14.8286949,12.7243502 Z M1.5,16.7857143 C1.5,13.3571429 5.70588235,12.5 8,12.5 C10.2941176,12.5 14.5,13.3571429 14.5,16.7857143 C14.5,18.2857143 14.1176471,18.5 13.3529412,18.5 L2.64705882,18.5 C1.88235294,18.5 1.5,18.2857143 1.5,16.7857143 Z M11,8 C11,9.6575 9.6575,11 8,11 C6.3425,11 5,9.6575 5,8 C5,6.3425 6.3425,5 8,5 C9.6575,5 11,6.3425 11,8 Z M20,8 C20,9.6575 18.6575,11 17,11 C15.3425,11 14,9.6575 14,8 C14,6.3425 15.3425,5 17,5 C18.6575,5 20,6.3425 20,8 Z" id="Mask" fill="currentColor"></path>
11
- </g>
12
- </g>
13
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M16.5 12.75c2.294 0 6.5.857 6.5 4.285 0 1.5-.382 1.715-1.147 1.715h-6.09c.158-.489.237-1.062.237-1.715 0-1.723-.631-3.066-1.672-4.062.783-.16 1.548-.223 2.172-.223Zm-9 0c2.294 0 6.5.857 6.5 4.285 0 1.5-.382 1.715-1.147 1.715H2.147C1.382 18.75 1 18.535 1 17.035c0-3.428 4.206-4.285 6.5-4.285Zm0-7.5a3 3 0 1 1 0 6 3 3 0 1 1 0-6Zm9 0a3 3 0 1 1 0 6 3 3 0 1 1 0-6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14 9c5.803 0 9.846 1.684 12.13 4.56.725.912.922 1.722.858 2.578C26.843 17.862 25.52 19 23.58 19c-3.73 0-5.169-1.938-5.244-3.975l-.003-1.307a.779.779 0 0 0-.47-.708c-.75-.357-2.094-.508-3.864-.509-1.769 0-3.056.152-3.862.51a.779.779 0 0 0-.47.707v1.137C9.667 16.953 8.255 19 4.42 19c-1.941 0-3.263-1.138-3.407-2.862-.065-.856.132-1.667.856-2.578C4.154 10.684 8.197 9 14 9Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M14 4c5.523 0 10 4.477 10 10v1.375a1 1 0 1 0 2 0V14c0-6.627-5.373-12-12-12S2 7.373 2 14s5.373 12 12 12h1.375a1 1 0 1 0 0-2H14C8.477 24 4 19.523 4 14S8.477 4 14 4Z M10.625 13.25a1.625 1.625 0 1 0 0-3.25 1.625 1.625 0 0 0 0 3.25Zm.45 3.478a1 1 0 0 0-1.462 1.365A5.986 5.986 0 0 0 14 20a5.986 5.986 0 0 0 4.387-1.907 1 1 0 1 0-1.462-1.365A3.986 3.986 0 0 1 14 18a3.986 3.986 0 0 1-2.925-1.272ZM19 11.625a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0ZM23 18a1 1 0 1 0-2 0v3h-3a1 1 0 1 0 0 2h3v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2h-3v-3Z"/></svg>
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon20SmileAddOutlineProps 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<Icon20SmileAddOutlineProps>(
16
+ 'Icon20SmileAddOutline',
17
+ 'smile_add_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="smile_add_outline_20"><path fill-rule="evenodd" d="M10 1.5a8.476 8.476 0 0 0-6.01 2.49A8.476 8.476 0 0 0 1.5 10c0 2.347.952 4.473 2.49 6.01A8.476 8.476 0 0 0 10 18.5a.75.75 0 0 0 0-1.5 6.976 6.976 0 0 1-4.95-2.05A6.976 6.976 0 0 1 3 10a6.98 6.98 0 0 1 2.05-4.95A6.976 6.976 0 0 1 10 3a6.98 6.98 0 0 1 4.95 2.05A6.976 6.976 0 0 1 17 10a.75.75 0 0 0 1.5 0 8.476 8.476 0 0 0-2.49-6.01A8.476 8.476 0 0 0 10 1.5ZM8.75 8.373a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Zm3.625 1.125a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Zm5.875 6.752a.75.75 0 0 0 0-1.5h-2v-2a.75.75 0 0 0-1.5 0v2h-1.995a.75.75 0 0 0 0 1.5h1.995v2.003a.75.75 0 0 0 1.5 0V16.25h2Zm-9.935-4.497a.75.75 0 0 0-1.123.994A3.732 3.732 0 0 0 10 14c1.11 0 2.117-.473 2.808-1.253a.75.75 0 0 0-1.123-.994A2.232 2.232 0 0 1 10 12.5a2.232 2.232 0 0 1-1.685-.747Z" clip-rule="evenodd" /></symbol>',
20
+ 20,
21
+ 20,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon24SmileAddOutlineProps 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<Icon24SmileAddOutlineProps>(
16
+ 'Icon24SmileAddOutline',
17
+ 'smile_add_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="smile_add_outline_24"><path d="M12 3.9a8.1 8.1 0 0 1 8.1 8.1v1.125a.9.9 0 1 0 1.8 0V12c0-5.468-4.432-9.9-9.9-9.9S2.1 6.532 2.1 12s4.432 9.9 9.9 9.9h1.125a.9.9 0 1 0 0-1.8H12a8.1 8.1 0 0 1 0-16.2Zm10.1 16a.9.9 0 1 0 0-1.8h-2.2v-2.2a.9.9 0 1 0-1.8 0v2.2h-2.2a.9.9 0 1 0 0 1.8h2.2v2.2a.9.9 0 0 0 1.8 0v-2.2h2.2Zm-11.85-9.65a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM15 11.5A1.25 1.25 0 1 0 15 9a1.25 1.25 0 0 0 0 2.5Zm-5.303 2.93a.9.9 0 0 0-1.4 1.132c.088.101.177.198.275.29.16.15.394.345.701.536.617.386 1.53.762 2.727.762 1.197 0 2.11-.376 2.727-.762a4.57 4.57 0 0 0 .701-.536c.097-.091.19-.187.275-.29a.9.9 0 0 0-1.4-1.132 1.504 1.504 0 0 1-.106.109 2.83 2.83 0 0 1-.424.323A3.29 3.29 0 0 1 12 15.35a3.3 3.3 0 0 1-1.773-.488 2.77 2.77 0 0 1-.424-.323 1.5 1.5 0 0 1-.106-.109Z" /></symbol>',
20
+ 24,
21
+ 24,
22
+ false,
23
+ undefined
24
+ );
package/ts/24/users.ts CHANGED
@@ -16,7 +16,7 @@ export default makeIcon<Icon24UsersProps>(
16
16
  'Icon24Users',
17
17
  'users_24',
18
18
  '0 0 24 24',
19
- '<symbol viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="users_24"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z" /><path d="M14.829 12.724A11.034 11.034 0 0 1 17 12.5c2.294 0 6.5.857 6.5 4.286 0 1.5-.382 1.714-1.147 1.714h-6.09c.158-.489.237-1.062.237-1.714 0-1.723-.631-3.067-1.671-4.062ZM1.5 16.786C1.5 13.357 5.706 12.5 8 12.5c2.294 0 6.5.857 6.5 4.286 0 1.5-.382 1.714-1.147 1.714H2.647c-.765 0-1.147-.214-1.147-1.714ZM11 8a3 3 0 1 1-6 0 3 3 0 1 1 6 0Zm9 0a3 3 0 1 1-6 0 3 3 0 1 1 6 0Z" fill="currentColor" /></g></symbol>',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="users_24"><path d="M16.5 12.75c2.294 0 6.5.857 6.5 4.285 0 1.5-.382 1.715-1.147 1.715h-6.09c.158-.489.237-1.062.237-1.715 0-1.723-.631-3.066-1.672-4.062.783-.16 1.548-.223 2.172-.223Zm-9 0c2.294 0 6.5.857 6.5 4.285 0 1.5-.382 1.715-1.147 1.715H2.147C1.382 18.75 1 18.535 1 17.035c0-3.428 4.206-4.285 6.5-4.285Zm0-7.5a3 3 0 1 1 0 6 3 3 0 1 1 0-6Zm9 0a3 3 0 1 1 0 6 3 3 0 1 1 0-6Z" /></symbol>',
20
20
  24,
21
21
  24,
22
22
  false,
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon28PhoneDownFilledProps 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<Icon28PhoneDownFilledProps>(
16
+ 'Icon28PhoneDownFilled',
17
+ 'phone_down_filled_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="phone_down_filled_28"><path fill-rule="evenodd" d="M14 9c5.803 0 9.846 1.684 12.13 4.56.725.912.922 1.722.858 2.578C26.843 17.862 25.52 19 23.58 19c-3.73 0-5.169-1.938-5.244-3.975l-.003-1.307a.779.779 0 0 0-.47-.708c-.75-.357-2.094-.508-3.864-.509-1.769 0-3.056.152-3.862.51a.779.779 0 0 0-.47.707v1.137C9.667 16.953 8.255 19 4.42 19c-1.941 0-3.263-1.138-3.407-2.862-.065-.856.132-1.667.856-2.578C4.154 10.684 8.197 9 14 9Z" clip-rule="evenodd" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon28SmileAddOutlineProps 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<Icon28SmileAddOutlineProps>(
16
+ 'Icon28SmileAddOutline',
17
+ 'smile_add_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="smile_add_outline_28"><path d="M14 4c5.523 0 10 4.477 10 10v1.375a1 1 0 1 0 2 0V14c0-6.627-5.373-12-12-12S2 7.373 2 14s5.373 12 12 12h1.375a1 1 0 1 0 0-2H14C8.477 24 4 19.523 4 14S8.477 4 14 4Zm-3.375 9.25a1.625 1.625 0 1 0 0-3.25 1.625 1.625 0 0 0 0 3.25Zm.45 3.478a1 1 0 0 0-1.462 1.365A5.986 5.986 0 0 0 14 20a5.986 5.986 0 0 0 4.387-1.907 1 1 0 1 0-1.462-1.365A3.986 3.986 0 0 1 14 18a3.986 3.986 0 0 1-2.925-1.272ZM19 11.625a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0ZM23 18a1 1 0 1 0-2 0v3h-3a1 1 0 1 0 0 2h3v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2h-3v-3Z" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
package/ts/index.ts CHANGED
@@ -688,6 +688,7 @@ export { default as Icon20SkipForward } from './20/skip_forward';
688
688
  export { default as Icon20SkullOutline } from './20/skull_outline';
689
689
  export { default as Icon20SlidersOutline } from './20/sliders_outline';
690
690
  export { default as Icon20SmartphoneOutline } from './20/smartphone_outline';
691
+ export { default as Icon20SmileAddOutline } from './20/smile_add_outline';
691
692
  export { default as Icon20SmileOutline } from './20/smile_outline';
692
693
  export { default as Icon20SongCircleFillViolet } from './20/song_circle_fill_violet';
693
694
  export { default as Icon20SongOutline } from './20/song_outline';
@@ -1191,6 +1192,7 @@ export { default as Icon24SkullOutline } from './24/skull_outline';
1191
1192
  export { default as Icon24SlidersVerticalOutline } from './24/sliders_vertical_outline';
1192
1193
  export { default as Icon24SmartphoneOutline } from './24/smartphone_outline';
1193
1194
  export { default as Icon24Smile } from './24/smile';
1195
+ export { default as Icon24SmileAddOutline } from './24/smile_add_outline';
1194
1196
  export { default as Icon24SmileOutline } from './24/smile_outline';
1195
1197
  export { default as Icon24SneakerOutline } from './24/sneaker_outline';
1196
1198
  export { default as Icon24SnowflakeOutline } from './24/snowflake_outline';
@@ -1690,6 +1692,7 @@ export { default as Icon28PenStackLockOutline } from './28/pen_stack_lock_outlin
1690
1692
  export { default as Icon28PenStackOutline } from './28/pen_stack_outline';
1691
1693
  export { default as Icon28PhoneAddOutline } from './28/phone_add_outline';
1692
1694
  export { default as Icon28PhoneCircleFillGreen } from './28/phone_circle_fill_green';
1695
+ export { default as Icon28PhoneDownFilled } from './28/phone_down_filled';
1693
1696
  export { default as Icon28PhoneOutline } from './28/phone_outline';
1694
1697
  export { default as Icon28PhoneSpamOutline } from './28/phone_spam_outline';
1695
1698
  export { default as Icon28PhoneWaveOutline } from './28/phone_wave_outline';
@@ -1792,6 +1795,7 @@ export { default as Icon28SmartphoneOutline } from './28/smartphone_outline';
1792
1795
  export { default as Icon28SmartphoneShareOutline } from './28/smartphone_share_outline';
1793
1796
  export { default as Icon28SmartphoneStarsOutline } from './28/smartphone_stars_outline';
1794
1797
  export { default as Icon28Smile } from './28/smile';
1798
+ export { default as Icon28SmileAddOutline } from './28/smile_add_outline';
1795
1799
  export { default as Icon28SmileOutline } from './28/smile_outline';
1796
1800
  export { default as Icon28Smiles2Outline } from './28/smiles_2_outline';
1797
1801
  export { default as Icon28SneakerOutline } from './28/sneaker_outline';