@vkontakte/icons 2.68.0 → 2.69.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/add_circle_fill_20.js +13 -0
- package/dist/20/user_square_20.js +13 -0
- package/dist/es6/20/add_circle_fill_20.js +3 -0
- package/dist/es6/20/user_square_20.js +3 -0
- package/dist/es6/index.js +2 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +8 -0
- package/dist/typings/20/add_circle_fill_20.d.ts +11 -0
- package/dist/typings/20/user_square_20.d.ts +11 -0
- package/dist/typings/index.d.ts +2 -0
- package/package.json +2 -2
- package/src/svg/20/add_circle_fill_20.svg +4 -0
- package/src/svg/20/user_square_20.svg +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon20AddCircleFill", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon20AddCircleFill;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon20AddCircleFill = (0, _iconssprite.makeIcon)("Icon20AddCircleFill", "add_circle_fill_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><circle cx="10" cy="10" r="10" fill="currentColor" /><path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1Z" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon20UserSquare", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon20UserSquare;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon20UserSquare = (0, _iconssprite.makeIcon)("Icon20UserSquare", "user_square_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_square_20"><path fill-rule="evenodd" d="M2.327 3.638C2 4.28 2 5.12 2 6.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 18 5.12 18 6.8 18h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C18 15.72 18 14.88 18 13.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C15.72 2 14.88 2 13.2 2H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM10 6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 6Zm-4 7.498V13c0-1.75 2.665-2.25 4-2.25s4 .5 4 2.25v.498a.503.503 0 0 1-.502.502H6.503A.503.503 0 0 1 6 13.498Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20AddCircleFill = makeIcon("Icon20AddCircleFill", "add_circle_fill_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><circle cx="10" cy="10" r="10" fill="currentColor" /><path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1Z" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20UserSquare = makeIcon("Icon20UserSquare", "user_square_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_square_20"><path fill-rule="evenodd" d="M2.327 3.638C2 4.28 2 5.12 2 6.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 18 5.12 18 6.8 18h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C18 15.72 18 14.88 18 13.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C15.72 2 14.88 2 13.2 2H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM10 6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 6Zm-4 7.498V13c0-1.75 2.665-2.25 4-2.25s4 .5 4 2.25v.498a.503.503 0 0 1-.502.502H6.503A.503.503 0 0 1 6 13.498Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -437,6 +437,7 @@ export { Icon20AchievementCircleFillBlue } from "./20/achievement_circle_fill_bl
|
|
|
437
437
|
export { Icon20Add } from "./20/add_20";
|
|
438
438
|
export { Icon20AddAlt } from "./20/add_alt_20";
|
|
439
439
|
export { Icon20AddCircle } from "./20/add_circle_20";
|
|
440
|
+
export { Icon20AddCircleFill } from "./20/add_circle_fill_20";
|
|
440
441
|
export { Icon20AddCircleFillBlue } from "./20/add_circle_fill_blue_20";
|
|
441
442
|
export { Icon20AddCircleFillGray } from "./20/add_circle_fill_gray_20";
|
|
442
443
|
export { Icon20AddCircleFillGreen } from "./20/add_circle_fill_green_20";
|
|
@@ -924,6 +925,7 @@ export { Icon20Users3Outline } from "./20/users_3_outline_20";
|
|
|
924
925
|
export { Icon20UsersCircleFillBlue } from "./20/users_circle_fill_blue_20";
|
|
925
926
|
export { Icon20UserSlashOutline } from "./20/user_slash_outline_20";
|
|
926
927
|
export { Icon20UsersOutline } from "./20/users_outline_20";
|
|
928
|
+
export { Icon20UserSquare } from "./20/user_square_20";
|
|
927
929
|
export { Icon20UserSquareOnSquareOutline } from "./20/user_square_on_square_outline_20";
|
|
928
930
|
export { Icon20UserSquareOutline } from "./20/user_square_outline_20";
|
|
929
931
|
export { Icon20UsersSlashOutline } from "./20/users_slash_outline_20";
|