@vkontakte/icons 2.91.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/16/circle_dot_slash_outline_16.js +13 -0
- package/dist/16/circle_small_outline_16.js +13 -0
- package/dist/20/circle_small_20.js +13 -0
- package/dist/es6/16/circle_dot_slash_outline_16.js +3 -0
- package/dist/es6/16/circle_small_outline_16.js +3 -0
- package/dist/es6/20/circle_small_20.js +3 -0
- package/dist/es6/index.js +3 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +12 -0
- package/dist/typings/16/circle_dot_slash_outline_16.d.ts +11 -0
- package/dist/typings/16/circle_small_outline_16.d.ts +11 -0
- package/dist/typings/20/circle_small_20.d.ts +11 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +4 -4
- package/src/svg/16/circle_dot_slash_outline_16.svg +1 -0
- package/src/svg/16/circle_small_outline_16.svg +1 -0
- 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, "Icon16CircleDotSlashOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16CircleDotSlashOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16CircleDotSlashOutline = (0, _iconssprite.makeIcon)("Icon16CircleDotSlashOutline", "circle_dot_slash_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="circle_dot_slash_outline_16"><path fill-rule="evenodd" d="M11.92 4.127A5.57 5.57 0 0 0 6.408 2.73a.75.75 0 1 1-.434-1.436 7.07 7.07 0 0 1 7.008 1.773c1.904 1.904 2.432 4.608 1.717 6.969a.75.75 0 0 1-1.436-.435c.567-1.871.143-3.99-1.341-5.474ZM2.817 1.834a.75.75 0 0 0-1.06 1.06l.765.766c-2.198 2.729-2.01 6.742.535 9.287s6.559 2.733 9.288.536l.84.84a.75.75 0 0 0 1.06-1.06L2.817 1.832Zm2.967 5.088L3.59 4.729c-1.61 2.13-1.438 5.193.527 7.158 1.965 1.964 5.029 2.137 7.158.527l-2.12-2.12a2.5 2.5 0 0 1-3.372-3.372Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16CircleSmallOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16CircleSmallOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16CircleSmallOutline = (0, _iconssprite.makeIcon)("Icon16CircleSmallOutline", "circle_small_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="circle_small_outline_16"><path fill-rule="evenodd" d="M8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -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 Icon16CircleDotSlashOutline = makeIcon("Icon16CircleDotSlashOutline", "circle_dot_slash_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="circle_dot_slash_outline_16"><path fill-rule="evenodd" d="M11.92 4.127A5.57 5.57 0 0 0 6.408 2.73a.75.75 0 1 1-.434-1.436 7.07 7.07 0 0 1 7.008 1.773c1.904 1.904 2.432 4.608 1.717 6.969a.75.75 0 0 1-1.436-.435c.567-1.871.143-3.99-1.341-5.474ZM2.817 1.834a.75.75 0 0 0-1.06 1.06l.765.766c-2.198 2.729-2.01 6.742.535 9.287s6.559 2.733 9.288.536l.84.84a.75.75 0 0 0 1.06-1.06L2.817 1.832Zm2.967 5.088L3.59 4.729c-1.61 2.13-1.438 5.193.527 7.158 1.965 1.964 5.029 2.137 7.158.527l-2.12-2.12a2.5 2.5 0 0 1-3.372-3.372Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16CircleSmallOutline = makeIcon("Icon16CircleSmallOutline", "circle_small_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="circle_small_outline_16"><path fill-rule="evenodd" d="M8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8" clip-rule="evenodd" /></symbol>', 16, 16, 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
|
@@ -172,6 +172,8 @@ export { Icon16ChevronLeft } from "./16/chevron_left_16";
|
|
|
172
172
|
export { Icon16ChevronOutline } from "./16/chevron_outline_16";
|
|
173
173
|
export { Icon16ChevronRightCircleOutline } from "./16/chevron_right_circle_outline_16";
|
|
174
174
|
export { Icon16ChevronUpCircle } from "./16/chevron_up_circle_16";
|
|
175
|
+
export { Icon16CircleDotSlashOutline } from "./16/circle_dot_slash_outline_16";
|
|
176
|
+
export { Icon16CircleSmallOutline } from "./16/circle_small_outline_16";
|
|
175
177
|
export { Icon16Clear } from "./16/clear_16";
|
|
176
178
|
export { Icon16Clock } from "./16/clock_16";
|
|
177
179
|
export { Icon16ClockCircleFill } from "./16/clock_circle_fill_16";
|
|
@@ -567,6 +569,7 @@ export { Icon20ChevronUp } from "./20/chevron_up_20";
|
|
|
567
569
|
export { Icon20ChevronUpOutline } from "./20/chevron_up_outline_20";
|
|
568
570
|
export { Icon20CigaretteOutline } from "./20/cigarette_outline_20";
|
|
569
571
|
export { Icon20CircleOutline } from "./20/circle_outline_20";
|
|
572
|
+
export { Icon20CircleSmall } from "./20/circle_small_20";
|
|
570
573
|
export { Icon20CircleSmallFilled } from "./20/circle_small_filled_20";
|
|
571
574
|
export { Icon20CircleSmallOutline } from "./20/circle_small_outline_20";
|
|
572
575
|
export { Icon20Clear } from "./20/clear_20";
|