@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/16/asterisk_8_16.d.ts +5 -0
- package/dist/16/asterisk_8_16.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/typings/16/asterisk_8_16.d.ts +5 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/svg/16/asterisk_8_16.svg +1 -0
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";
|
package/dist/typings/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/package.json
CHANGED
|
@@ -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>
|