@vkontakte/icons 2.20.0 → 2.21.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/12/star.js +1 -1
- package/dist/56/logo_vk_color.js +12 -0
- package/dist/es6/12/star.js +1 -1
- package/dist/es6/56/logo_vk_color.js +2 -0
- package/dist/es6/index.js +1 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +4 -0
- package/dist/typings/56/logo_vk_color.d.ts +12 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/svg/12/star_12.svg +1 -1
- package/src/svg/56/logo_vk_color_56.svg +1 -0
- package/ts/12/star.ts +1 -1
- package/ts/56/logo_vk_color.ts +24 -0
- package/ts/index.ts +1 -0
package/dist/12/star.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconsSprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconsSprite.makeIcon)("Icon12Star", "star_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
12
|
+
var _default = (0, _iconsSprite.makeIcon)("Icon12Star", "star_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="star_12"><path d="M6.54 1.864c-.202-.82-.303-1.231-.35-1.28-.11-.112-.252-.112-.361 0-.048.05-.148.46-.349 1.282-.257 1.054-.61 2.096-1.061 2.548-.452.452-1.495.805-2.552 1.062-.822.2-1.234.3-1.283.348-.112.11-.112.252 0 .361.049.048.46.15 1.282.351 1.057.26 2.1.615 2.553 1.067.451.452.805 1.49 1.062 2.54.2.815.3 1.223.348 1.273.11.112.251.112.36 0 .049-.05.15-.457.351-1.273.26-1.05.615-2.088 1.067-2.54.453-.452 1.491-.81 2.54-1.074.814-.204 1.221-.306 1.27-.355.111-.11.11-.251-.002-.36-.049-.048-.457-.147-1.272-.344-1.048-.254-2.084-.604-2.536-1.056-.452-.452-.807-1.494-1.067-2.55Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconsSprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconsSprite.makeIcon)("Icon56LogoVkColor", "logo_vk_color_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="logo_vk_color_56"><path fill="#07F" d="M6 27.12c0-9.956 0-14.934 3.093-18.027C12.186 6 17.163 6 27.12 6h1.76c9.956 0 14.934 0 18.027 3.093C50 12.186 50 17.163 50 27.12v1.76c0 9.956 0 14.934-3.093 18.027C43.814 50 38.837 50 28.88 50h-1.76c-9.956 0-14.934 0-18.027-3.093C6 43.814 6 38.837 6 28.88v-1.76Z" /><path fill="#fff" d="M29.412 37.699c-10.029 0-15.749-6.875-15.987-18.315h5.023c.165 8.396 3.869 11.953 6.802 12.686V19.384h4.73v7.241c2.897-.311 5.94-3.611 6.966-7.241h4.73c-.788 4.473-4.088 7.773-6.434 9.13 2.346 1.1 6.105 3.978 7.535 9.185H37.57c-1.118-3.484-3.905-6.179-7.59-6.545v6.545h-.568Z" /></symbol>', 56, 56, false, undefined);
|
package/dist/es6/12/star.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export default makeIcon("Icon12Star", "star_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
2
|
+
export default makeIcon("Icon12Star", "star_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="star_12"><path d="M6.54 1.864c-.202-.82-.303-1.231-.35-1.28-.11-.112-.252-.112-.361 0-.048.05-.148.46-.349 1.282-.257 1.054-.61 2.096-1.061 2.548-.452.452-1.495.805-2.552 1.062-.822.2-1.234.3-1.283.348-.112.11-.112.252 0 .361.049.048.46.15 1.282.351 1.057.26 2.1.615 2.553 1.067.451.452.805 1.49 1.062 2.54.2.815.3 1.223.348 1.273.11.112.251.112.36 0 .049-.05.15-.457.351-1.273.26-1.05.615-2.088 1.067-2.54.453-.452 1.491-.81 2.54-1.074.814-.204 1.221-.306 1.27-.355.111-.11.11-.251-.002-.36-.049-.048-.457-.147-1.272-.344-1.048-.254-2.084-.604-2.536-1.056-.452-.452-.807-1.494-1.067-2.55Z" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon56LogoVkColor", "logo_vk_color_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="logo_vk_color_56"><path fill="#07F" d="M6 27.12c0-9.956 0-14.934 3.093-18.027C12.186 6 17.163 6 27.12 6h1.76c9.956 0 14.934 0 18.027 3.093C50 12.186 50 17.163 50 27.12v1.76c0 9.956 0 14.934-3.093 18.027C43.814 50 38.837 50 28.88 50h-1.76c-9.956 0-14.934 0-18.027-3.093C6 43.814 6 38.837 6 28.88v-1.76Z" /><path fill="#fff" d="M29.412 37.699c-10.029 0-15.749-6.875-15.987-18.315h5.023c.165 8.396 3.869 11.953 6.802 12.686V19.384h4.73v7.241c2.897-.311 5.94-3.611 6.966-7.241h4.73c-.788 4.473-4.088 7.773-6.434 9.13 2.346 1.1 6.105 3.978 7.535 9.185H37.57c-1.118-3.484-3.905-6.179-7.59-6.545v6.545h-.568Z" /></symbol>', 56, 56, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -2346,6 +2346,7 @@ export { default as Icon56LockOpenOutline } from "./56/lock_open_outline";
|
|
|
2346
2346
|
export { default as Icon56LockOutline } from "./56/lock_outline";
|
|
2347
2347
|
export { default as Icon56LogoClipsOutline } from "./56/logo_clips_outline";
|
|
2348
2348
|
export { default as Icon56LogoVk } from "./56/logo_vk";
|
|
2349
|
+
export { default as Icon56LogoVkColor } from "./56/logo_vk_color";
|
|
2349
2350
|
export { default as Icon56MailOutline } from "./56/mail_outline";
|
|
2350
2351
|
export { default as Icon56MarketLikeOutline } from "./56/market_like_outline";
|
|
2351
2352
|
export { default as Icon56MarketOutline } from "./56/market_outline";
|