@vkontakte/icons 2.92.0 → 2.93.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/20/circle_small_20.js +13 -0
- package/dist/es6/20/circle_small_20.js +3 -0
- package/dist/es6/index.js +1 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +4 -0
- package/dist/typings/20/circle_small_20.d.ts +11 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +4 -4
- package/src/svg/20/circle_small_20.svg +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20CircleSmall", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20CircleSmall;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20CircleSmall = (0, _iconssprite.makeIcon)("Icon20CircleSmall", "circle_small_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="circle_small_20"><path d="M10 5a5 5 0 1 1 0 10 5 5 0 0 1 0-10" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20CircleSmall = makeIcon("Icon20CircleSmall", "circle_small_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="circle_small_20"><path d="M10 5a5 5 0 1 1 0 10 5 5 0 0 1 0-10" /></symbol>', 20, 20, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -569,6 +569,7 @@ export { Icon20ChevronUp } from "./20/chevron_up_20";
|
|
|
569
569
|
export { Icon20ChevronUpOutline } from "./20/chevron_up_outline_20";
|
|
570
570
|
export { Icon20CigaretteOutline } from "./20/cigarette_outline_20";
|
|
571
571
|
export { Icon20CircleOutline } from "./20/circle_outline_20";
|
|
572
|
+
export { Icon20CircleSmall } from "./20/circle_small_20";
|
|
572
573
|
export { Icon20CircleSmallFilled } from "./20/circle_small_filled_20";
|
|
573
574
|
export { Icon20CircleSmallOutline } from "./20/circle_small_outline_20";
|
|
574
575
|
export { Icon20Clear } from "./20/clear_20";
|