@vkontakte/icons 2.1.1 → 2.3.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.
Files changed (112) hide show
  1. package/dist/12/play_circle.js +8 -0
  2. package/dist/16/door_enter_arrow_right_outline.js +8 -0
  3. package/dist/16/vmoji_outline.js +8 -0
  4. package/dist/20/api_outline.js +8 -0
  5. package/dist/20/apple_watch_outlite.js +8 -0
  6. package/dist/20/headphones_support_outline.js +8 -0
  7. package/dist/20/logo_vk_workdisk_outline.js +8 -0
  8. package/dist/20/logo_vk_workmail_outline.js +8 -0
  9. package/dist/20/nda_outline.js +8 -0
  10. package/dist/20/tv_text_outline.js +8 -0
  11. package/dist/20/widgets_outline.js +8 -0
  12. package/dist/24/lock.js +8 -0
  13. package/dist/24/user_background_outline.js +8 -0
  14. package/dist/28/door_enter_arrow_right_circle_fill_green.js +8 -0
  15. package/dist/28/education_circle_fill_gray.js +8 -0
  16. package/dist/28/hand_heart_circle_fill_red.js +8 -0
  17. package/dist/28/incognito_circle_fill_gray.js +8 -0
  18. package/dist/28/microphone_circle_fill_red.js +8 -0
  19. package/dist/28/user_circle_fill_blue.js +1 -1
  20. package/dist/28/vk_video_circle_fill_red.js +1 -1
  21. package/dist/36/like.js +1 -1
  22. package/dist/36/like_outline.js +1 -1
  23. package/dist/es6/12/play_circle.js +2 -0
  24. package/dist/es6/16/door_enter_arrow_right_outline.js +2 -0
  25. package/dist/es6/16/vmoji_outline.js +2 -0
  26. package/dist/es6/20/api_outline.js +2 -0
  27. package/dist/es6/20/apple_watch_outlite.js +2 -0
  28. package/dist/es6/20/headphones_support_outline.js +2 -0
  29. package/dist/es6/20/logo_vk_workdisk_outline.js +2 -0
  30. package/dist/es6/20/logo_vk_workmail_outline.js +2 -0
  31. package/dist/es6/20/nda_outline.js +2 -0
  32. package/dist/es6/20/tv_text_outline.js +2 -0
  33. package/dist/es6/20/widgets_outline.js +2 -0
  34. package/dist/es6/24/lock.js +2 -0
  35. package/dist/es6/24/user_background_outline.js +2 -0
  36. package/dist/es6/28/door_enter_arrow_right_circle_fill_green.js +2 -0
  37. package/dist/es6/28/education_circle_fill_gray.js +2 -0
  38. package/dist/es6/28/hand_heart_circle_fill_red.js +2 -0
  39. package/dist/es6/28/incognito_circle_fill_gray.js +2 -0
  40. package/dist/es6/28/microphone_circle_fill_red.js +2 -0
  41. package/dist/es6/28/user_circle_fill_blue.js +1 -1
  42. package/dist/es6/28/vk_video_circle_fill_red.js +1 -1
  43. package/dist/es6/36/like.js +1 -1
  44. package/dist/es6/36/like_outline.js +1 -1
  45. package/dist/es6/index.js +18 -0
  46. package/dist/icons-map.json +1 -1
  47. package/dist/index.js +140 -14
  48. package/dist/typings/12/play_circle.d.ts +12 -0
  49. package/dist/typings/16/door_enter_arrow_right_outline.d.ts +12 -0
  50. package/dist/typings/16/vmoji_outline.d.ts +12 -0
  51. package/dist/typings/20/api_outline.d.ts +12 -0
  52. package/dist/typings/20/apple_watch_outlite.d.ts +12 -0
  53. package/dist/typings/20/headphones_support_outline.d.ts +12 -0
  54. package/dist/typings/20/logo_vk_workdisk_outline.d.ts +12 -0
  55. package/dist/typings/20/logo_vk_workmail_outline.d.ts +12 -0
  56. package/dist/typings/20/nda_outline.d.ts +12 -0
  57. package/dist/typings/20/tv_text_outline.d.ts +12 -0
  58. package/dist/typings/20/widgets_outline.d.ts +12 -0
  59. package/dist/typings/24/lock.d.ts +12 -0
  60. package/dist/typings/24/user_background_outline.d.ts +12 -0
  61. package/dist/typings/28/door_enter_arrow_right_circle_fill_green.d.ts +12 -0
  62. package/dist/typings/28/education_circle_fill_gray.d.ts +12 -0
  63. package/dist/typings/28/hand_heart_circle_fill_red.d.ts +12 -0
  64. package/dist/typings/28/incognito_circle_fill_gray.d.ts +12 -0
  65. package/dist/typings/28/microphone_circle_fill_red.d.ts +12 -0
  66. package/dist/typings/index.d.ts +18 -0
  67. package/package.json +8 -8
  68. package/src/svg/12/play_circle_12.svg +1 -0
  69. package/src/svg/16/door_enter_arrow_right_outline_16.svg +1 -0
  70. package/src/svg/16/vmoji_outline_16.svg +1 -0
  71. package/src/svg/20/api_outline_20.svg +1 -0
  72. package/src/svg/20/apple_watch_outlite_20.svg +1 -0
  73. package/src/svg/20/headphones_support_outline_20.svg +1 -0
  74. package/src/svg/20/logo_vk_workdisk_outline_20.svg +1 -0
  75. package/src/svg/20/logo_vk_workmail_outline_20.svg +1 -0
  76. package/src/svg/20/nda_outline_20.svg +1 -0
  77. package/src/svg/20/tv_text_outline_20.svg +1 -0
  78. package/src/svg/20/widgets_outline_20.svg +1 -0
  79. package/src/svg/24/lock_24.svg +1 -0
  80. package/src/svg/24/user_background_outline_24.svg +1 -0
  81. package/src/svg/28/door_enter_arrow_right_circle_fill_green_28.svg +11 -0
  82. package/src/svg/28/education_circle_fill_gray_28.svg +10 -0
  83. package/src/svg/28/hand_heart_circle_fill_red_28.svg +10 -0
  84. package/src/svg/28/incognito_circle_fill_gray_28.svg +10 -0
  85. package/src/svg/28/microphone_circle_fill_red_28.svg +10 -0
  86. package/src/svg/28/user_circle_fill_blue_28.svg +10 -1
  87. package/src/svg/28/vk_video_circle_fill_red_28.svg +3 -6
  88. package/src/svg/36/like_36.svg +1 -13
  89. package/src/svg/36/like_outline_36.svg +1 -13
  90. package/ts/12/play_circle.ts +24 -0
  91. package/ts/16/door_enter_arrow_right_outline.ts +24 -0
  92. package/ts/16/vmoji_outline.ts +24 -0
  93. package/ts/20/api_outline.ts +24 -0
  94. package/ts/20/apple_watch_outlite.ts +24 -0
  95. package/ts/20/headphones_support_outline.ts +24 -0
  96. package/ts/20/logo_vk_workdisk_outline.ts +24 -0
  97. package/ts/20/logo_vk_workmail_outline.ts +24 -0
  98. package/ts/20/nda_outline.ts +24 -0
  99. package/ts/20/tv_text_outline.ts +24 -0
  100. package/ts/20/widgets_outline.ts +24 -0
  101. package/ts/24/lock.ts +24 -0
  102. package/ts/24/user_background_outline.ts +24 -0
  103. package/ts/28/door_enter_arrow_right_circle_fill_green.ts +24 -0
  104. package/ts/28/education_circle_fill_gray.ts +24 -0
  105. package/ts/28/hand_heart_circle_fill_red.ts +24 -0
  106. package/ts/28/incognito_circle_fill_gray.ts +24 -0
  107. package/ts/28/microphone_circle_fill_red.ts +24 -0
  108. package/ts/28/user_circle_fill_blue.ts +1 -1
  109. package/ts/28/vk_video_circle_fill_red.ts +1 -1
  110. package/ts/36/like.ts +1 -1
  111. package/ts/36/like_outline.ts +1 -1
  112. package/ts/index.ts +18 -0
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon20LogoVkWorkdiskOutlineProps 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<Icon20LogoVkWorkdiskOutlineProps>(
16
+ 'Icon20LogoVkWorkdiskOutline',
17
+ 'logo_vk_workdisk_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_vk_workdisk_outline_20"><path fill-rule="evenodd" d="M3.114 3.114C2 4.228 2 6.021 2 9.607v.786c0 3.586 0 5.38 1.114 6.493C4.228 18 6.021 18 9.607 18h.786c3.586 0 5.38 0 6.493-1.114C18 15.772 18 13.979 18 10.393v-.786c0-3.586 0-5.38-1.114-6.493C15.772 2 13.979 2 10.393 2h-.786C6.02 2 4.227 2 3.114 3.114Zm7.28.386h-.787c-1.836 0-3.061.003-3.974.126-.87.117-1.227.317-1.458.549-.232.231-.432.589-.55 1.458a9.3 9.3 0 0 0-.04.367h.99a2.85 2.85 0 0 1 2.51 1.5H11c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.117.282.144.623.15 1.188.392.136.746.34 1.053.648.527.528.749 1.189.851 1.95.098.73.098 1.652.098 2.781v.309c.156-.24.288-.602.374-1.244.123-.913.126-2.138.126-3.974v-.786c0-1.836-.003-3.061-.126-3.974-.117-.87-.317-1.227-.549-1.458-.231-.232-.589-.432-1.458-.55-.913-.122-2.138-.125-3.974-.125ZM14.5 16.355v-.999c0-1.196-.002-2.018-.085-2.635-.08-.595-.223-.887-.425-1.09-.202-.202-.493-.345-1.088-.425-.616-.083-1.436-.085-2.631-.085H8.654a2.372 2.372 0 0 1-2.139-1.346l-.723-1.508A1.35 1.35 0 0 0 4.575 7.5H3.512c-.011.6-.012 1.293-.012 2.107v.786c0 1.836.003 3.061.126 3.974.117.87.317 1.227.549 1.458.231.232.589.432 1.458.55.913.122 2.138.125 3.974.125h.786c1.836 0 3.061-.003 3.974-.126l.133-.019Z" 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 Icon20LogoVkWorkmailOutlineProps 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<Icon20LogoVkWorkmailOutlineProps>(
16
+ 'Icon20LogoVkWorkmailOutline',
17
+ 'logo_vk_workmail_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_vk_workmail_outline_20"><path fill-rule="evenodd" d="M2.003 8.214c.018-2.678.152-4.14 1.11-5.1C4.229 2 6.022 2 9.608 2h.786c3.586 0 5.38 0 6.493 1.114.944.944 1.088 2.375 1.11 4.972v.033c.004.41.004.85.004 1.32v.955c0 .897 0 1.681-.017 2.371-.053 2.07-.262 3.287-1.097 4.122C15.772 18 13.979 18 10.393 18h-.786c-3.586 0-5.38 0-6.493-1.114C2 15.772 2 13.979 2 10.393V9.114c0-.315.001-.614.003-.9Zm8.39-4.714h-.786c-1.836 0-3.061.003-3.974.126-.87.117-1.227.317-1.458.549-.232.231-.432.589-.55 1.458-.115.863-.124 2.005-.125 3.677l1.5.866v-1.47c0-.434 0-.83.043-1.153.048-.356.16-.731.47-1.04.309-.31.684-.422 1.04-.47C6.876 6 7.273 6 7.705 6h4.59c.433 0 .83 0 1.152.043.356.048.731.16 1.04.47.31.309.422.684.47 1.04.043.323.043.72.043 1.152v1.425l1.5-.866c0-1.647-.011-2.776-.126-3.63-.117-.87-.317-1.228-.549-1.46-.231-.231-.589-.431-1.458-.548-.913-.123-2.138-.126-3.974-.126Zm6.107 7.496-3.92 2.263c-.425.246-.833.481-1.2.647-.41.187-.875.337-1.42.337-.545 0-1.01-.15-1.42-.337a14.418 14.418 0 0 1-1.2-.647L3.5 11.042v.012c.002.971.01 1.753.045 2.401.018.337.044.639.08.912.118.869.318 1.226.55 1.458.231.232.589.432 1.458.549.913.123 2.138.126 3.974.126h.786c1.836 0 3.061-.003 3.974-.126.87-.117 1.227-.317 1.458-.549.232-.232.432-.589.55-1.458.034-.257.059-.538.077-.851.039-.673.046-1.49.048-2.52Zm-3 0V8.75c0-.493-.002-.787-.03-.997a.703.703 0 0 0-.042-.177l-.001-.003-.003-.001-.004-.002-.006-.003a.704.704 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03h-4.5c-.493 0-.787.002-.997.03a.706.706 0 0 0-.177.042l-.003.001-.001.003a.706.706 0 0 0-.042.177c-.028.21-.03.504-.03.997v2.292l1.54.89c.937.54 1.406.81 1.92.81s.983-.27 1.92-.81l1.62-.936Z" 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 Icon20NdaOutlineProps 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<Icon20NdaOutlineProps>(
16
+ 'Icon20NdaOutline',
17
+ 'nda_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="nda_outline_20"><path d="M7.5 12.53c0 .632.324.97.92.97h1.637C11.974 13.5 13 12.28 13 9.997 13 7.721 11.974 6.5 10.057 6.5H8.42c-.597 0-.921.338-.921.97v5.06Zm1.579-.379V7.844h.735c1.082 0 1.574.671 1.574 2.153 0 1.488-.492 2.154-1.574 2.154h-.735Zm5.173 1.349c.435 0 .668-.227.83-.813l.263-.823h2.27l.258.823c.163.57.415.813.85.813.47 0 .777-.283.777-.722 0-.177-.044-.379-.134-.662l-1.488-4.47c-.273-.823-.648-1.146-1.36-1.146-.713 0-1.099.328-1.366 1.146l-1.494 4.47c-.114.338-.158.53-.158.697 0 .404.307.687.752.687Zm1.43-2.843.766-2.612h.08l.756 2.612h-1.603ZM2.496 12.63V9.326h.064l2.268 3.513c.332.505.552.662.914.662.494 0 .758-.323.758-.93v-5.2c0-.547-.284-.87-.758-.87-.47 0-.743.323-.743.87v3.264h-.063l-2.25-3.467c-.322-.485-.527-.667-.884-.667-.533 0-.802.334-.802.98v5.15c0 .541.279.87.753.87s.743-.323.743-.87Z" /></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 Icon20TvTextOutlineProps 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<Icon20TvTextOutlineProps>(
16
+ 'Icon20TvTextOutline',
17
+ 'tv_text_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="tv_text_outline_20"><path d="M14.578 12.745h-.101l-2.324-6.78c-.218-.662-.56-.965-1.104-.965-.606 0-1.049.36-1.049.879 0 .202.062.483.171.778l2.62 6.989c.341.943.846 1.354 1.724 1.354.863 0 1.353-.403 1.695-1.354l2.627-6.989c.093-.267.163-.59.163-.785C19 5.353 18.565 5 17.966 5c-.56 0-.878.281-1.096.965l-2.292 6.78Zm-9.582 2.257c.615 0 1-.4 1-1.047V6.653h2.146c.503 0 .858-.342.858-.822 0-.487-.355-.83-.858-.83H1.858c-.495 0-.858.35-.858.83 0 .473.363.822.858.822h2.14v7.302c0 .654.377 1.047.998 1.047Z" /></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 Icon20WidgetsOutlineProps 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<Icon20WidgetsOutlineProps>(
16
+ 'Icon20WidgetsOutline',
17
+ 'widgets_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="widgets_outline_20"><path fill-rule="evenodd" d="M9.875 2c-.544 0-.894.099-1.223.274a2.12 2.12 0 0 0-.878.878c-.07.133-.15.3-.204.56-.048.235-.07.525-.07.913 0 .544.099.894.274 1.223A2.135 2.135 0 0 0 9.212 6.93c.235.048.525.07.913.07.544 0 .894-.099 1.223-.274a2.12 2.12 0 0 0 .877-.878c.072-.133.151-.3.205-.56.048-.235.07-.525.07-.913 0-.544-.099-.894-.275-1.223a2.12 2.12 0 0 0-.877-.878 1.937 1.937 0 0 0-.56-.204A4.614 4.614 0 0 0 9.876 2ZM9.36 3.597a.66.66 0 0 1 .17-.066c.066-.016.17-.031.345-.031.343 0 .518.02.612.04a.46.46 0 0 1 .153.057.672.672 0 0 1 .329.433c.016.066.03.17.03.345 0 .343-.02.518-.039.612a.462.462 0 0 1-.057.153.621.621 0 0 1-.263.263.66.66 0 0 1-.17.066c-.066.016-.17.031-.345.031-.343 0-.518-.02-.612-.04a.46.46 0 0 1-.153-.057.62.62 0 0 1-.263-.263.66.66 0 0 1-.066-.17A1.508 1.508 0 0 1 9 4.626c0-.343.02-.518.04-.612a.46.46 0 0 1 .057-.153.62.62 0 0 1 .263-.263ZM3.152 7.774c.329-.175.68-.274 1.223-.274.388 0 .678.022.913.07a2.126 2.126 0 0 1 1.437 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.877c-.329.176-.68.275-1.223.275-.388 0-.678-.022-.914-.07a1.936 1.936 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878C2.1 11.019 2 10.668 2 10.125c0-.388.022-.678.07-.914.053-.259.133-.426.204-.559a2.12 2.12 0 0 1 .878-.878Zm.877 1.257a.66.66 0 0 0-.17.066.62.62 0 0 0-.262.263.46.46 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.459.459 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.66.66 0 0 0-.066-.17.62.62 0 0 0-.263-.262.46.46 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03Zm10.123-1.257c.329-.175.68-.274 1.223-.274.388 0 .678.022.913.07a2.126 2.126 0 0 1 1.437 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.877c-.329.176-.68.275-1.223.275-.388 0-.678-.022-.914-.07a1.937 1.937 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878c-.175-.329-.274-.68-.274-1.223 0-.388.022-.678.07-.914a1.94 1.94 0 0 1 .204-.559 2.12 2.12 0 0 1 .878-.878Zm.877 1.257a.66.66 0 0 0-.17.066.62.62 0 0 0-.262.263.458.458 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.461.461 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.661.661 0 0 0-.066-.17.621.621 0 0 0-.263-.262.46.46 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03Zm-6.377 4.243c.329-.175.68-.274 1.223-.274.388 0 .678.022.914.07a2.126 2.126 0 0 1 1.436 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.878c-.329.175-.68.274-1.223.274-.388 0-.678-.022-.914-.07a1.936 1.936 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878c-.175-.329-.274-.68-.274-1.223 0-.388.022-.678.07-.914.053-.259.133-.426.204-.559a2.12 2.12 0 0 1 .878-.877Zm.877 1.257a.658.658 0 0 0-.17.066.62.62 0 0 0-.262.263.459.459 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.461.461 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.66.66 0 0 0-.066-.17.62.62 0 0 0-.263-.262.458.458 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03ZM10.11 8.5h-.22c-.357 0-.58.056-.776.16a1.09 1.09 0 0 0-.454.454c-.104.195-.16.42-.16.776v.22c0 .357.056.58.16.776.105.196.258.35.454.454.195.104.42.16.776.16h.22c.357 0 .58-.056.776-.16a1.09 1.09 0 0 0 .454-.454c.104-.195.16-.42.16-.775V9.89c0-.357-.056-.58-.16-.776a1.09 1.09 0 0 0-.454-.454c-.195-.104-.42-.16-.776-.16ZM14.926 4h.148c.237 0 .386.037.517.107.13.07.232.172.302.302.07.13.107.28.107.517v.148c0 .237-.037.386-.107.517a.727.727 0 0 1-.302.302c-.13.07-.28.107-.517.107h-.148c-.237 0-.386-.037-.517-.107a.727.727 0 0 1-.302-.302c-.07-.13-.107-.28-.107-.517v-.148c0-.237.037-.386.107-.517a.727.727 0 0 1 .302-.302c.13-.07.28-.107.517-.107ZM5.074 4h-.148c-.237 0-.386.037-.517.107a.727.727 0 0 0-.302.302c-.07.13-.107.28-.107.517v.148c0 .237.037.386.107.517.07.13.172.232.302.302.13.07.28.107.517.107h.148c.237 0 .386-.037.517-.107a.727.727 0 0 0 .302-.302c.07-.13.107-.28.107-.517v-.148c0-.237-.037-.386-.107-.517a.727.727 0 0 0-.302-.302C5.46 4.037 5.31 4 5.074 4Zm-.148 10h.148c.237 0 .386.037.517.107.13.07.232.172.302.302.07.13.107.28.107.517v.148c0 .237-.037.386-.107.517a.727.727 0 0 1-.302.302c-.13.07-.28.107-.517.107h-.148c-.237 0-.386-.037-.517-.107a.727.727 0 0 1-.302-.302c-.07-.13-.107-.28-.107-.517v-.148c0-.237.037-.386.107-.517a.727.727 0 0 1 .302-.302c.13-.07.28-.107.517-.107Zm10.148 0h-.148c-.237 0-.386.037-.517.107a.726.726 0 0 0-.302.302c-.07.13-.107.28-.107.517v.148c0 .237.037.386.107.517.07.13.172.232.302.302.13.07.28.107.517.107h.148c.237 0 .386-.037.517-.107a.726.726 0 0 0 .302-.302c.07-.13.107-.28.107-.517v-.148c0-.237-.037-.386-.107-.517a.726.726 0 0 0-.302-.302c-.13-.07-.28-.107-.517-.107Z" /></symbol>',
20
+ 20,
21
+ 20,
22
+ false,
23
+ undefined
24
+ );
package/ts/24/lock.ts ADDED
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon24LockProps 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<Icon24LockProps>(
16
+ 'Icon24Lock',
17
+ 'lock_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="lock_24"><path d="M12 3a5 5 0 0 1 5 5l-.001 2h.437c.892 0 1.215.093 1.54.267.327.174.583.43.757.756.174.326.267.65.267 1.54v5.873c0 .892-.093 1.215-.267 1.54a1.81 1.81 0 0 1-.756.757c-.326.174-.65.267-1.54.267H6.563c-.892 0-1.215-.093-1.54-.267a1.817 1.817 0 0 1-.757-.756c-.174-.326-.267-.65-.267-1.54v-5.873c0-.892.093-1.215.267-1.54a1.81 1.81 0 0 1 .756-.757c.326-.174.65-.267 1.54-.267H7V8a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3l-.001 2h6L15 8a3 3 0 0 0-3-3Z" /></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 Icon24UserBackgroundOutlineProps 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<Icon24UserBackgroundOutlineProps>(
16
+ 'Icon24UserBackgroundOutline',
17
+ 'user_background_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="user_background_outline_24"><path d="M3.264 5.743a.9.9 0 0 1 0-1.273L4.47 3.264a.9.9 0 0 1 1.273 1.272L4.537 5.743a.9.9 0 0 1-1.273 0Z" /><path fill-rule="evenodd" d="M8.5 10.005a3.5 3.5 0 1 1 7 .002 3.5 3.5 0 0 1-7-.002Zm3.5 1.698a1.7 1.7 0 1 1 0-3.4 1.7 1.7 0 0 1 0 3.4Zm.004 3.299c-1.969-.01-3.457.364-4.477 1.083C6.467 16.833 6 17.895 6 19.001c0 .253.001.578.076.864.097.366.318.702.722.903.314.157.676.196.977.214.317.019.72.019 1.197.019h6.056c.476 0 .88 0 1.197-.02.3-.017.663-.056.977-.213.403-.201.625-.537.721-.902C18 19.579 18 19.254 18 19c0-1.105-.47-2.157-1.529-2.9-1.017-.713-2.5-1.09-4.467-1.099Zm-4.204 4c0-.559.211-1.055.764-1.446.594-.418 1.656-.762 3.432-.754 1.779.009 2.845.355 3.442.773.554.389.762.877.762 1.426 0 .069 0 .127-.002.178-.024.003-.05.004-.08.006a21.72 21.72 0 0 1-1.118.016H9a21.635 21.635 0 0 1-1.199-.021A8.743 8.743 0 0 1 7.8 19Zm10.697-4.767a.9.9 0 1 0 1.274 1.273l.965-.965a.9.9 0 1 0-1.273-1.273l-.966.965Zm-1.233-2.495a.9.9 0 0 1 0-1.273L19.46 8.27a.9.9 0 0 1 1.273 1.272l-2.197 2.196a.9.9 0 0 1-1.273 0ZM3.266 9.468a.9.9 0 1 0 1.273 1.273l2.197-2.196a.9.9 0 1 0-1.273-1.273L3.266 9.468Zm7.47-6.198a.9.9 0 0 1 0 1.273l-.6.6A.9.9 0 1 1 8.864 3.87l.6-.6a.9.9 0 0 1 1.272 0Zm5 1.273a.9.9 0 0 0-1.272-1.273l-.6.6a.9.9 0 0 0 1.272 1.273l.6-.6Zm5-1.273a.9.9 0 0 1 0 1.273l-2.2 2.2a.9.9 0 0 1-1.272-1.273l2.2-2.2a.9.9 0 0 1 1.272 0ZM3.266 14.466A.9.9 0 1 0 4.54 15.74l2.201-2.2a.9.9 0 1 0-1.273-1.273l-2.2 2.2Z" /></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 Icon28DoorEnterArrowRightCircleFillGreenProps 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<Icon28DoorEnterArrowRightCircleFillGreenProps>(
16
+ 'Icon28DoorEnterArrowRightCircleFillGreen',
17
+ 'door_enter_arrow_right_circle_fill_green_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="door_enter_arrow_right_circle_fill_green_28"><circle cx="14" cy="14" r="14" fill="url(#door_enter_arrow_right_circle_fill_green_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M14.004 8.25a.75.75 0 0 1 .75-.75h1.92c.645 0 1.186.042 1.663.194.503.16.884.427 1.24.787l.01.009.009.01c.73.789.865 1.761.9 2.653v.029c0 1.3 0 2.3.002 3.225v.184l.002 2.585v.022c-.014.46-.042.875-.193 1.272-.155.41-.414.732-.74 1.076l-.01.01-.009.01c-.372.365-.77.616-1.27.763-.473.138-1.003.171-1.614.171h-1.912a.75.75 0 0 1 0-1.5h1.911c.581 0 .934-.035 1.194-.111.23-.067.414-.174.63-.385.28-.296.37-.441.418-.567.052-.138.081-.324.095-.772 0-.925 0-1.722-.002-2.573v-.183l-.002-3.212c-.032-.802-.154-1.298-.493-1.67-.223-.223-.401-.334-.622-.404-.25-.08-.604-.123-1.207-.123h-1.92a.75.75 0 0 1-.75-.75Zm-1.528 2.971a.75.75 0 0 1 1.06 0l2.204 2.203a.75.75 0 0 1 .043 1.1l-2.257 2.256a.75.75 0 0 1-1.06-1.06l.97-.97H8.25a.75.75 0 0 1 0-1.5h5.194l-.968-.968a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" /><defs><linearGradient id="door_enter_arrow_right_circle_fill_green_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#50C750" /><stop offset="1" stop-color="#32B332" /></linearGradient></defs></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 Icon28EducationCircleFillGrayProps 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<Icon28EducationCircleFillGrayProps>(
16
+ 'Icon28EducationCircleFillGray',
17
+ 'education_circle_fill_gray_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="education_circle_fill_gray_28"><rect width="28" height="28" fill="url(#education_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" d="M19.2 14.937v1.732c0 2.116-2.328 3.831-5.2 3.831-2.873 0-5.2-1.715-5.2-3.83l-.001-1.733 4.01 2.192a2.494 2.494 0 0 0 2.23.075l.15-.075 4.01-2.192Zm-4.804-8.336 7.197 3.933a.76.76 0 0 1 .404.665H22v4.704c0 .423-.358.766-.8.766-.442 0-.8-.343-.8-.766v-3.387l-6.004 3.282a.831.831 0 0 1-.793 0l-7.2-3.933a.749.749 0 0 1 0-1.33l7.2-3.934a.831.831 0 0 1 .793 0Z" /><defs><linearGradient id="education_circle_fill_gray_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B6BD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></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 Icon28HandHeartCircleFillRedProps 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<Icon28HandHeartCircleFillRedProps>(
16
+ 'Icon28HandHeartCircleFillRed',
17
+ 'hand_heart_circle_fill_red_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="hand_heart_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#hand_heart_circle_fill_red_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M8.932 11.041a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.952l2.258 6.291c.292.814 1.2 2.926 3.996 2.627a4.252 4.252 0 0 1-.16-.2c-.517-.687-.687-1.368-.687-2.109a3.18 3.18 0 0 1 3.18-3.178c.485 0 .927.112 1.32.304a2.977 2.977 0 0 1 1.32-.304c.263 0 .519.032.764.092l.912-2.565a.89.89 0 0 0-.455-1.105.892.892 0 0 0-1.206.483l-.886 2.229-2.446-6.813a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.953l1.436 4.001a.499.499 0 0 1-.296.636.488.488 0 0 1-.63-.294L12.72 6.986a.732.732 0 0 0-.944-.44.748.748 0 0 0-.445.953l1.858 5.175a.499.499 0 0 1-.296.635.488.488 0 0 1-.63-.294l-1.605-4.47a.732.732 0 0 0-.944-.441.748.748 0 0 0-.444.953l1.857 5.175a.499.499 0 0 1-.296.635.488.488 0 0 1-.63-.294l-1.268-3.532ZM18.82 16.5c.928 0 1.68.753 1.68 1.682 0 .938-.375 1.408-1.968 2.648l-.725.565a.5.5 0 0 1-.614 0l-.725-.565c-1.592-1.24-1.968-1.71-1.968-2.648a1.68 1.68 0 0 1 1.68-1.682c.498 0 .94.234 1.32.688.38-.454.822-.688 1.32-.688Z" /><defs><linearGradient id="hand_heart_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></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 Icon28IncognitoCircleFillGrayProps 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<Icon28IncognitoCircleFillGrayProps>(
16
+ 'Icon28IncognitoCircleFillGray',
17
+ 'incognito_circle_fill_gray_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="incognito_circle_fill_gray_28"><circle cx="14" cy="14" r="14" fill="url(#incognito_circle_fill_gray_28_a)" /><path fill="#fff" fill-rule="evenodd" d="m9.52 10.906.503-2.328A2 2 0 0 1 11.978 7h4.044a2 2 0 0 1 1.955 1.578l.503 2.328a.916.916 0 0 1 .015.094H20a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h1.505a.902.902 0 0 1 .015-.094Zm3.447 7a2.5 2.5 0 1 1-.217-1.497 4.984 4.984 0 0 1 2.5 0 2.5 2.5 0 1 1-.217 1.498 3.488 3.488 0 0 0-2.066 0Z" clip-rule="evenodd" /><defs><linearGradient id="incognito_circle_fill_gray_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#99A2AD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></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 Icon28MicrophoneCircleFillRedProps 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<Icon28MicrophoneCircleFillRedProps>(
16
+ 'Icon28MicrophoneCircleFillRed',
17
+ 'microphone_circle_fill_red_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="microphone_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#microphone_circle_fill_red_28_a)" /><path fill="#fff" d="M11.498 10.5c0-1.38 1.12-2.5 2.502-2.5a2.501 2.501 0 0 1 2.503 2.5v3c0 1.38-1.12 2.5-2.503 2.5a2.501 2.501 0 0 1-2.502-2.5v-3Zm-2.304 3.267a.75.75 0 0 1 .891.576 4.005 4.005 0 0 0 7.83 0 .75.75 0 0 1 1.468.314 5.508 5.508 0 0 1-4.632 4.292v1.301a.75.75 0 0 1-1.502 0v-1.3a5.508 5.508 0 0 1-4.632-4.293.75.75 0 0 1 .577-.89Z" /><defs><linearGradient id="microphone_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -16,7 +16,7 @@ export default makeIcon<Icon28UserCircleFillBlueProps>(
16
16
  'Icon28UserCircleFillBlue',
17
17
  'user_circle_fill_blue_28',
18
18
  '0 0 28 28',
19
- '<symbol fill="none" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" id="user_circle_fill_blue_28"><linearGradient id="user_circle_fill_blue_28_a" gradientUnits="userSpaceOnUse" x1="-14" x2="14" y1="14" y2="42"><stop offset="0" stop-color="#70b2ff" /><stop offset="1" stop-color="#5c9ce6" /></linearGradient><rect fill="url(#user_circle_fill_blue_28_a)" height="28" rx="14" width="28" /><path d="M14 15c2.75 0 5.5 1 5.5 3.5v.245c0 .413-.046.58-.134.743a.908.908 0 0 1-.378.378c-.163.088-.33.134-.743.134h-8.49c-.413 0-.58-.046-.743-.134a.908.908 0 0 1-.378-.378c-.088-.163-.134-.33-.134-.743V18.5C8.5 16 11.25 15 14 15zm0-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" fill="#fff" /></symbol>',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="user_circle_fill_blue_28"><circle cx="14" cy="14" r="14" fill="url(#user_circle_fill_blue_28_a)" /><path fill="#fff" d="M16.75 11.25a2.75 2.75 0 1 0-5.5 0 2.75 2.75 0 1 0 5.5 0ZM8.5 18.115v.715c0 .37.3.67.67.67h9.66c.37 0 .67-.3.67-.67v-.715C19.5 15.692 15.836 15 14 15c-1.836 0-5.5.692-5.5 3.115Z" /><defs><linearGradient id="user_circle_fill_blue_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>',
20
20
  28,
21
21
  28,
22
22
  false,
@@ -16,7 +16,7 @@ export default makeIcon<Icon28VkVideoCircleFillRedProps>(
16
16
  'Icon28VkVideoCircleFillRed',
17
17
  'vk_video_circle_fill_red_28',
18
18
  '0 0 28 28',
19
- '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="vk_video_circle_fill_red_28"><rect width="28" height="28" y=".004" fill="url(#vk_video_circle_fill_red_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M18.96 18.03c.04-.544.04-1.202.04-1.973v-4.105c0-.771 0-1.43-.04-1.973-.042-.57-.133-1.13-.379-1.674a4.75 4.75 0 0 0-.838-1.27c.64.039 1.095.126 1.483.323a3.25 3.25 0 0 1 1.42 1.42c.354.696.354 1.606.354 3.426v3.6c0 1.82 0 2.73-.354 3.426a3.25 3.25 0 0 1-1.42 1.42c-.388.197-.842.285-1.483.324.343-.373.627-.8.838-1.27.246-.545.337-1.105.38-1.675Z" clip-rule="evenodd" /><path fill="#fff" d="M11.159 12.349a.055.055 0 0 1 .009-.024.052.052 0 0 1 .016-.014.051.051 0 0 1 .02-.007c.004 0 .012 0 .028.005a8.29 8.29 0 0 1 2.748 1.656.08.08 0 0 1 .016.021.05.05 0 0 1 0 .039.062.062 0 0 1-.016.021 8.29 8.29 0 0 1-2.741 1.653.063.063 0 0 1-.028.005.052.052 0 0 1-.02-.007.051.051 0 0 1-.017-.013.056.056 0 0 1-.01-.024 8.502 8.502 0 0 1-.005-3.311Z" /><path fill="#fff" fill-rule="evenodd" d="M7.354 8.779C7 9.474 7 10.384 7 12.204v3.6c0 1.82 0 2.73.354 3.426a3.25 3.25 0 0 0 1.42 1.42c.696.354 1.623.354 3.476.354 1.854 0 2.78 0 3.476-.354a3.25 3.25 0 0 0 1.42-1.42c.354-.695.354-1.606.354-3.426v-3.6c0-1.82 0-2.73-.354-3.425a3.25 3.25 0 0 0-1.42-1.42c-.696-.355-1.623-.355-3.476-.355-1.854 0-2.78 0-3.475.354a3.25 3.25 0 0 0-1.42 1.42Zm2.333 3.28a1.55 1.55 0 0 1 2.055-1.16 9.787 9.787 0 0 1 3.245 1.954 1.55 1.55 0 0 1 0 2.305 9.79 9.79 0 0 1-3.237 1.951 1.55 1.55 0 0 1-2.056-1.155 10.006 10.006 0 0 1-.007-3.894Z" clip-rule="evenodd" /><defs><linearGradient id="vk_video_circle_fill_red_28_a" x1="-14" x2="14" y1="14.004" y2="42.004" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="vk_video_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#vk_video_circle_fill_red_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M18.96 18.025c.04-.543.04-1.201.04-1.972v-4.106c0-.77 0-1.43-.04-1.972-.042-.57-.133-1.13-.379-1.674a4.75 4.75 0 0 0-.838-1.27c.64.038 1.095.126 1.483.323a3.25 3.25 0 0 1 1.42 1.42C21 9.47 21 10.38 21 12.2v3.6c0 1.82 0 2.73-.354 3.425a3.25 3.25 0 0 1-1.42 1.42c-.388.198-.842.286-1.483.324.343-.372.627-.8.838-1.27.246-.544.337-1.104.38-1.674Zm-7.801-5.68a.055.055 0 0 1 .009-.025.052.052 0 0 1 .016-.013.051.051 0 0 1 .02-.007c.004 0 .012 0 .028.005a8.29 8.29 0 0 1 2.748 1.656c.01.01.014.017.016.02a.05.05 0 0 1 0 .04.062.062 0 0 1-.016.02 8.292 8.292 0 0 1-2.741 1.654.063.063 0 0 1-.028.005.052.052 0 0 1-.02-.007.051.051 0 0 1-.017-.013.057.057 0 0 1-.01-.024 8.502 8.502 0 0 1-.005-3.312Zm-3.805-3.57C7 9.47 7 10.38 7 12.2v3.6c0 1.82 0 2.73.354 3.425a3.25 3.25 0 0 0 1.42 1.42C9.47 21 10.398 21 12.25 21c1.854 0 2.78 0 3.476-.354a3.25 3.25 0 0 0 1.42-1.42c.354-.696.354-1.606.354-3.426v-3.6c0-1.82 0-2.73-.354-3.425a3.25 3.25 0 0 0-1.42-1.42C15.03 7 14.103 7 12.25 7c-1.854 0-2.78 0-3.475.354a3.25 3.25 0 0 0-1.42 1.42Zm2.333 3.28a1.551 1.551 0 0 1 2.055-1.16 9.79 9.79 0 0 1 3.245 1.954 1.55 1.55 0 0 1 0 2.304 9.79 9.79 0 0 1-3.237 1.952c-.9.326-1.869-.22-2.056-1.155a10.005 10.005 0 0 1-.007-3.894Z" clip-rule="evenodd" /><defs><linearGradient id="vk_video_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>',
20
20
  28,
21
21
  28,
22
22
  false,
package/ts/36/like.ts CHANGED
@@ -16,7 +16,7 @@ export default makeIcon<Icon36LikeProps>(
16
16
  'Icon36Like',
17
17
  'like_36',
18
18
  '0 0 36 36',
19
- '<symbol viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" id="like_36"><g fill="none" fill-rule="evenodd"><path d="M0 0h36v36H0z" /><path d="M18.952 8.45c3.4-2.525 8.147-2.68 11.104.006.117.107.232.216.343.33 3.468 3.504 3.468 9.18-.054 12.737l-10.832 9.894a2.25 2.25 0 0 1-3.035-.001L5.6 21.47c-3.468-3.505-3.468-9.18 0-12.685.111-.113.226-.222.343-.329 2.957-2.686 7.705-2.531 11.177.052.3.253.592.524.878.812.301-.302.617-.59.953-.87Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="like_36"><path d="M11.559 6.004c-4.74 0-8.555 3.98-8.555 8.822 0 2.62.66 4.638 2.284 6.738 1.553 2.008 4 4.102 7.482 6.948l.004.003 3.572 2.896c.97.787 2.345.787 3.316 0l3.572-2.896.004-.003c3.482-2.846 5.929-4.94 7.482-6.948 1.624-2.1 2.284-4.117 2.284-6.738 0-4.842-3.815-8.822-8.555-8.822-2.483 0-4.64 1.01-6.453 2.877-1.83-1.863-3.981-2.877-6.437-2.877Z" /></symbol>',
20
20
  36,
21
21
  36,
22
22
  false,
@@ -16,7 +16,7 @@ export default makeIcon<Icon36LikeOutlineProps>(
16
16
  'Icon36LikeOutline',
17
17
  'like_outline_36',
18
18
  '0 0 36 36',
19
- '<symbol viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" id="like_outline_36"><g fill="none" fill-rule="evenodd"><path d="M0 0h36v36H0z" /><path d="M28.267 19.36c2.31-2.336 2.31-6.13 0-8.465a5.932 5.932 0 0 0-.228-.218c-1.813-1.647-4.976-1.544-7.23.127a11.168 11.168 0 0 0-1.627 1.704 1.5 1.5 0 0 1-2.36.006 11.843 11.843 0 0 0-1.564-1.656c-2.32-1.725-5.484-1.828-7.297-.181-.078.07-.154.143-.228.218-2.31 2.336-2.31 6.13-.054 8.413l10.317 9.431 10.27-9.379ZM17.49 29.201a.75.75 0 0 1 1.012 0l-.506-.462-.506.462ZM18.952 8.45c3.4-2.525 8.147-2.68 11.104.006.117.107.232.216.343.33 3.468 3.504 3.468 9.18-.054 12.737l-10.832 9.894a2.25 2.25 0 0 1-3.035-.001L5.6 21.47c-3.468-3.505-3.468-9.18 0-12.685.111-.113.226-.222.343-.329 2.957-2.686 7.705-2.531 11.177.052.3.253.592.524.878.812.301-.302.617-.59.953-.87Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="like_outline_36"><path fill-rule="evenodd" d="M3.004 14.826c0-4.842 3.815-8.822 8.555-8.822 2.456 0 4.606 1.014 6.437 2.877 1.813-1.867 3.97-2.877 6.453-2.877 4.74 0 8.555 3.98 8.555 8.822 0 2.62-.66 4.638-2.284 6.738-1.553 2.008-4 4.102-7.482 6.948l-.004.003-3.572 2.896a2.624 2.624 0 0 1-3.316 0l-3.572-2.896-.004-.003c-3.482-2.846-5.929-4.94-7.482-6.948-1.624-2.1-2.284-4.117-2.284-6.738Zm8.555-6.322c-3.282 0-6.055 2.783-6.055 6.322 0 2.084.486 3.56 1.761 5.208 1.346 1.74 3.553 3.653 7.085 6.54l.002.002 3.568 2.893a.13.13 0 0 0 .084.033.13.13 0 0 0 .083-.033l3.569-2.893.002-.001c3.532-2.888 5.738-4.8 7.084-6.54 1.276-1.65 1.762-3.125 1.762-5.209 0-3.54-2.773-6.322-6.055-6.322-2.017 0-3.826.929-5.455 3.042a1.25 1.25 0 0 1-1.972.01c-1.675-2.126-3.488-3.052-5.463-3.052Z" clip-rule="evenodd" /></symbol>',
20
20
  36,
21
21
  36,
22
22
  false,
package/ts/index.ts CHANGED
@@ -66,6 +66,7 @@ export { default as Icon12Picture } from './12/picture';
66
66
  export { default as Icon12PictureOutline } from './12/picture_outline';
67
67
  export { default as Icon12Place } from './12/place';
68
68
  export { default as Icon12Play } from './12/play';
69
+ export { default as Icon12PlayCircle } from './12/play_circle';
69
70
  export { default as Icon12Poll } from './12/poll';
70
71
  export { default as Icon12PopupStickersCircleFillRaspberryPinkProduct } from './12/popup_stickers_circle_fill_raspberry_pink_product';
71
72
  export { default as Icon12Question } from './12/question';
@@ -155,6 +156,7 @@ export { default as Icon16DollarOutline } from './16/dollar_outline';
155
156
  export { default as Icon16DonateOultine } from './16/donate_oultine';
156
157
  export { default as Icon16Done } from './16/done';
157
158
  export { default as Icon16DoneCircle } from './16/done_circle';
159
+ export { default as Icon16DoorEnterArrowRightOutline } from './16/door_enter_arrow_right_outline';
158
160
  export { default as Icon16DotsVertical6 } from './16/dots_vertical_6';
159
161
  export { default as Icon16Down } from './16/down';
160
162
  export { default as Icon16DownloadOutline } from './16/download_outline';
@@ -333,6 +335,7 @@ export { default as Icon16VideoAdvertisement } from './16/video_advertisement';
333
335
  export { default as Icon16Videocam } from './16/videocam';
334
336
  export { default as Icon16View } from './16/view';
335
337
  export { default as Icon16ViewOutline } from './16/view_outline';
338
+ export { default as Icon16VmojiOutline } from './16/vmoji_outline';
336
339
  export { default as Icon16WalletOutline } from './16/wallet_outline';
337
340
  export { default as Icon16WarningTriangle } from './16/warning_triangle';
338
341
  export { default as Icon16WarningTriangleOutline } from './16/warning_triangle_outline';
@@ -356,7 +359,9 @@ export { default as Icon20AddCircleOutline } from './20/add_circle_outline';
356
359
  export { default as Icon20AddSquareOutline } from './20/add_square_outline';
357
360
  export { default as Icon20AdvertisingCircleFillRed } from './20/advertising_circle_fill_red';
358
361
  export { default as Icon20AdvertisingOutline } from './20/advertising_outline';
362
+ export { default as Icon20ApiOutline } from './20/api_outline';
359
363
  export { default as Icon20AppBadgeOutline } from './20/app_badge_outline';
364
+ export { default as Icon20AppleWatchOutlite } from './20/apple_watch_outlite';
360
365
  export { default as Icon20ArchiveOutline } from './20/archive_outline';
361
366
  export { default as Icon20Arrow2SquarepathOutline } from './20/arrow_2_squarepath_outline';
362
367
  export { default as Icon20ArrowDownOutline } from './20/arrow_down_outline';
@@ -518,6 +523,7 @@ export { default as Icon20GovernmentOutline } from './20/government_outline';
518
523
  export { default as Icon20GraphOutline } from './20/graph_outline';
519
524
  export { default as Icon20Grid4UnevenVerticalOutline } from './20/grid_4_uneven_vertical_outline';
520
525
  export { default as Icon20Hand } from './20/hand';
526
+ export { default as Icon20HeadphonesSupportOutline } from './20/headphones_support_outline';
521
527
  export { default as Icon20HealthOutline } from './20/health_outline';
522
528
  export { default as Icon20HelpOutline } from './20/help_outline';
523
529
  export { default as Icon20HideOutline } from './20/hide_outline';
@@ -570,6 +576,8 @@ export { default as Icon20LogoVkMeOutline } from './20/logo_vk_me_outline';
570
576
  export { default as Icon20LogoVkOutline } from './20/logo_vk_outline';
571
577
  export { default as Icon20LogoVkTeamsOutline } from './20/logo_vk_teams_outline';
572
578
  export { default as Icon20LogoVkVideo } from './20/logo_vk_video';
579
+ export { default as Icon20LogoVkWorkdiskOutline } from './20/logo_vk_workdisk_outline';
580
+ export { default as Icon20LogoVkWorkmailOutline } from './20/logo_vk_workmail_outline';
573
581
  export { default as Icon20LogoVkWorkspaceOutline } from './20/logo_vk_workspace_outline';
574
582
  export { default as Icon20MagnifierMinusOutline } from './20/magnifier_minus_outline';
575
583
  export { default as Icon20MagnifierPlusOutline } from './20/magnifier_plus_outline';
@@ -605,6 +613,7 @@ export { default as Icon20MusicMicOutline } from './20/music_mic_outline';
605
613
  export { default as Icon20MusicOutline } from './20/music_outline';
606
614
  export { default as Icon20MuteOutline } from './20/mute_outline';
607
615
  export { default as Icon20NarrativeOutline } from './20/narrative_outline';
616
+ export { default as Icon20NdaOutline } from './20/nda_outline';
608
617
  export { default as Icon20NewsfeedOutline } from './20/newsfeed_outline';
609
618
  export { default as Icon20NewsfeedSlashOutline } from './20/newsfeed_slash_outline';
610
619
  export { default as Icon20NftHeptagonOutline } from './20/nft_heptagon_outline';
@@ -731,6 +740,7 @@ export { default as Icon20ThumbsUpOutline } from './20/thumbs_up_outline';
731
740
  export { default as Icon20TicketOutline } from './20/ticket_outline';
732
741
  export { default as Icon20TouchIdOutline } from './20/touch_id_outline';
733
742
  export { default as Icon20TrashSmileOutline } from './20/trash_smile_outline';
743
+ export { default as Icon20TvTextOutline } from './20/tv_text_outline';
734
744
  export { default as Icon20UnarchiveOutline } from './20/unarchive_outline';
735
745
  export { default as Icon20UnfavoriteOutline } from './20/unfavorite_outline';
736
746
  export { default as Icon20UnlockOutline } from './20/unlock_outline';
@@ -772,6 +782,7 @@ export { default as Icon20WalletOutline } from './20/wallet_outline';
772
782
  export { default as Icon20WarningTriangleOutline } from './20/warning_triangle_outline';
773
783
  export { default as Icon20WaterDropOutline } from './20/water_drop_outline';
774
784
  export { default as Icon20WheelOutline } from './20/wheel_outline';
785
+ export { default as Icon20WidgetsOutline } from './20/widgets_outline';
775
786
  export { default as Icon20WorkOutline } from './20/work_outline';
776
787
  export { default as Icon20WrenchOutline } from './20/wrench_outline';
777
788
  export { default as Icon20Write } from './20/write';
@@ -1024,6 +1035,7 @@ export { default as Icon24LiveOutline } from './24/live_outline';
1024
1035
  export { default as Icon24Locate } from './24/locate';
1025
1036
  export { default as Icon24LocationMapOutline } from './24/location_map_outline';
1026
1037
  export { default as Icon24LocationOutline } from './24/location_outline';
1038
+ export { default as Icon24Lock } from './24/lock';
1027
1039
  export { default as Icon24LockOpenOutline } from './24/lock_open_outline';
1028
1040
  export { default as Icon24LockOutline } from './24/lock_outline';
1029
1041
  export { default as Icon24LogoClipsOutline } from './24/logo_clips_outline';
@@ -1248,6 +1260,7 @@ export { default as Icon24UserAdd } from './24/user_add';
1248
1260
  export { default as Icon24UserAdded } from './24/user_added';
1249
1261
  export { default as Icon24UserAddedOutline } from './24/user_added_outline';
1250
1262
  export { default as Icon24UserAddOutline } from './24/user_add_outline';
1263
+ export { default as Icon24UserBackgroundOutline } from './24/user_background_outline';
1251
1264
  export { default as Icon24UserCircleOutline } from './24/user_circle_outline';
1252
1265
  export { default as Icon24UserIncoming } from './24/user_incoming';
1253
1266
  export { default as Icon24UserOutgoing } from './24/user_outgoing';
@@ -1454,6 +1467,7 @@ export { default as Icon28Done } from './28/done';
1454
1467
  export { default as Icon28DoneOutline } from './28/done_outline';
1455
1468
  export { default as Icon28DoorArrowLeftOutline } from './28/door_arrow_left_outline';
1456
1469
  export { default as Icon28DoorArrowRightOutline } from './28/door_arrow_right_outline';
1470
+ export { default as Icon28DoorEnterArrowRightCircleFillGreen } from './28/door_enter_arrow_right_circle_fill_green';
1457
1471
  export { default as Icon28DownloadCancelOutline } from './28/download_cancel_outline';
1458
1472
  export { default as Icon28DownloadCheckOutline } from './28/download_check_outline';
1459
1473
  export { default as Icon28DownloadCloudOutline } from './28/download_cloud_outline';
@@ -1461,6 +1475,7 @@ export { default as Icon28DownloadOutline } from './28/download_outline';
1461
1475
  export { default as Icon28DrillOutline } from './28/drill_outline';
1462
1476
  export { default as Icon28EditCircleFillBlue } from './28/edit_circle_fill_blue';
1463
1477
  export { default as Icon28EditOutline } from './28/edit_outline';
1478
+ export { default as Icon28EducationCircleFillGray } from './28/education_circle_fill_gray';
1464
1479
  export { default as Icon28EducationOutline } from './28/education_outline';
1465
1480
  export { default as Icon28EmblemOutline } from './28/emblem_outline';
1466
1481
  export { default as Icon28EmployeeOutline } from './28/employee_outline';
@@ -1514,6 +1529,7 @@ export { default as Icon28GraphOutline } from './28/graph_outline';
1514
1529
  export { default as Icon28GridLayoutOutline } from './28/grid_layout_outline';
1515
1530
  export { default as Icon28GridRectangleUpSquare2DownOutline } from './28/grid_rectangle_up_square_2_down_outline';
1516
1531
  export { default as Icon28GridSquareOutline } from './28/grid_square_outline';
1532
+ export { default as Icon28HandHeartCircleFillRed } from './28/hand_heart_circle_fill_red';
1517
1533
  export { default as Icon28HandHeartFilled } from './28/hand_heart_filled';
1518
1534
  export { default as Icon28HandHeartOutline } from './28/hand_heart_outline';
1519
1535
  export { default as Icon28HandSlashOutline } from './28/hand_slash_outline';
@@ -1539,6 +1555,7 @@ export { default as Icon28HourglassErrorBadgeOutline } from './28/hourglass_erro
1539
1555
  export { default as Icon28HourglassOutline } from './28/hourglass_outline';
1540
1556
  export { default as Icon28ImageFilterOutline } from './28/image_filter_outline';
1541
1557
  export { default as Icon28InboxOutline } from './28/inbox_outline';
1558
+ export { default as Icon28IncognitoCircleFillGray } from './28/incognito_circle_fill_gray';
1542
1559
  export { default as Icon28IncognitoOutline } from './28/incognito_outline';
1543
1560
  export { default as Icon28InfoCircle } from './28/info_circle';
1544
1561
  export { default as Icon28InfoCircleOutline } from './28/info_circle_outline';
@@ -1630,6 +1647,7 @@ export { default as Icon28MessageUnreadCircleFillRed } from './28/message_unread
1630
1647
  export { default as Icon28MessageUnreadOutline } from './28/message_unread_outline';
1631
1648
  export { default as Icon28MessageUnreadTop } from './28/message_unread_top';
1632
1649
  export { default as Icon28MicrophoneAlt } from './28/microphone_alt';
1650
+ export { default as Icon28MicrophoneCircleFillRed } from './28/microphone_circle_fill_red';
1633
1651
  export { default as Icon28MicrophoneSlash } from './28/microphone_slash';
1634
1652
  export { default as Icon28MicrophoneSlashAlt } from './28/microphone_slash_alt';
1635
1653
  export { default as Icon28MicrophoneSlashOutline } from './28/microphone_slash_outline';