@vkontakte/icons 2.3.0 → 2.5.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 (153) hide show
  1. package/dist/16/arrow_uturn_left_outline.js +8 -0
  2. package/dist/16/chain_outline.js +8 -0
  3. package/dist/16/cube_box_outline.js +8 -0
  4. package/dist/16/indent_decrease_outline.js +8 -0
  5. package/dist/16/indent_increase_outline.js +8 -0
  6. package/dist/16/list_bullet_outline.js +8 -0
  7. package/dist/16/text_center_outline.js +8 -0
  8. package/dist/16/text_outline.js +8 -0
  9. package/dist/20/3_square.js +8 -0
  10. package/dist/20/4_square.js +8 -0
  11. package/dist/20/articles.js +8 -0
  12. package/dist/20/bookmark_slash_outline.js +8 -0
  13. package/dist/20/fire_alt_outline.js +8 -0
  14. package/dist/20/hand.js +1 -1
  15. package/dist/20/indent_decrease_outline.js +8 -0
  16. package/dist/20/indent_increase_outline.js +8 -0
  17. package/dist/20/location_outline.js +8 -0
  18. package/dist/20/sun_outline.js +8 -0
  19. package/dist/20/user_rectangle.js +8 -0
  20. package/dist/24/hieroglyph_character_outline.js +8 -0
  21. package/dist/24/indent_decrease_outline.js +8 -0
  22. package/dist/24/indent_increase_outline.js +8 -0
  23. package/dist/24/subtitles.js +1 -1
  24. package/dist/24/subtitles_outline.js +8 -0
  25. package/dist/24/subtitles_slash.js +1 -1
  26. package/dist/28/eraser_outline.js +8 -0
  27. package/dist/28/fire_alt_outline.js +8 -0
  28. package/dist/28/indent_decrease_outline.js +8 -0
  29. package/dist/28/indent_increase_outline.js +8 -0
  30. package/dist/28/text_center_outline.js +8 -0
  31. package/dist/es6/16/arrow_uturn_left_outline.js +2 -0
  32. package/dist/es6/16/chain_outline.js +2 -0
  33. package/dist/es6/16/cube_box_outline.js +2 -0
  34. package/dist/es6/16/indent_decrease_outline.js +2 -0
  35. package/dist/es6/16/indent_increase_outline.js +2 -0
  36. package/dist/es6/16/list_bullet_outline.js +2 -0
  37. package/dist/es6/16/text_center_outline.js +2 -0
  38. package/dist/es6/16/text_outline.js +2 -0
  39. package/dist/es6/20/3_square.js +2 -0
  40. package/dist/es6/20/4_square.js +2 -0
  41. package/dist/es6/20/articles.js +2 -0
  42. package/dist/es6/20/bookmark_slash_outline.js +2 -0
  43. package/dist/es6/20/fire_alt_outline.js +2 -0
  44. package/dist/es6/20/hand.js +1 -1
  45. package/dist/es6/20/indent_decrease_outline.js +2 -0
  46. package/dist/es6/20/indent_increase_outline.js +2 -0
  47. package/dist/es6/20/location_outline.js +2 -0
  48. package/dist/es6/20/sun_outline.js +2 -0
  49. package/dist/es6/20/user_rectangle.js +2 -0
  50. package/dist/es6/24/hieroglyph_character_outline.js +2 -0
  51. package/dist/es6/24/indent_decrease_outline.js +2 -0
  52. package/dist/es6/24/indent_increase_outline.js +2 -0
  53. package/dist/es6/24/subtitles.js +1 -1
  54. package/dist/es6/24/subtitles_outline.js +2 -0
  55. package/dist/es6/24/subtitles_slash.js +1 -1
  56. package/dist/es6/28/eraser_outline.js +2 -0
  57. package/dist/es6/28/fire_alt_outline.js +2 -0
  58. package/dist/es6/28/indent_decrease_outline.js +2 -0
  59. package/dist/es6/28/indent_increase_outline.js +2 -0
  60. package/dist/es6/28/text_center_outline.js +2 -0
  61. package/dist/es6/index.js +27 -0
  62. package/dist/icons-map.json +1 -1
  63. package/dist/index.js +241 -52
  64. package/dist/typings/16/arrow_uturn_left_outline.d.ts +12 -0
  65. package/dist/typings/16/chain_outline.d.ts +12 -0
  66. package/dist/typings/16/cube_box_outline.d.ts +12 -0
  67. package/dist/typings/16/indent_decrease_outline.d.ts +12 -0
  68. package/dist/typings/16/indent_increase_outline.d.ts +12 -0
  69. package/dist/typings/16/list_bullet_outline.d.ts +12 -0
  70. package/dist/typings/16/text_center_outline.d.ts +12 -0
  71. package/dist/typings/16/text_outline.d.ts +12 -0
  72. package/dist/typings/20/3_square.d.ts +12 -0
  73. package/dist/typings/20/4_square.d.ts +12 -0
  74. package/dist/typings/20/articles.d.ts +12 -0
  75. package/dist/typings/20/bookmark_slash_outline.d.ts +12 -0
  76. package/dist/typings/20/fire_alt_outline.d.ts +12 -0
  77. package/dist/typings/20/indent_decrease_outline.d.ts +12 -0
  78. package/dist/typings/20/indent_increase_outline.d.ts +12 -0
  79. package/dist/typings/20/location_outline.d.ts +12 -0
  80. package/dist/typings/20/sun_outline.d.ts +12 -0
  81. package/dist/typings/20/user_rectangle.d.ts +12 -0
  82. package/dist/typings/24/hieroglyph_character_outline.d.ts +12 -0
  83. package/dist/typings/24/indent_decrease_outline.d.ts +12 -0
  84. package/dist/typings/24/indent_increase_outline.d.ts +12 -0
  85. package/dist/typings/24/subtitles_outline.d.ts +12 -0
  86. package/dist/typings/28/eraser_outline.d.ts +12 -0
  87. package/dist/typings/28/fire_alt_outline.d.ts +12 -0
  88. package/dist/typings/28/indent_decrease_outline.d.ts +12 -0
  89. package/dist/typings/28/indent_increase_outline.d.ts +12 -0
  90. package/dist/typings/28/text_center_outline.d.ts +12 -0
  91. package/dist/typings/index.d.ts +27 -0
  92. package/package.json +1 -1
  93. package/src/svg/16/arrow_uturn_left_outline_16.svg +1 -0
  94. package/src/svg/16/chain_outline_16.svg +1 -0
  95. package/src/svg/16/cube_box_outline_16.svg +1 -0
  96. package/src/svg/16/indent_decrease_outline_16.svg +1 -0
  97. package/src/svg/16/indent_increase_outline_16.svg +1 -0
  98. package/src/svg/16/list_bullet_outline_16.svg +1 -0
  99. package/src/svg/16/text_center_outline_16.svg +1 -0
  100. package/src/svg/16/text_outline_16.svg +1 -0
  101. package/src/svg/20/3_square_20.svg +1 -0
  102. package/src/svg/20/4_square_20.svg +1 -0
  103. package/src/svg/20/articles_20.svg +1 -0
  104. package/src/svg/20/bookmark_slash_outline_20.svg +1 -0
  105. package/src/svg/20/fire_alt_outline_20.svg +1 -0
  106. package/src/svg/20/hand_20.svg +1 -1
  107. package/src/svg/20/indent_decrease_outline_20.svg +1 -0
  108. package/src/svg/20/indent_increase_outline_20.svg +1 -0
  109. package/src/svg/20/location_outline_20.svg +1 -0
  110. package/src/svg/20/sun_outline_20.svg +1 -0
  111. package/src/svg/20/user_rectangle_20.svg +1 -0
  112. package/src/svg/24/hieroglyph_character_outline_24.svg +1 -0
  113. package/src/svg/24/indent_decrease_outline_24.svg +1 -0
  114. package/src/svg/24/indent_increase_outline_24.svg +1 -0
  115. package/src/svg/24/subtitles_24.svg +1 -3
  116. package/src/svg/24/subtitles_outline_24.svg +1 -0
  117. package/src/svg/24/subtitles_slash_24.svg +1 -1
  118. package/src/svg/28/eraser_outline_28.svg +1 -0
  119. package/src/svg/28/fire_alt_outline_28.svg +1 -0
  120. package/src/svg/28/indent_decrease_outline_28.svg +1 -0
  121. package/src/svg/28/indent_increase_outline_28.svg +1 -0
  122. package/src/svg/28/text_center_outline_28.svg +1 -0
  123. package/ts/16/arrow_uturn_left_outline.ts +24 -0
  124. package/ts/16/chain_outline.ts +24 -0
  125. package/ts/16/cube_box_outline.ts +24 -0
  126. package/ts/16/indent_decrease_outline.ts +24 -0
  127. package/ts/16/indent_increase_outline.ts +24 -0
  128. package/ts/16/list_bullet_outline.ts +24 -0
  129. package/ts/16/text_center_outline.ts +24 -0
  130. package/ts/16/text_outline.ts +24 -0
  131. package/ts/20/3_square.ts +24 -0
  132. package/ts/20/4_square.ts +24 -0
  133. package/ts/20/articles.ts +24 -0
  134. package/ts/20/bookmark_slash_outline.ts +24 -0
  135. package/ts/20/fire_alt_outline.ts +24 -0
  136. package/ts/20/hand.ts +1 -1
  137. package/ts/20/indent_decrease_outline.ts +24 -0
  138. package/ts/20/indent_increase_outline.ts +24 -0
  139. package/ts/20/location_outline.ts +24 -0
  140. package/ts/20/sun_outline.ts +24 -0
  141. package/ts/20/user_rectangle.ts +24 -0
  142. package/ts/24/hieroglyph_character_outline.ts +24 -0
  143. package/ts/24/indent_decrease_outline.ts +24 -0
  144. package/ts/24/indent_increase_outline.ts +24 -0
  145. package/ts/24/subtitles.ts +1 -1
  146. package/ts/24/subtitles_outline.ts +24 -0
  147. package/ts/24/subtitles_slash.ts +1 -1
  148. package/ts/28/eraser_outline.ts +24 -0
  149. package/ts/28/fire_alt_outline.ts +24 -0
  150. package/ts/28/indent_decrease_outline.ts +24 -0
  151. package/ts/28/indent_increase_outline.ts +24 -0
  152. package/ts/28/text_center_outline.ts +24 -0
  153. package/ts/index.ts +27 -0
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon24IndentDecreaseOutlineProps 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<Icon24IndentDecreaseOutlineProps>(
16
+ 'Icon24IndentDecreaseOutline',
17
+ 'indent_decrease_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="indent_decrease_outline_24"><path d="M2.906 4a.9.9 0 1 0 0 1.8h18.19a.9.9 0 1 0 0-1.8H2.905Zm.597 4.232a.9.9 0 0 0-1.206 1.336l2.588 2.338-2.613 2.55a.9.9 0 1 0 1.256 1.288l3.148-3.07a1.1 1.1 0 0 0-.03-1.604L3.502 8.232ZM2.91 18.2a.9.9 0 1 0 0 1.8h18.188a.9.9 0 0 0 0-1.8H2.91ZM9.007 12a.9.9 0 0 1 .9-.9h11.191a.9.9 0 1 1 0 1.8H9.907a.9.9 0 0 1-.9-.9Z" /></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 Icon24IndentIncreaseOutlineProps 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<Icon24IndentIncreaseOutlineProps>(
16
+ 'Icon24IndentIncreaseOutline',
17
+ 'indent_increase_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="indent_increase_outline_24"><path d="M2.914 4a.9.9 0 0 0 0 1.8h18.183a.9.9 0 0 0 0-1.8H2.915Zm2.589 4.232A.9.9 0 1 1 6.71 9.568l-2.588 2.338 2.613 2.55a.9.9 0 0 1-1.257 1.288l-3.146-3.07a1.1 1.1 0 0 1 .03-1.604l3.141-2.838ZM2.918 18.2a.9.9 0 0 0 0 1.8H21.1a.9.9 0 0 0 0-1.8H2.918ZM9.012 12a.9.9 0 0 1 .9-.9H21.1a.9.9 0 0 1 0 1.8H9.912a.9.9 0 0 1-.9-.9Z" /></symbol>',
20
+ 24,
21
+ 24,
22
+ false,
23
+ undefined
24
+ );
@@ -16,7 +16,7 @@ export default makeIcon<Icon24SubtitlesProps>(
16
16
  'Icon24Subtitles',
17
17
  'subtitles_24',
18
18
  '0 0 24 24',
19
- '<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="subtitles_24"><path d="M5 4h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm1 9h2a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2Zm5 0h7a1 1 0 1 0 0-2h-7a1 1 0 1 0 0 2Zm-5 4h7a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2Zm10 0h2a1 1 0 1 0 0-2h-2a1 1 0 1 0 0 2Z" fill="currentColor" /></symbol>',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="subtitles_24"><path fill-rule="evenodd" d="M15.538 4c.948 0 1.714 0 2.334.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v3.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H8.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C2 15.252 2 14.486 2 13.538v-3.076c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 4.402 4.48c.523-.267 1.087-.377 1.726-.43C6.748 4 7.514 4 8.462 4h7.076ZM6 14.9a.9.9 0 0 1 .9-.9h5.2a.9.9 0 0 1 0 1.8H6.9a.9.9 0 0 1-.9-.9Zm.9-4.7a.9.9 0 1 0 0 1.8h1.7a.9.9 0 1 0 0-1.8H6.9Zm7.6 4.7a.9.9 0 0 1 .9-.9h1.7a.9.9 0 0 1 0 1.8h-1.7a.9.9 0 0 1-.9-.9Zm-2.6-4.7a.9.9 0 1 0 0 1.8h5.2a.9.9 0 0 0 0-1.8h-5.2Z" clip-rule="evenodd" /></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 Icon24SubtitlesOutlineProps 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<Icon24SubtitlesOutlineProps>(
16
+ 'Icon24SubtitlesOutline',
17
+ 'subtitles_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="subtitles_outline_24"><path fill-rule="evenodd" d="M8.462 4h7.076c.948 0 1.714 0 2.334.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.333v3.077c0 .948 0 1.713-.05 2.334-.053.64-.163 1.203-.43 1.725a4.4 4.4 0 0 1-1.922 1.923c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H8.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.923c-.267-.522-.377-1.086-.43-1.725C2 15.252 2 14.486 2 13.538v-3.077c0-.947 0-1.713.05-2.333.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 4.402 4.48c.523-.266 1.087-.376 1.726-.428C6.748 4 7.514 4 8.462 4ZM6.274 5.845c-.527.043-.828.123-1.054.238A2.6 2.6 0 0 0 4.083 7.22c-.115.227-.195.527-.238 1.055C3.8 8.813 3.8 9.504 3.8 10.5v3c0 .995 0 1.687.045 2.225.043.528.123.829.238 1.055a2.6 2.6 0 0 0 1.137 1.136c.226.116.527.196 1.054.24.539.043 1.231.044 2.226.044h7c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.239a2.6 2.6 0 0 0 1.137-1.136c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-3c0-.995 0-1.687-.045-2.226-.043-.528-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-7c-.995 0-1.687 0-2.226.045ZM6 14.9a.9.9 0 0 1 .9-.9h5.2a.9.9 0 0 1 0 1.8H6.9a.9.9 0 0 1-.9-.9Zm0-3.8a.9.9 0 0 1 .9-.9h1.7a.9.9 0 1 1 0 1.8H6.9a.9.9 0 0 1-.9-.9Zm8.5 3.8a.9.9 0 0 1 .9-.9h1.7a.9.9 0 1 1 0 1.8h-1.7a.9.9 0 0 1-.9-.9ZM11 11.1a.9.9 0 0 1 .9-.9h5.2a.9.9 0 0 1 0 1.8h-5.2a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd" /></symbol>',
20
+ 24,
21
+ 24,
22
+ false,
23
+ undefined
24
+ );
@@ -16,7 +16,7 @@ export default makeIcon<Icon24SubtitlesSlashProps>(
16
16
  'Icon24SubtitlesSlash',
17
17
  'subtitles_slash_24',
18
18
  '0 0 24 24',
19
- '<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="subtitles_slash_24"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.707 2.293a1 1 0 0 0-1.414 1.414l.899.899A2.995 2.995 0 0 0 2 7v10a3 3 0 0 0 3 3h13.586l1.707 1.707a1 1 0 0 0 1.414-1.414l-18-18zM6 13h2a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2zm0 4h7a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2z" fill="currentColor" /><path d="M18 13h-.786l4.703 4.703A3.01 3.01 0 0 0 22 17V7a3 3 0 0 0-3-3H8.214l7 7H18a1 1 0 1 1 0 2z" fill="currentColor" /></symbol>',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="subtitles_slash_24"><path fill-rule="evenodd" d="M3.536 2.264a.9.9 0 1 0-1.272 1.272l1.41 1.41A4.4 4.4 0 0 0 2.48 6.402c-.267.523-.377 1.087-.43 1.726C2 8.748 2 9.514 2 10.46v3.077c0 .948 0 1.713.05 2.334.053.64.163 1.203.43 1.725a4.4 4.4 0 0 0 1.922 1.923c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.333.05h7.077c.948 0 1.714 0 2.334-.05.248-.021.485-.05.712-.093l1.88 1.88a.9.9 0 0 0 1.272-1.273l-18.2-18.2ZM6.9 14a.9.9 0 1 0 0 1.8h5.2a.9.9 0 1 0 0-1.8H6.9Zm0-3.8a.9.9 0 1 0 0 1.8h1.7a.9.9 0 0 0 0-1.8H6.9Z" clip-rule="evenodd" /><path d="m15.773 12 5.696 5.696.051-.099c.267-.522.377-1.086.43-1.725.05-.62.05-1.386.05-2.334v-3.077c0-.947 0-1.713-.05-2.333-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.923c-.523-.266-1.087-.376-1.726-.428C17.252 4 16.486 4 15.538 4H7.774l6.199 6.2H17.1a.9.9 0 1 1 0 1.8h-1.327Z" /></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 Icon28EraserOutlineProps 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<Icon28EraserOutlineProps>(
16
+ 'Icon28EraserOutline',
17
+ 'eraser_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="eraser_outline_28"><path fill-rule="evenodd" d="M2.196 18.232c.296.912 1.088 1.704 2.67 3.287l.603.602c1.583 1.583 2.374 2.374 3.287 2.67.35.115.713.179 1.077.193.057.01.117.016.177.016H24a1 1 0 1 0 0-1.999H13.629c.267-.261.56-.554.886-.88l7.607-7.608c1.583-1.583 2.375-2.374 2.671-3.287a3.994 3.994 0 0 0 0-2.47c-.296-.913-1.088-1.704-2.67-3.287l-.603-.602c-1.583-1.583-2.374-2.375-3.287-2.671a3.997 3.997 0 0 0-2.47 0c-.913.296-1.705 1.088-3.288 2.67l-7.607 7.608c-1.583 1.583-2.375 2.375-2.671 3.287a3.997 3.997 0 0 0 0 2.47Zm6.176-6.437L6.28 13.887c-.815.815-1.34 1.342-1.708 1.775-.352.416-.441.611-.476.717-.13.401-.13.834 0 1.235.035.106.124.301.476.716.368.434.893.96 1.708 1.776l.602.602c.815.814 1.342 1.34 1.775 1.707.415.353.611.442.717.476.401.13.833.13 1.235 0 .105-.034.3-.123.716-.476.433-.368.96-.893 1.775-1.707l2.092-2.092-6.82-6.82Zm1.413-1.413 6.82 6.82 4.103-4.102c.815-.815 1.34-1.342 1.708-1.775.352-.415.441-.61.476-.716.13-.402.13-.834 0-1.236-.035-.105-.124-.3-.476-.716-.368-.433-.893-.96-1.708-1.775l-.602-.602c-.815-.815-1.342-1.34-1.775-1.708-.415-.352-.611-.441-.717-.476a1.999 1.999 0 0 0-1.235 0c-.105.035-.3.124-.716.476-.433.368-.96.893-1.775 1.708l-4.103 4.102Z" 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 Icon28FireAltOutlineProps 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<Icon28FireAltOutlineProps>(
16
+ 'Icon28FireAltOutline',
17
+ 'fire_alt_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="fire_alt_outline_28"><path fill-rule="evenodd" d="M9.51 23.16C7.5 22.258 5 20.528 5 17.5c0-3 1.185-4.248 4-6.5 2.17-1.737 3.372-3.399 3.808-5.728C12.938 4.58 13 3.829 13 3c0 0 .947.473 1.931 1.514 1.115 1.179 2.279 3.084 2.171 5.854-.036.942-.22 1.985-.602 3.132 0 0 1.257-.87 2.543-2.262.232-.25.465-.519.691-.801.47-.588.914-1.24 1.266-1.937 0 0 .508.869 1.01 2.216C23.312 14.196 24.583 20.868 17 24c0 0-2.615-.581-3.858-3.294-.388-.846-.642-1.899-.642-3.206 0 0-1.509 1.209-1.347 3.64.012.177.032.36.063.55.111.686.353 1.455.784 2.31 0 0-1.134-.232-2.49-.84ZM12 24l-.4 1.96a2 2 0 0 0 2.284-1.288c.6.438 1.175.732 1.63.926a7.366 7.366 0 0 0 .927.324l.076.019.028.007.011.002.005.001h.003s.002.001.436-1.951l-.434 1.952a2 2 0 0 0 1.198-.104c2.998-1.238 4.954-3.044 6.07-5.175 1.1-2.098 1.283-4.317 1.101-6.24-.181-1.92-.735-3.645-1.225-4.867a19.357 19.357 0 0 0-.884-1.898l-.067-.12-.02-.037-.008-.012-.002-.004-.001-.002S22.727 7.49 21 8.5l1.727-1.009a2 2 0 0 0-3.513.108c-.085.17-.18.339-.279.504a9.71 9.71 0 0 0-1.612-3.816 10.485 10.485 0 0 0-2.213-2.292 9.528 9.528 0 0 0-1.08-.712 5.422 5.422 0 0 0-.085-.046l-.03-.015-.011-.006-.005-.003h-.002S13.893 1.21 13 3l.894-1.789A2 2 0 0 0 11 3c0 1.584-.257 2.689-.725 3.602-.474.926-1.245 1.812-2.524 2.836-1.39 1.111-2.627 2.16-3.469 3.42C3.368 14.222 3 15.694 3 17.5c0 3.614 2.53 5.767 4.514 6.891a15.29 15.29 0 0 0 2.774 1.208 15.135 15.135 0 0 0 1.27.352l.026.005.009.002h.003l.002.001L12 24Z" 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 Icon28IndentDecreaseOutlineProps 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<Icon28IndentDecreaseOutlineProps>(
16
+ 'Icon28IndentDecreaseOutline',
17
+ 'indent_decrease_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="indent_decrease_outline_28"><path fill-rule="evenodd" d="M5 6a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H5Zm.693 4.28a1 1 0 0 0-1.386 1.44l2.279 2.192-2.306 2.394a1 1 0 0 0 1.44 1.388l2.861-2.971a1.2 1.2 0 0 0-.032-1.698L5.693 10.28ZM5 20a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H5Zm6-6a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1Z" 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 Icon28IndentIncreaseOutlineProps 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<Icon28IndentIncreaseOutlineProps>(
16
+ 'Icon28IndentIncreaseOutline',
17
+ 'indent_increase_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="indent_increase_outline_28"><path fill-rule="evenodd" d="M5 6a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H5Zm2.307 4.28a1 1 0 0 1 1.386 1.44l-2.279 2.192 2.306 2.394a1 1 0 0 1-1.44 1.388l-2.861-2.971a1.2 1.2 0 0 1 .032-1.698l2.856-2.746ZM5 20a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H5Zm6-6a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1Z" 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 Icon28TextCenterOutlineProps 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<Icon28TextCenterOutlineProps>(
16
+ 'Icon28TextCenterOutline',
17
+ 'text_center_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_center_outline_28"><path fill-rule="evenodd" d="M4 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 14a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm4-8a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H8Z" clip-rule="evenodd" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
package/ts/index.ts CHANGED
@@ -98,6 +98,7 @@ export { default as Icon16ArrowsUpDown } from './16/arrows_up_down';
98
98
  export { default as Icon16ArrowTriangleDown } from './16/arrow_triangle_down';
99
99
  export { default as Icon16ArrowTriangleUp } from './16/arrow_triangle_up';
100
100
  export { default as Icon16ArrowUpRectangle } from './16/arrow_up_rectangle';
101
+ export { default as Icon16ArrowUturnLeftOutline } from './16/arrow_uturn_left_outline';
101
102
  export { default as Icon16ArticleBoxOutline } from './16/article_box_outline';
102
103
  export { default as Icon16ArticleOutline } from './16/article_outline';
103
104
  export { default as Icon16ArticlesOutline } from './16/articles_outline';
@@ -114,6 +115,7 @@ export { default as Icon16Cancel } from './16/cancel';
114
115
  export { default as Icon16CancelCircle } from './16/cancel_circle';
115
116
  export { default as Icon16CancelCircleOutline } from './16/cancel_circle_outline';
116
117
  export { default as Icon16Cards2 } from './16/cards_2';
118
+ export { default as Icon16ChainOutline } from './16/chain_outline';
117
119
  export { default as Icon16CheckCircle } from './16/check_circle';
118
120
  export { default as Icon16CheckCircleLarge } from './16/check_circle_large';
119
121
  export { default as Icon16CheckCircleOutline } from './16/check_circle_outline';
@@ -150,6 +152,7 @@ export { default as Icon16CropOutline } from './16/crop_outline';
150
152
  export { default as Icon16CrossCircleSmall } from './16/cross_circle_small';
151
153
  export { default as Icon16Crown } from './16/crown';
152
154
  export { default as Icon16CrownCircleFillVkDating } from './16/crown_circle_fill_vk_dating';
155
+ export { default as Icon16CubeBoxOutline } from './16/cube_box_outline';
153
156
  export { default as Icon16Delete } from './16/delete';
154
157
  export { default as Icon16DeleteOutline } from './16/delete_outline';
155
158
  export { default as Icon16DollarOutline } from './16/dollar_outline';
@@ -207,6 +210,8 @@ export { default as Icon16HistoryBackwardOutline } from './16/history_backward_o
207
210
  export { default as Icon16HomeArrowDownOutline } from './16/home_arrow_down_outline';
208
211
  export { default as Icon16ImageFilter } from './16/image_filter';
209
212
  export { default as Icon16IncognitoFilled } from './16/incognito_filled';
213
+ export { default as Icon16IndentDecreaseOutline } from './16/indent_decrease_outline';
214
+ export { default as Icon16IndentIncreaseOutline } from './16/indent_increase_outline';
210
215
  export { default as Icon16InfoCircle } from './16/info_circle';
211
216
  export { default as Icon16InfoCirle } from './16/info_cirle';
212
217
  export { default as Icon16InfoOutline } from './16/info_outline';
@@ -217,6 +222,7 @@ export { default as Icon16LikeOutline } from './16/like_outline';
217
222
  export { default as Icon16Link } from './16/link';
218
223
  export { default as Icon16Linked } from './16/linked';
219
224
  export { default as Icon16LinkOutline } from './16/link_outline';
225
+ export { default as Icon16ListBulletOutline } from './16/list_bullet_outline';
220
226
  export { default as Icon16ListPlayOutline } from './16/list_play_outline';
221
227
  export { default as Icon16Location } from './16/location';
222
228
  export { default as Icon16Lock } from './16/lock';
@@ -315,6 +321,8 @@ export { default as Icon16Sync } from './16/sync';
315
321
  export { default as Icon16Tag } from './16/tag';
316
322
  export { default as Icon16TearOffFlyerOutline } from './16/tear_off_flyer_outline';
317
323
  export { default as Icon16Text } from './16/text';
324
+ export { default as Icon16TextCenterOutline } from './16/text_center_outline';
325
+ export { default as Icon16TextOutline } from './16/text_outline';
318
326
  export { default as Icon16ThumbsDownOutline } from './16/thumbs_down_outline';
319
327
  export { default as Icon16ThumbsUpOutline } from './16/thumbs_up_outline';
320
328
  export { default as Icon16TicketOutline } from './16/ticket_outline';
@@ -348,6 +356,8 @@ export { default as Icon16WrenchOutline } from './16/wrench_outline';
348
356
  export { default as Icon201CircleFillGold } from './20/1_circle_fill_gold';
349
357
  export { default as Icon202CircleFillSilver } from './20/2_circle_fill_silver';
350
358
  export { default as Icon203CircleFillBronze } from './20/3_circle_fill_bronze';
359
+ export { default as Icon203Square } from './20/3_square';
360
+ export { default as Icon204Square } from './20/4_square';
351
361
  export { default as Icon20AccessibilityOutline } from './20/accessibility_outline';
352
362
  export { default as Icon20AchievementCircleFillBlue } from './20/achievement_circle_fill_blue';
353
363
  export { default as Icon20Add } from './20/add';
@@ -379,6 +389,7 @@ export { default as Icon20ArrowUturnLeftOutline } from './20/arrow_uturn_left_ou
379
389
  export { default as Icon20ArrowUturnRightOutline } from './20/arrow_uturn_right_outline';
380
390
  export { default as Icon20ArticleBoxOutline } from './20/article_box_outline';
381
391
  export { default as Icon20ArticleOutline } from './20/article_outline';
392
+ export { default as Icon20Articles } from './20/articles';
382
393
  export { default as Icon20ArticlesOutline } from './20/articles_outline';
383
394
  export { default as Icon20Attach } from './20/attach';
384
395
  export { default as Icon20AwardAddOutline } from './20/award_add_outline';
@@ -387,6 +398,7 @@ export { default as Icon20BeautyOutline } from './20/beauty_outline';
387
398
  export { default as Icon20BlockOutline } from './20/block_outline';
388
399
  export { default as Icon20BombOutline } from './20/bomb_outline';
389
400
  export { default as Icon20BookmarkOutline } from './20/bookmark_outline';
401
+ export { default as Icon20BookmarkSlashOutline } from './20/bookmark_slash_outline';
390
402
  export { default as Icon20BookOutline } from './20/book_outline';
391
403
  export { default as Icon20BookSpreadOutline } from './20/book_spread_outline';
392
404
  export { default as Icon20BoxCircleFillBlue } from './20/box_circle_fill_blue';
@@ -486,6 +498,7 @@ export { default as Icon20FavoriteCircleFillGreen } from './20/favorite_circle_f
486
498
  export { default as Icon20FavoriteCircleFillYellow } from './20/favorite_circle_fill_yellow';
487
499
  export { default as Icon20FavoriteOutline } from './20/favorite_outline';
488
500
  export { default as Icon20FilterOutline } from './20/filter_outline';
501
+ export { default as Icon20FireAltOutline } from './20/fire_alt_outline';
489
502
  export { default as Icon20FireCircleFillRed } from './20/fire_circle_fill_red';
490
503
  export { default as Icon20Flash } from './20/flash';
491
504
  export { default as Icon20FlashOutline } from './20/flash_outline';
@@ -535,6 +548,8 @@ export { default as Icon20HomeCheckOutline } from './20/home_check_outline';
535
548
  export { default as Icon20HomeOutline } from './20/home_outline';
536
549
  export { default as Icon20HorseToyOutline } from './20/horse_toy_outline';
537
550
  export { default as Icon20IncognitoOutline } from './20/incognito_outline';
551
+ export { default as Icon20IndentDecreaseOutline } from './20/indent_decrease_outline';
552
+ export { default as Icon20IndentIncreaseOutline } from './20/indent_increase_outline';
538
553
  export { default as Icon20Info } from './20/info';
539
554
  export { default as Icon20InfoCircleOutline } from './20/info_circle_outline';
540
555
  export { default as Icon20KeyOutline } from './20/key_outline';
@@ -558,6 +573,7 @@ export { default as Icon20ListPlayOutline } from './20/list_play_outline';
558
573
  export { default as Icon20ListPlusOutline } from './20/list_plus_outline';
559
574
  export { default as Icon20LiveSlashOutline } from './20/live_slash_outline';
560
575
  export { default as Icon20LocationMapOutline } from './20/location_map_outline';
576
+ export { default as Icon20LocationOutline } from './20/location_outline';
561
577
  export { default as Icon20LockCircleFillBlack } from './20/lock_circle_fill_black';
562
578
  export { default as Icon20LockOutline } from './20/lock_outline';
563
579
  export { default as Icon20LogoCapsulaOutline } from './20/logo_capsula_outline';
@@ -721,6 +737,7 @@ export { default as Icon20StoryOutline } from './20/story_outline';
721
737
  export { default as Icon20StoryReplyCircleFillViolet } from './20/story_reply_circle_fill_violet';
722
738
  export { default as Icon20StorySlashOutline } from './20/story_slash_outline';
723
739
  export { default as Icon20StripCircleFillRed } from './20/strip_circle_fill_red';
740
+ export { default as Icon20SunOutline } from './20/sun_outline';
724
741
  export { default as Icon20Sync } from './20/sync';
725
742
  export { default as Icon20TabAddOutline } from './20/tab_add_outline';
726
743
  export { default as Icon20TableHeaderOutline } from './20/table_header_outline';
@@ -751,6 +768,7 @@ export { default as Icon20UserCircleFillBlue } from './20/user_circle_fill_blue'
751
768
  export { default as Icon20UserCircleOutline } from './20/user_circle_outline';
752
769
  export { default as Icon20UserOutline } from './20/user_outline';
753
770
  export { default as Icon20UserPenOutline } from './20/user_pen_outline';
771
+ export { default as Icon20UserRectangle } from './20/user_rectangle';
754
772
  export { default as Icon20UserReplyOutline } from './20/user_reply_outline';
755
773
  export { default as Icon20Users } from './20/users';
756
774
  export { default as Icon20Users3 } from './20/users_3';
@@ -994,6 +1012,7 @@ export { default as Icon24Help } from './24/help';
994
1012
  export { default as Icon24HelpOutline } from './24/help_outline';
995
1013
  export { default as Icon24Hide } from './24/hide';
996
1014
  export { default as Icon24HideOutline } from './24/hide_outline';
1015
+ export { default as Icon24HieroglyphCharacterOutline } from './24/hieroglyph_character_outline';
997
1016
  export { default as Icon24HistoryBackwardOutline } from './24/history_backward_outline';
998
1017
  export { default as Icon24Home } from './24/home';
999
1018
  export { default as Icon24HomeHeartOutline } from './24/home_heart_outline';
@@ -1001,6 +1020,8 @@ export { default as Icon24HomeOutline } from './24/home_outline';
1001
1020
  export { default as Icon24HorseToyOutline } from './24/horse_toy_outline';
1002
1021
  export { default as Icon24IceSkatesOutline } from './24/ice_skates_outline';
1003
1022
  export { default as Icon24ImageFilterOutline } from './24/image_filter_outline';
1023
+ export { default as Icon24IndentDecreaseOutline } from './24/indent_decrease_outline';
1024
+ export { default as Icon24IndentIncreaseOutline } from './24/indent_increase_outline';
1004
1025
  export { default as Icon24Info } from './24/info';
1005
1026
  export { default as Icon24InfoCircleOutline } from './24/info_circle_outline';
1006
1027
  export { default as Icon24KeyboardBotsOutline } from './24/keyboard_bots_outline';
@@ -1230,6 +1251,7 @@ export { default as Icon24StoryOutline } from './24/story_outline';
1230
1251
  export { default as Icon24StoryReplyOutline } from './24/story_reply_outline';
1231
1252
  export { default as Icon24StudOutline } from './24/stud_outline';
1232
1253
  export { default as Icon24Subtitles } from './24/subtitles';
1254
+ export { default as Icon24SubtitlesOutline } from './24/subtitles_outline';
1233
1255
  export { default as Icon24SubtitlesSlash } from './24/subtitles_slash';
1234
1256
  export { default as Icon24SunOutline } from './24/sun_outline';
1235
1257
  export { default as Icon24Switch } from './24/switch';
@@ -1479,6 +1501,7 @@ export { default as Icon28EducationCircleFillGray } from './28/education_circle_
1479
1501
  export { default as Icon28EducationOutline } from './28/education_outline';
1480
1502
  export { default as Icon28EmblemOutline } from './28/emblem_outline';
1481
1503
  export { default as Icon28EmployeeOutline } from './28/employee_outline';
1504
+ export { default as Icon28EraserOutline } from './28/eraser_outline';
1482
1505
  export { default as Icon28ErrorCircleOutline } from './28/error_circle_outline';
1483
1506
  export { default as Icon28ErrorOutline } from './28/error_outline';
1484
1507
  export { default as Icon28EternalFlameOutline } from './28/eternal_flame_outline';
@@ -1494,6 +1517,7 @@ export { default as Icon28FavoriteOutline } from './28/favorite_outline';
1494
1517
  export { default as Icon28FilmStripAddOutline } from './28/film_strip_add_outline';
1495
1518
  export { default as Icon28FilmStripOutline } from './28/film_strip_outline';
1496
1519
  export { default as Icon28FilmStripRssOutline } from './28/film_strip_rss_outline';
1520
+ export { default as Icon28FireAltOutline } from './28/fire_alt_outline';
1497
1521
  export { default as Icon28FireCircleFillRed } from './28/fire_circle_fill_red';
1498
1522
  export { default as Icon28FireOutline } from './28/fire_outline';
1499
1523
  export { default as Icon28Flash } from './28/flash';
@@ -1557,6 +1581,8 @@ export { default as Icon28ImageFilterOutline } from './28/image_filter_outline';
1557
1581
  export { default as Icon28InboxOutline } from './28/inbox_outline';
1558
1582
  export { default as Icon28IncognitoCircleFillGray } from './28/incognito_circle_fill_gray';
1559
1583
  export { default as Icon28IncognitoOutline } from './28/incognito_outline';
1584
+ export { default as Icon28IndentDecreaseOutline } from './28/indent_decrease_outline';
1585
+ export { default as Icon28IndentIncreaseOutline } from './28/indent_increase_outline';
1560
1586
  export { default as Icon28InfoCircle } from './28/info_circle';
1561
1587
  export { default as Icon28InfoCircleOutline } from './28/info_circle_outline';
1562
1588
  export { default as Icon28InfoOutline } from './28/info_outline';
@@ -1859,6 +1885,7 @@ export { default as Icon28TagOutline } from './28/tag_outline';
1859
1885
  export { default as Icon28TargetOutline } from './28/target_outline';
1860
1886
  export { default as Icon28TearOffFlyerFillBlue } from './28/tear_off_flyer_fill_blue';
1861
1887
  export { default as Icon28TearOffFlyerOutline } from './28/tear_off_flyer_outline';
1888
+ export { default as Icon28TextCenterOutline } from './28/text_center_outline';
1862
1889
  export { default as Icon28TextCircleFillGray } from './28/text_circle_fill_gray';
1863
1890
  export { default as Icon28TextCircleOutline } from './28/text_circle_outline';
1864
1891
  export { default as Icon28TextLiveCircleFillGreen } from './28/text_live_circle_fill_green';