@vkontakte/icons 2.167.0 → 2.169.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 (82) hide show
  1. package/dist/16/comment_slash_16.d.ts +12 -0
  2. package/dist/16/comment_slash_16.js +13 -0
  3. package/dist/16/hourglass_16.d.ts +12 -0
  4. package/dist/16/hourglass_16.js +13 -0
  5. package/dist/16/question_16.d.ts +12 -0
  6. package/dist/16/question_16.js +13 -0
  7. package/dist/16/rouble_circle_fill_blue_16.d.ts +12 -0
  8. package/dist/16/rouble_circle_fill_blue_16.js +13 -0
  9. package/dist/20/add_circle_fill_20.js +1 -1
  10. package/dist/20/traffic_cone_outline_20.d.ts +12 -0
  11. package/dist/20/traffic_cone_outline_20.js +13 -0
  12. package/dist/24/send_clock_24.d.ts +12 -0
  13. package/dist/24/send_clock_24.js +13 -0
  14. package/dist/28/list_insert_first_outline_28.d.ts +12 -0
  15. package/dist/28/list_insert_first_outline_28.js +13 -0
  16. package/dist/28/list_insert_last_outline_28.d.ts +12 -0
  17. package/dist/28/list_insert_last_outline_28.js +13 -0
  18. package/dist/28/note_circle_fill_gray_28.d.ts +12 -0
  19. package/dist/28/note_circle_fill_gray_28.js +13 -0
  20. package/dist/28/podcast_circle_fill_raspberry_pink_28.d.ts +12 -0
  21. package/dist/28/podcast_circle_fill_raspberry_pink_28.js +13 -0
  22. package/dist/28/traffic_cone_outline_28.d.ts +12 -0
  23. package/dist/28/traffic_cone_outline_28.js +13 -0
  24. package/dist/28/view_28.d.ts +12 -0
  25. package/dist/28/view_28.js +13 -0
  26. package/dist/icons-map.json +1 -1
  27. package/dist/index.d.ts +12 -0
  28. package/dist/index.js +48 -0
  29. package/dist/typings/16/comment_slash_16.d.ts +12 -0
  30. package/dist/typings/16/hourglass_16.d.ts +12 -0
  31. package/dist/typings/16/question_16.d.ts +12 -0
  32. package/dist/typings/16/rouble_circle_fill_blue_16.d.ts +12 -0
  33. package/dist/typings/20/traffic_cone_outline_20.d.ts +12 -0
  34. package/dist/typings/24/send_clock_24.d.ts +12 -0
  35. package/dist/typings/28/list_insert_first_outline_28.d.ts +12 -0
  36. package/dist/typings/28/list_insert_last_outline_28.d.ts +12 -0
  37. package/dist/typings/28/note_circle_fill_gray_28.d.ts +12 -0
  38. package/dist/typings/28/podcast_circle_fill_raspberry_pink_28.d.ts +12 -0
  39. package/dist/typings/28/traffic_cone_outline_28.d.ts +12 -0
  40. package/dist/typings/28/view_28.d.ts +12 -0
  41. package/dist/typings/index.d.ts +12 -0
  42. package/dist_es6/16/comment_slash_16.d.ts +12 -0
  43. package/dist_es6/16/comment_slash_16.js +3 -0
  44. package/dist_es6/16/hourglass_16.d.ts +12 -0
  45. package/dist_es6/16/hourglass_16.js +3 -0
  46. package/dist_es6/16/question_16.d.ts +12 -0
  47. package/dist_es6/16/question_16.js +3 -0
  48. package/dist_es6/16/rouble_circle_fill_blue_16.d.ts +12 -0
  49. package/dist_es6/16/rouble_circle_fill_blue_16.js +3 -0
  50. package/dist_es6/20/add_circle_fill_20.js +1 -1
  51. package/dist_es6/20/traffic_cone_outline_20.d.ts +12 -0
  52. package/dist_es6/20/traffic_cone_outline_20.js +3 -0
  53. package/dist_es6/24/send_clock_24.d.ts +12 -0
  54. package/dist_es6/24/send_clock_24.js +3 -0
  55. package/dist_es6/28/list_insert_first_outline_28.d.ts +12 -0
  56. package/dist_es6/28/list_insert_first_outline_28.js +3 -0
  57. package/dist_es6/28/list_insert_last_outline_28.d.ts +12 -0
  58. package/dist_es6/28/list_insert_last_outline_28.js +3 -0
  59. package/dist_es6/28/note_circle_fill_gray_28.d.ts +12 -0
  60. package/dist_es6/28/note_circle_fill_gray_28.js +3 -0
  61. package/dist_es6/28/podcast_circle_fill_raspberry_pink_28.d.ts +12 -0
  62. package/dist_es6/28/podcast_circle_fill_raspberry_pink_28.js +3 -0
  63. package/dist_es6/28/traffic_cone_outline_28.d.ts +12 -0
  64. package/dist_es6/28/traffic_cone_outline_28.js +3 -0
  65. package/dist_es6/28/view_28.d.ts +12 -0
  66. package/dist_es6/28/view_28.js +3 -0
  67. package/dist_es6/index.d.ts +12 -0
  68. package/dist_es6/index.js +12 -0
  69. package/package.json +7 -7
  70. package/src/svg/16/comment_slash_16.svg +1 -0
  71. package/src/svg/16/hourglass_16.svg +1 -0
  72. package/src/svg/16/question_16.svg +1 -0
  73. package/src/svg/16/rouble_circle_fill_blue_16.svg +11 -0
  74. package/src/svg/20/add_circle_fill_20.svg +1 -1
  75. package/src/svg/20/traffic_cone_outline_20.svg +1 -0
  76. package/src/svg/24/send_clock_24.svg +1 -0
  77. package/src/svg/28/list_insert_first_outline_28.svg +1 -0
  78. package/src/svg/28/list_insert_last_outline_28.svg +1 -0
  79. package/src/svg/28/note_circle_fill_gray_28.svg +10 -0
  80. package/src/svg/28/podcast_circle_fill_raspberry_pink_28.svg +10 -0
  81. package/src/svg/28/traffic_cone_outline_28.svg +1 -0
  82. package/src/svg/28/view_28.svg +1 -0
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon20TrafficConeOutline = makeIcon('Icon20TrafficConeOutline', 'traffic_cone_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="traffic_cone_outline_20"><path fill-rule="evenodd" d="M4.403 17 7.52 3.474a2.545 2.545 0 0 1 4.96 0L15.597 17h1.153a.75.75 0 0 1 0 1.5H3.25a.75.75 0 0 1 0-1.5zM8.982 3.81a1.045 1.045 0 0 1 2.037 0l.633 2.752-3.691 1.677 1.02-4.429Zm-1.445 6.27 4.459-2.027.642 2.786-5.854 2.509zm-1.17 5.079L5.942 17h8.115l-1.077-4.676z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon24SendClockProps 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
+ export declare const Icon24SendClock: FC<Icon24SendClockProps> & {
12
+ };
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon24SendClock = makeIcon('Icon24SendClock', 'send_clock_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="send_clock_24"><path fill-rule="evenodd" d="M23 19a5 5 0 1 0-10 0 5 5 0 0 0 10 0m-4.1-2.1a.9.9 0 0 0-1.8 0V19a.9.9 0 0 0 .566.836c.312.125.607.232.874.329l.042.015c.254.092 1.041.403 1.248.486a.9.9 0 1 0 .669-1.671 75 75 0 0 0-1.295-.504l-.05-.018q-.127-.046-.254-.093zM4.446 19.664q.264-1.128 1.293-3.91a4 4 0 0 1 2.993-2.54l5.778-1.116a.1.1 0 0 0 0-.196l-5.765-1.117a4 4 0 0 1-2.988-2.53Q4.714 5.45 4.447 4.31l-.108-.454c-.468-1.965-.55-2.31 1.214-1.318 1.293.727 6.312 3.488 10.113 5.578l4.005 2.204c1.568.866 2.333 1.261 2.329 1.65-.003.298-.46.592-1.353 1.092a6.5 6.5 0 0 0-9.087 5.05c-2.647 1.47-5.098 2.828-6.007 3.323-1.792.976-1.723.702-1.312-.936q.096-.37.205-.835" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28ListInsertFirstOutlineProps 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
+ export declare const Icon28ListInsertFirstOutline: FC<Icon28ListInsertFirstOutlineProps> & {
12
+ };
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon28ListInsertFirstOutline = makeIcon('Icon28ListInsertFirstOutline', 'list_insert_first_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_insert_first_outline_28"><path d="M9.28 5.307a1 1 0 0 1 1.413-.028l2.91 2.798a1.28 1.28 0 0 1 0 1.846l-2.91 2.798a1 1 0 1 1-1.386-1.442L10.637 10H7a1 1 0 0 0-1 1v4a1 1 0 1 1-2 0v-4a3 3 0 0 1 3-3h3.637l-1.33-1.28a1 1 0 0 1-.028-1.413ZM23 10a1 1 0 1 0 0-2h-6a1 1 0 1 0 0 2zm1 5a1 1 0 0 1-1 1H11a1 1 0 1 1 0-2h12a1 1 0 0 1 1 1m0 6a1 1 0 0 1-1 1H5a1 1 0 1 1 0-2h18a1 1 0 0 1 1 1" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28ListInsertLastOutlineProps 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
+ export declare const Icon28ListInsertLastOutline: FC<Icon28ListInsertLastOutlineProps> & {
12
+ };
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon28ListInsertLastOutline = makeIcon('Icon28ListInsertLastOutline', 'list_insert_last_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_insert_last_outline_28"><path d="M4 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1m0 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1m1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm13.72 4.693a1 1 0 0 1-1.413.028l-2.91-2.798a1.28 1.28 0 0 1 0-1.846l2.91-2.798a1 1 0 1 1 1.386 1.442L17.363 18H21a1 1 0 0 0 1-1v-4a1 1 0 1 1 2 0v4a3 3 0 0 1-3 3h-3.637l1.33 1.28a1 1 0 0 1 .028 1.413Z" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28NoteCircleFillGrayProps 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
+ export declare const Icon28NoteCircleFillGray: FC<Icon28NoteCircleFillGrayProps> & {
12
+ };
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon28NoteCircleFillGray = makeIcon('Icon28NoteCircleFillGray', 'note_circle_fill_gray_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="note_circle_fill_gray_28"><rect width="28" height="28" fill="url(#note_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M18.667 7H9.333A2.333 2.333 0 0 0 7 9.333v9.334A2.333 2.333 0 0 0 9.333 21h9.334A2.333 2.333 0 0 0 21 18.667V9.333A2.333 2.333 0 0 0 18.667 7m-7.84 9.33a.75.75 0 0 0 0 1.5h4.013a.75.75 0 0 0 0-1.5zm-.75-2.33a.75.75 0 0 1 .75-.75h6.346a.75.75 0 0 1 0 1.5h-6.346a.75.75 0 0 1-.75-.75m.75-3.783a.75.75 0 0 0 0 1.5h6.346a.75.75 0 0 0 0-1.5z" clip-rule="evenodd" /><defs><linearGradient id="note_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>', 28, 28, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28PodcastCircleFillRaspberryPinkProps 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
+ export declare const Icon28PodcastCircleFillRaspberryPink: FC<Icon28PodcastCircleFillRaspberryPinkProps> & {
12
+ };
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon28PodcastCircleFillRaspberryPink = makeIcon('Icon28PodcastCircleFillRaspberryPink', 'podcast_circle_fill_raspberry_pink_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="podcast_circle_fill_raspberry_pink_28"><rect width="28" height="28" fill="url(#podcast_circle_fill_raspberry_pink_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M14 5.5a7.5 7.5 0 0 1 7.35 6.003A1.5 1.5 0 0 1 22.75 13v3.5a1.5 1.5 0 0 1-3 0V13l-.004-.22A5.75 5.75 0 0 0 8.25 13v3.5a1.5 1.5 0 0 1-3 0V13a1.5 1.5 0 0 1 1.4-1.497A7.5 7.5 0 0 1 14 5.5m-2.828 4.672A4 4 0 0 1 14 9a4 4 0 0 1 2.828 1.172A4 4 0 0 1 18 13v4a4 4 0 0 1-1.172 2.828 4 4 0 0 1-1.978 1.081v.256a.94.94 0 0 1-.1.451.7.7 0 0 1-.284.284.94.94 0 0 1-.45.1h-.031a.94.94 0 0 1-.451-.1.7.7 0 0 1-.284-.284.94.94 0 0 1-.1-.45v-.257a4 4 0 0 1-1.978-1.08A4 4 0 0 1 10 17v-4a4 4 0 0 1 1.172-2.828M14 19.5a2.5 2.5 0 0 0 1.768-.732A2.5 2.5 0 0 0 16.5 17h-.305a.8.8 0 0 1-.388-.08.55.55 0 0 1-.227-.227.8.8 0 0 1-.08-.388v-.11a.8.8 0 0 1 .08-.388.55.55 0 0 1 .227-.227.8.8 0 0 1 .388-.08h.305v-1h-.305a.8.8 0 0 1-.388-.08.55.55 0 0 1-.227-.227.8.8 0 0 1-.08-.388v-.11a.8.8 0 0 1 .08-.388.55.55 0 0 1 .227-.227.8.8 0 0 1 .388-.08h.305a2.5 2.5 0 0 0-.732-1.768A2.5 2.5 0 0 0 14 10.5a2.5 2.5 0 0 0-1.768.732A2.5 2.5 0 0 0 11.5 13h1.305a.8.8 0 0 1 .388.08q.148.08.227.227a.8.8 0 0 1 .08.388v.11a.8.8 0 0 1-.08.388.55.55 0 0 1-.227.227.8.8 0 0 1-.388.08H11.5v1h1.305a.8.8 0 0 1 .388.08q.148.08.227.227a.8.8 0 0 1 .08.388v.11a.8.8 0 0 1-.08.388.55.55 0 0 1-.227.227.8.8 0 0 1-.388.08H11.5c0 .69.279 1.314.732 1.768A2.5 2.5 0 0 0 14 19.5" clip-rule="evenodd" /><defs><linearGradient id="podcast_circle_fill_raspberry_pink_28_a" x1="0" x2="28" y1="0" y2="28" gradientUnits="userSpaceOnUse"><stop stop-color="#FF80D5" /><stop offset="1" stop-color="#E645B1" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28TrafficConeOutlineProps 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
+ export declare const Icon28TrafficConeOutline: FC<Icon28TrafficConeOutlineProps> & {
12
+ };
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon28TrafficConeOutline = makeIcon('Icon28TrafficConeOutline', 'traffic_cone_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="traffic_cone_outline_28"><path fill-rule="evenodd" d="m6.202 24 4.38-19.271a3.506 3.506 0 0 1 6.836 0L21.798 24H23.5a1 1 0 1 1 0 2h-19a1 1 0 1 1 0-2zm6.33-18.828a1.506 1.506 0 0 1 2.936 0l.918 4.036-5.321 2.419zm-2.024 8.905 6.33-2.877.91 4.006-8.306 3.56 1.066-4.69Zm-1.613 7.099L8.253 24h11.494L18.2 17.188z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28ViewProps 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
+ export declare const Icon28View: FC<Icon28ViewProps> & {
12
+ };
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon28View = makeIcon('Icon28View', 'view_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="view_28"><path d="M14 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6m12-3c0-1.6-4.8-8-12-8S2 12.4 2 14s4.8 8 12 8 12-6.4 12-8m-6.5 0a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -220,6 +220,7 @@ export { Icon16CloudSunSnow } from './16/cloud_sun_snow_16';
220
220
  export { Icon16ColorPickerOutline } from './16/color_picker_outline_16';
221
221
  export { Icon16Comment } from './16/comment_16';
222
222
  export { Icon16CommentOutline } from './16/comment_outline_16';
223
+ export { Icon16CommentSlash } from './16/comment_slash_16';
223
224
  export { Icon16Compass } from './16/compass_16';
224
225
  export { Icon16Connection } from './16/connection_16';
225
226
  export { Icon16CopyOutline } from './16/copy_outline_16';
@@ -308,6 +309,7 @@ export { Icon16HieroglyphCharacterOutline } from './16/hieroglyph_character_outl
308
309
  export { Icon16HistoryBackwardOutline } from './16/history_backward_outline_16';
309
310
  export { Icon16HomeArrowDownOutline } from './16/home_arrow_down_outline_16';
310
311
  export { Icon16HorseToyOutline } from './16/horse_toy_outline_16';
312
+ export { Icon16Hourglass } from './16/hourglass_16';
311
313
  export { Icon16ImageFilter } from './16/image_filter_16';
312
314
  export { Icon16IncognitoFilled } from './16/incognito_filled_16';
313
315
  export { Icon16IndentDecreaseOutline } from './16/indent_decrease_outline_16';
@@ -406,6 +408,7 @@ export { Icon16Poll } from './16/poll_16';
406
408
  export { Icon16PopUpStickerCircleFillRaspberryPink } from './16/pop_up_sticker_circle_fill_raspberry_pink_16';
407
409
  export { Icon16PopupStickersCircleFillRaspberryPinkProduct } from './16/popup_stickers_circle_fill_raspberry_pink_product_16';
408
410
  export { Icon16QrCode } from './16/qr_code_16';
411
+ export { Icon16Question } from './16/question_16';
409
412
  export { Icon16Recent } from './16/recent_16';
410
413
  export { Icon16RecordingCircleFill } from './16/recording_circle_fill_16';
411
414
  export { Icon16RectangleLine } from './16/rectangle_line_16';
@@ -418,6 +421,7 @@ export { Icon16Repost } from './16/repost_16';
418
421
  export { Icon16RepostCircleFillRed } from './16/repost_circle_fill_red_16';
419
422
  export { Icon16RepostOutline } from './16/repost_outline_16';
420
423
  export { Icon16RoubleArrowBackwardOutline } from './16/rouble_arrow_backward_outline_16';
424
+ export { Icon16RoubleCircleFillBlue } from './16/rouble_circle_fill_blue_16';
421
425
  export { Icon16RoubleOutline } from './16/rouble_outline_16';
422
426
  export { Icon16SadFaceOutline } from './16/sad_face_outline_16';
423
427
  export { Icon16ScribblePencilRectangle } from './16/scribble_pencil_rectangle_16';
@@ -1080,6 +1084,7 @@ export { Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green_
1080
1084
  export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
1081
1085
  export { Icon20TicketOutline } from './20/ticket_outline_20';
1082
1086
  export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
1087
+ export { Icon20TrafficConeOutline } from './20/traffic_cone_outline_20';
1083
1088
  export { Icon20TransparencyOutline } from './20/transparency_outline_20';
1084
1089
  export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
1085
1090
  export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
@@ -1724,6 +1729,7 @@ export { Icon24SearchOutline } from './24/search_outline_24';
1724
1729
  export { Icon24SearchSlashOutline } from './24/search_slash_outline_24';
1725
1730
  export { Icon24SearchStarsOutline } from './24/search_stars_outline_24';
1726
1731
  export { Icon24Send } from './24/send_24';
1732
+ export { Icon24SendClock } from './24/send_clock_24';
1727
1733
  export { Icon24SendOutline } from './24/send_outline_24';
1728
1734
  export { Icon24Services } from './24/services_24';
1729
1735
  export { Icon24ServicesOutline } from './24/services_outline_24';
@@ -2257,6 +2263,8 @@ export { Icon28ListBulletSquareOutline } from './28/list_bullet_square_outline_2
2257
2263
  export { Icon28ListCheckOutline } from './28/list_check_outline_28';
2258
2264
  export { Icon28ListCircleFillGray } from './28/list_circle_fill_gray_28';
2259
2265
  export { Icon28ListHandAlt } from './28/list_hand_alt_28';
2266
+ export { Icon28ListInsertFirstOutline } from './28/list_insert_first_outline_28';
2267
+ export { Icon28ListInsertLastOutline } from './28/list_insert_last_outline_28';
2260
2268
  export { Icon28ListLetterOutline } from './28/list_letter_outline_28';
2261
2269
  export { Icon28ListLikeCircleFillGray } from './28/list_like_circle_fill_gray_28';
2262
2270
  export { Icon28ListLikeFill } from './28/list_like_fill_28';
@@ -2385,6 +2393,7 @@ export { Icon28NftHeptagonOutline } from './28/nft_heptagon_outline_28';
2385
2393
  export { Icon28NoSmokingSignOutline } from './28/no_smoking_sign_outline_28';
2386
2394
  export { Icon28NotebookAddBadgeOutline } from './28/notebook_add_badge_outline_28';
2387
2395
  export { Icon28NotebookCheckOutline } from './28/notebook_check_outline_28';
2396
+ export { Icon28NoteCircleFillGray } from './28/note_circle_fill_gray_28';
2388
2397
  export { Icon28Notification } from './28/notification_28';
2389
2398
  export { Icon28NotificationAddOutline } from './28/notification_add_outline_28';
2390
2399
  export { Icon28NotificationCheckOutline } from './28/notification_check_outline_28';
@@ -2453,6 +2462,7 @@ export { Icon28PlaylistOutline } from './28/playlist_outline_28';
2453
2462
  export { Icon28PlayOutline } from './28/play_outline_28';
2454
2463
  export { Icon28PlayRectangleStackOutline } from './28/play_rectangle_stack_outline_28';
2455
2464
  export { Icon28PlaySpeedOutline } from './28/play_speed_outline_28';
2465
+ export { Icon28PodcastCircleFillRaspberryPink } from './28/podcast_circle_fill_raspberry_pink_28';
2456
2466
  export { Icon28PodcastCircleFillRed } from './28/podcast_circle_fill_red_28';
2457
2467
  export { Icon28PodcastOutline } from './28/podcast_outline_28';
2458
2468
  export { Icon28PollCircleFillGreen } from './28/poll_circle_fill_green_28';
@@ -2634,6 +2644,7 @@ export { Icon28ThumbsUpCircleFillGreen } from './28/thumbs_up_circle_fill_green_
2634
2644
  export { Icon28ThumbsUpOutline } from './28/thumbs_up_outline_28';
2635
2645
  export { Icon28TicketOutline } from './28/ticket_outline_28';
2636
2646
  export { Icon28TouchIdOutline } from './28/touch_id_outline_28';
2647
+ export { Icon28TrafficConeOutline } from './28/traffic_cone_outline_28';
2637
2648
  export { Icon28TrainOutline } from './28/train_outline_28';
2638
2649
  export { Icon28TruckOutline } from './28/truck_outline_28';
2639
2650
  export { Icon28TshirtOutline } from './28/tshirt_outline_28';
@@ -2696,6 +2707,7 @@ export { Icon28VideoCircleOutline } from './28/video_circle_outline_28';
2696
2707
  export { Icon28VideoFillOutline } from './28/video_fill_outline_28';
2697
2708
  export { Icon28VideoOutline } from './28/video_outline_28';
2698
2709
  export { Icon28VideoSquareOutline } from './28/video_square_outline_28';
2710
+ export { Icon28View } from './28/view_28';
2699
2711
  export { Icon28ViewOutline } from './28/view_outline_28';
2700
2712
  export { Icon28VinylOutline } from './28/vinyl_outline_28';
2701
2713
  export { Icon28VkVideoCircleFillRed } from './28/vk_video_circle_fill_red_28';
package/dist_es6/index.js CHANGED
@@ -220,6 +220,7 @@ export { Icon16CloudSunSnow } from './16/cloud_sun_snow_16';
220
220
  export { Icon16ColorPickerOutline } from './16/color_picker_outline_16';
221
221
  export { Icon16Comment } from './16/comment_16';
222
222
  export { Icon16CommentOutline } from './16/comment_outline_16';
223
+ export { Icon16CommentSlash } from './16/comment_slash_16';
223
224
  export { Icon16Compass } from './16/compass_16';
224
225
  export { Icon16Connection } from './16/connection_16';
225
226
  export { Icon16CopyOutline } from './16/copy_outline_16';
@@ -308,6 +309,7 @@ export { Icon16HieroglyphCharacterOutline } from './16/hieroglyph_character_outl
308
309
  export { Icon16HistoryBackwardOutline } from './16/history_backward_outline_16';
309
310
  export { Icon16HomeArrowDownOutline } from './16/home_arrow_down_outline_16';
310
311
  export { Icon16HorseToyOutline } from './16/horse_toy_outline_16';
312
+ export { Icon16Hourglass } from './16/hourglass_16';
311
313
  export { Icon16ImageFilter } from './16/image_filter_16';
312
314
  export { Icon16IncognitoFilled } from './16/incognito_filled_16';
313
315
  export { Icon16IndentDecreaseOutline } from './16/indent_decrease_outline_16';
@@ -406,6 +408,7 @@ export { Icon16Poll } from './16/poll_16';
406
408
  export { Icon16PopUpStickerCircleFillRaspberryPink } from './16/pop_up_sticker_circle_fill_raspberry_pink_16';
407
409
  export { Icon16PopupStickersCircleFillRaspberryPinkProduct } from './16/popup_stickers_circle_fill_raspberry_pink_product_16';
408
410
  export { Icon16QrCode } from './16/qr_code_16';
411
+ export { Icon16Question } from './16/question_16';
409
412
  export { Icon16Recent } from './16/recent_16';
410
413
  export { Icon16RecordingCircleFill } from './16/recording_circle_fill_16';
411
414
  export { Icon16RectangleLine } from './16/rectangle_line_16';
@@ -418,6 +421,7 @@ export { Icon16Repost } from './16/repost_16';
418
421
  export { Icon16RepostCircleFillRed } from './16/repost_circle_fill_red_16';
419
422
  export { Icon16RepostOutline } from './16/repost_outline_16';
420
423
  export { Icon16RoubleArrowBackwardOutline } from './16/rouble_arrow_backward_outline_16';
424
+ export { Icon16RoubleCircleFillBlue } from './16/rouble_circle_fill_blue_16';
421
425
  export { Icon16RoubleOutline } from './16/rouble_outline_16';
422
426
  export { Icon16SadFaceOutline } from './16/sad_face_outline_16';
423
427
  export { Icon16ScribblePencilRectangle } from './16/scribble_pencil_rectangle_16';
@@ -1080,6 +1084,7 @@ export { Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green_
1080
1084
  export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
1081
1085
  export { Icon20TicketOutline } from './20/ticket_outline_20';
1082
1086
  export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
1087
+ export { Icon20TrafficConeOutline } from './20/traffic_cone_outline_20';
1083
1088
  export { Icon20TransparencyOutline } from './20/transparency_outline_20';
1084
1089
  export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
1085
1090
  export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
@@ -1724,6 +1729,7 @@ export { Icon24SearchOutline } from './24/search_outline_24';
1724
1729
  export { Icon24SearchSlashOutline } from './24/search_slash_outline_24';
1725
1730
  export { Icon24SearchStarsOutline } from './24/search_stars_outline_24';
1726
1731
  export { Icon24Send } from './24/send_24';
1732
+ export { Icon24SendClock } from './24/send_clock_24';
1727
1733
  export { Icon24SendOutline } from './24/send_outline_24';
1728
1734
  export { Icon24Services } from './24/services_24';
1729
1735
  export { Icon24ServicesOutline } from './24/services_outline_24';
@@ -2257,6 +2263,8 @@ export { Icon28ListBulletSquareOutline } from './28/list_bullet_square_outline_2
2257
2263
  export { Icon28ListCheckOutline } from './28/list_check_outline_28';
2258
2264
  export { Icon28ListCircleFillGray } from './28/list_circle_fill_gray_28';
2259
2265
  export { Icon28ListHandAlt } from './28/list_hand_alt_28';
2266
+ export { Icon28ListInsertFirstOutline } from './28/list_insert_first_outline_28';
2267
+ export { Icon28ListInsertLastOutline } from './28/list_insert_last_outline_28';
2260
2268
  export { Icon28ListLetterOutline } from './28/list_letter_outline_28';
2261
2269
  export { Icon28ListLikeCircleFillGray } from './28/list_like_circle_fill_gray_28';
2262
2270
  export { Icon28ListLikeFill } from './28/list_like_fill_28';
@@ -2385,6 +2393,7 @@ export { Icon28NftHeptagonOutline } from './28/nft_heptagon_outline_28';
2385
2393
  export { Icon28NoSmokingSignOutline } from './28/no_smoking_sign_outline_28';
2386
2394
  export { Icon28NotebookAddBadgeOutline } from './28/notebook_add_badge_outline_28';
2387
2395
  export { Icon28NotebookCheckOutline } from './28/notebook_check_outline_28';
2396
+ export { Icon28NoteCircleFillGray } from './28/note_circle_fill_gray_28';
2388
2397
  export { Icon28Notification } from './28/notification_28';
2389
2398
  export { Icon28NotificationAddOutline } from './28/notification_add_outline_28';
2390
2399
  export { Icon28NotificationCheckOutline } from './28/notification_check_outline_28';
@@ -2453,6 +2462,7 @@ export { Icon28PlaylistOutline } from './28/playlist_outline_28';
2453
2462
  export { Icon28PlayOutline } from './28/play_outline_28';
2454
2463
  export { Icon28PlayRectangleStackOutline } from './28/play_rectangle_stack_outline_28';
2455
2464
  export { Icon28PlaySpeedOutline } from './28/play_speed_outline_28';
2465
+ export { Icon28PodcastCircleFillRaspberryPink } from './28/podcast_circle_fill_raspberry_pink_28';
2456
2466
  export { Icon28PodcastCircleFillRed } from './28/podcast_circle_fill_red_28';
2457
2467
  export { Icon28PodcastOutline } from './28/podcast_outline_28';
2458
2468
  export { Icon28PollCircleFillGreen } from './28/poll_circle_fill_green_28';
@@ -2634,6 +2644,7 @@ export { Icon28ThumbsUpCircleFillGreen } from './28/thumbs_up_circle_fill_green_
2634
2644
  export { Icon28ThumbsUpOutline } from './28/thumbs_up_outline_28';
2635
2645
  export { Icon28TicketOutline } from './28/ticket_outline_28';
2636
2646
  export { Icon28TouchIdOutline } from './28/touch_id_outline_28';
2647
+ export { Icon28TrafficConeOutline } from './28/traffic_cone_outline_28';
2637
2648
  export { Icon28TrainOutline } from './28/train_outline_28';
2638
2649
  export { Icon28TruckOutline } from './28/truck_outline_28';
2639
2650
  export { Icon28TshirtOutline } from './28/tshirt_outline_28';
@@ -2696,6 +2707,7 @@ export { Icon28VideoCircleOutline } from './28/video_circle_outline_28';
2696
2707
  export { Icon28VideoFillOutline } from './28/video_fill_outline_28';
2697
2708
  export { Icon28VideoOutline } from './28/video_outline_28';
2698
2709
  export { Icon28VideoSquareOutline } from './28/video_square_outline_28';
2710
+ export { Icon28View } from './28/view_28';
2699
2711
  export { Icon28ViewOutline } from './28/view_outline_28';
2700
2712
  export { Icon28VinylOutline } from './28/vinyl_outline_28';
2701
2713
  export { Icon28VkVideoCircleFillRed } from './28/vk_video_circle_fill_red_28';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.167.0",
3
+ "version": "2.169.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "homepage": "https://vkcom.github.io/icons/",
6
6
  "repository": {
@@ -30,10 +30,10 @@
30
30
  "@vkontakte/icons-sprite": "2.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@size-limit/file": "^11.1.6",
34
- "@size-limit/webpack": "^11.1.6",
33
+ "@size-limit/file": "^11.2.0",
34
+ "@size-limit/webpack": "^11.2.0",
35
35
  "@swc/cli": "^0.6.0",
36
- "@swc/core": "^1.10.15",
36
+ "@swc/core": "^1.11.5",
37
37
  "@types/react": "16.14.34",
38
38
  "@vkontakte/icons-scripts": "4.3.1",
39
39
  "css-loader": "^7.1.2",
@@ -43,11 +43,11 @@
43
43
  "react": "16.10.0",
44
44
  "react-color": "^2.18.0",
45
45
  "react-dom": "^16.9.0",
46
- "size-limit": "^11.1.6",
46
+ "size-limit": "^11.2.0",
47
47
  "style-loader": "^4.0.0",
48
48
  "swc-loader": "0.2.6",
49
- "typescript": "^5.7.3",
50
- "webpack": "^5.97.1"
49
+ "typescript": "^5.8.2",
50
+ "webpack": "^5.98.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^16.9.34 || ^17 || ^18"
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l.818.818C3.013 4.248 3 4.44 3 4.71v4.582c0 .594.062.81.178 1.027.116.217.287.388.504.504.217.116.433.178 1.027.178h.958v2.126a.5.5 0 0 0 .853.354L9 11h.94l2.78 2.78a.75.75 0 1 0 1.061-1.06L3.28 2.22Zm10.209 8.098a1.361 1.361 0 0 1-.04.07L6.06 3h5.896c.595 0 .81.062 1.028.178.217.116.387.287.504.504.116.217.178.433.178 1.027v4.582c0 .594-.062.81-.178 1.027Z"/></svg>
@@ -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="M10.224 1H5.71a2 2 0 0 0-1.96 1.96v.2a5 5 0 0 0 2.105 4.01c-.298.344-.611.708-.909 1.056a7.101 7.101 0 0 0-1.696 4.618c0 1.19.965 2.156 2.156 2.156h5.188c1.19 0 2.156-.965 2.156-2.156 0-1.69-.595-3.33-1.696-4.618-.298-.348-.61-.712-.909-1.056a5 5 0 0 0 2.105-4.01v-.2A2 2 0 0 0 10.29 1h-.066Zm.627 11.515C10.505 11.406 9.555 10.5 8 10.5s-2.505.906-2.851 2.015c-.12.385-.18.577-.03.781.149.204.393.204.88.204h4.002c.487 0 .731 0 .88-.204.15-.204.09-.396-.03-.781Z" clip-rule="evenodd"/></svg>
@@ -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="M14.5 7.766C14.5 4.582 11.59 2 8 2S1.5 4.582 1.5 7.766c0 1.554.693 2.964 1.82 4-.11.646-.44 1.493-.994 2.54l-.126.235a.313.313 0 0 0 .117.42.294.294 0 0 0 .22.03c1.723-.443 2.954-1.002 3.692-1.675A7.28 7.28 0 0 0 8 13.531c3.59 0 6.5-2.581 6.5-5.766Zm-6.884-1.91c-.082.057-.17.156-.224.348a.75.75 0 1 1-1.443-.408c.141-.5.421-.9.808-1.17.38-.266.82-.376 1.247-.376 1.204 0 2.083 1.036 2.083 2.083 0 .818-.54 1.353-.842 1.653l-.044.044c-.377.377-.447.496-.447.637a.75.75 0 0 1-1.5 0c0-.818.539-1.353.841-1.653l.045-.044c.376-.377.447-.496.447-.637 0-.286-.272-.583-.583-.583-.172 0-.3.044-.388.105Zm1.22 4.977a.833.833 0 1 1-1.666 0 .833.833 0 0 1 1.666 0Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <rect width="16" height="16" fill="url(#a)" rx="8"/>
3
+ <path stroke="#fff" stroke-linecap="round" stroke-width="1.5" d="M6 12.627V3.805c0-.03.025-.055.055-.055h3.07A2.375 2.375 0 0 1 11.5 6.125v0A2.375 2.375 0 0 1 9.125 8.5H5m0 2.75h3.5"/>
4
+ <path fill="#fff" fill-rule="evenodd" d="M6.75 4.5v3.25h2.375a1.625 1.625 0 1 0 0-3.25H6.75Zm0 4.75h2.375a3.125 3.125 0 1 0 0-6.25h-3.07a.805.805 0 0 0-.805.805V7.75H5a.75.75 0 0 0 0 1.5h.25v1.25H5A.75.75 0 0 0 5 12h.25v.627a.75.75 0 0 0 1.5 0V12H8.5a.75.75 0 0 0 0-1.5H6.75V9.25Z" clip-rule="evenodd"/>
5
+ <defs>
6
+ <linearGradient id="a" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#70B2FF"/>
8
+ <stop offset="1" stop-color="#5C9CE6"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
2
- <circle cx="10" cy="10" r="10" fill="currentColor"/>
2
+ <rect width="20" height="20" fill="#2688EB" rx="10"/>
3
3
  <path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1Z"/>
4
4
  </svg>
@@ -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="M4.403 17 7.52 3.474a2.545 2.545 0 0 1 4.96 0L15.597 17h1.153a.75.75 0 0 1 0 1.5H3.25a.75.75 0 0 1 0-1.5h1.153ZM8.982 3.81a1.045 1.045 0 0 1 2.037 0l.633 2.752-3.691 1.677 1.02-4.429Zm-1.445 6.27 4.459-2.027.642 2.786-5.854 2.509.753-3.268Zm-1.17 5.079L5.942 17h8.115l-1.077-4.676-6.613 2.835Z" 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="M23 19a5 5 0 1 0-10 0 5 5 0 0 0 10 0Zm-4.1-2.1a.9.9 0 0 0-1.8 0V19a.9.9 0 0 0 .566.836c.312.125.607.232.874.329l.042.015c.254.092 1.041.403 1.248.486a.9.9 0 1 0 .669-1.671 75.278 75.278 0 0 0-1.295-.504l-.05-.018c-.085-.03-.169-.062-.254-.093V16.9Z M4.446 19.664c.176-.752.607-2.055 1.293-3.91a4 4 0 0 1 2.993-2.54l5.778-1.116a.1.1 0 0 0 0-.196l-5.765-1.117a4 4 0 0 1-2.988-2.53c-.695-1.87-1.133-3.185-1.31-3.945l-.108-.454c-.468-1.965-.55-2.31 1.214-1.318 1.293.727 6.312 3.488 10.113 5.578l4.005 2.204c1.568.866 2.333 1.261 2.329 1.65-.003.298-.46.592-1.353 1.092a6.501 6.501 0 0 0-9.087 5.05c-2.647 1.47-5.098 2.828-6.007 3.323-1.792.976-1.723.702-1.312-.936.063-.247.133-.525.205-.835Z"/></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="M9.28 5.307a1 1 0 0 1 1.413-.028l2.91 2.798a1.28 1.28 0 0 1 0 1.846l-2.91 2.798a1 1 0 1 1-1.386-1.442L10.637 10H7a1 1 0 0 0-1 1v4a1 1 0 1 1-2 0v-4a3 3 0 0 1 3-3h3.637l-1.33-1.28a1 1 0 0 1-.028-1.413ZM23 10a1 1 0 1 0 0-2h-6a1 1 0 1 0 0 2h6Zm1 5a1 1 0 0 1-1 1H11a1 1 0 1 1 0-2h12a1 1 0 0 1 1 1Zm0 6a1 1 0 0 1-1 1H5a1 1 0 1 1 0-2h18a1 1 0 0 1 1 1Z"/></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="M4 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm1 5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H5Zm13.72 4.693a1 1 0 0 1-1.413.028l-2.91-2.798a1.28 1.28 0 0 1 0-1.846l2.91-2.798a1 1 0 1 1 1.386 1.442L17.363 18H21a1 1 0 0 0 1-1v-4a1 1 0 1 1 2 0v4a3 3 0 0 1-3 3h-3.637l1.33 1.28a1 1 0 0 1 .028 1.413Z"/></svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28">
2
+ <rect width="28" height="28" fill="url(#a)" rx="14"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M18.667 7H9.333A2.333 2.333 0 0 0 7 9.333v9.334A2.333 2.333 0 0 0 9.333 21h9.334A2.333 2.333 0 0 0 21 18.667V9.333A2.333 2.333 0 0 0 18.667 7Zm-7.84 9.33a.75.75 0 0 0 0 1.5h4.013a.75.75 0 0 0 0-1.5h-4.013Zm-.75-2.33a.75.75 0 0 1 .75-.75h6.346a.75.75 0 0 1 0 1.5h-6.346a.75.75 0 0 1-.75-.75Zm.75-3.783a.75.75 0 0 0 0 1.5h6.346a.75.75 0 0 0 0-1.5h-6.346Z" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#B1B6BD"/>
7
+ <stop offset="1" stop-color="#99A2AD"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28">
2
+ <rect width="28" height="28" fill="url(#a)" rx="14"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M14 5.5a7.503 7.503 0 0 1 7.35 6.003A1.5 1.5 0 0 1 22.75 13v3.5a1.5 1.5 0 0 1-3 0V13l-.004-.22A5.75 5.75 0 0 0 8.25 13v3.5a1.5 1.5 0 0 1-3 0V13a1.5 1.5 0 0 1 1.4-1.497A7.503 7.503 0 0 1 14 5.5Zm-2.828 4.672A3.99 3.99 0 0 1 14 9a3.99 3.99 0 0 1 2.828 1.172A3.99 3.99 0 0 1 18 13v4a3.99 3.99 0 0 1-1.172 2.828 3.995 3.995 0 0 1-1.978 1.081v.256a.937.937 0 0 1-.1.451.681.681 0 0 1-.284.284.935.935 0 0 1-.45.1h-.031a.935.935 0 0 1-.451-.1.682.682 0 0 1-.284-.284.935.935 0 0 1-.1-.45v-.257a3.995 3.995 0 0 1-1.978-1.08A3.99 3.99 0 0 1 10 17v-4a3.99 3.99 0 0 1 1.172-2.828ZM14 19.5a2.49 2.49 0 0 0 1.768-.732A2.49 2.49 0 0 0 16.5 17h-.305a.775.775 0 0 1-.388-.08.546.546 0 0 1-.227-.227.775.775 0 0 1-.08-.388v-.11c0-.178.028-.29.08-.388a.546.546 0 0 1 .227-.227.775.775 0 0 1 .388-.08h.305v-1h-.305a.775.775 0 0 1-.388-.08.546.546 0 0 1-.227-.227.775.775 0 0 1-.08-.388v-.11c0-.178.028-.29.08-.388a.546.546 0 0 1 .227-.227.775.775 0 0 1 .388-.08h.305a2.49 2.49 0 0 0-.732-1.768A2.49 2.49 0 0 0 14 10.5a2.49 2.49 0 0 0-1.768.732A2.49 2.49 0 0 0 11.5 13h1.305c.178 0 .29.028.388.08.098.052.175.13.227.227.052.098.08.21.08.388v.11c0 .178-.028.29-.08.388a.546.546 0 0 1-.227.227.775.775 0 0 1-.388.08H11.5v1h1.305c.178 0 .29.028.388.08.098.052.175.13.227.227.052.098.08.21.08.388v.11c0 .178-.028.29-.08.388a.546.546 0 0 1-.227.227.775.775 0 0 1-.388.08H11.5c0 .69.279 1.314.732 1.768A2.49 2.49 0 0 0 14 19.5Z" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="a" x1="0" x2="28" y1="0" y2="28" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#FF80D5"/>
7
+ <stop offset="1" stop-color="#E645B1"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </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="m6.202 24 4.38-19.271a3.506 3.506 0 0 1 6.836 0L21.798 24H23.5a1 1 0 1 1 0 2h-19a1 1 0 1 1 0-2h1.702Zm6.33-18.828a1.506 1.506 0 0 1 2.936 0l.918 4.036-5.321 2.419 1.467-6.455Zm-2.024 8.905 6.33-2.877.91 4.006-8.306 3.56 1.066-4.69Zm-1.613 7.099L8.253 24h11.494L18.2 17.188l-9.304 3.988Z" 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 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z M26 14c0-1.6-4.8-8-12-8S2 12.4 2 14c0 1.6 4.8 8 12 8s12-6.4 12-8Zm-6.5 0a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Z" clip-rule="evenodd"/></svg>