@vkontakte/icons 3.48.0 → 3.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -182,6 +182,7 @@ export { Icon16ArrowUturnLeftOutline } from "./16/arrow_uturn_left_outline_16.js
182
182
  export { Icon16ArticleBoxOutline } from "./16/article_box_outline_16.js";
183
183
  export { Icon16ArticleOutline } from "./16/article_outline_16.js";
184
184
  export { Icon16ArticlesOutline } from "./16/articles_outline_16.js";
185
+ export { Icon16Asterisk8 } from "./16/asterisk_8_16.js";
185
186
  export { Icon16Attach } from "./16/attach_16.js";
186
187
  export { Icon16Backpack } from "./16/backpack_16.js";
187
188
  export { Icon16Block } from "./16/block_16.js";
package/dist/index.js CHANGED
@@ -182,6 +182,7 @@ export { Icon16ArrowUturnLeftOutline } from "./16/arrow_uturn_left_outline_16.js
182
182
  export { Icon16ArticleBoxOutline } from "./16/article_box_outline_16.js";
183
183
  export { Icon16ArticleOutline } from "./16/article_outline_16.js";
184
184
  export { Icon16ArticlesOutline } from "./16/articles_outline_16.js";
185
+ export { Icon16Asterisk8 } from "./16/asterisk_8_16.js";
185
186
  export { Icon16Attach } from "./16/attach_16.js";
186
187
  export { Icon16Backpack } from "./16/backpack_16.js";
187
188
  export { Icon16Block } from "./16/block_16.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16Asterisk8Props = SvgIconProps;
4
+ export declare const Icon16Asterisk8: React.FC<Icon16Asterisk8Props> & {
5
+ };
@@ -182,6 +182,7 @@ export { Icon16ArrowUturnLeftOutline } from "./16/arrow_uturn_left_outline_16.js
182
182
  export { Icon16ArticleBoxOutline } from "./16/article_box_outline_16.js";
183
183
  export { Icon16ArticleOutline } from "./16/article_outline_16.js";
184
184
  export { Icon16ArticlesOutline } from "./16/articles_outline_16.js";
185
+ export { Icon16Asterisk8 } from "./16/asterisk_8_16.js";
185
186
  export { Icon16Attach } from "./16/attach_16.js";
186
187
  export { Icon16Backpack } from "./16/backpack_16.js";
187
188
  export { Icon16Block } from "./16/block_16.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.48.0",
3
+ "version": "3.49.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": {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M8 2a1 1 0 0 1 1 1v2.585l1.828-1.828a1 1 0 0 1 1.414 1.414L10.413 7H13a1 1 0 0 1 0 2h-2.585l1.827 1.828a1 1 0 1 1-1.414 1.414L9 10.414V13a1 1 0 0 1-2 0v-2.587l-1.828 1.83a1.001 1.001 0 0 1-1.415-1.415L5.585 9H3a1 1 0 0 1 0-2h2.586l-1.83-1.83a1 1 0 0 1 1.416-1.413L7 5.585V3a1 1 0 0 1 1-1"/></svg>