@vkontakte/icons 2.33.0 → 2.34.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.
@@ -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)("Icon12AlbumFilled", "album_filled_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentcolor" fill-rule="evenodd" viewBox="0 0 12 12" id="album_filled_12"><path d="M.218 4.092C0 4.52 0 5.08 0 6.2v2.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C1.52 12 2.08 12 3.2 12h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C12 10.48 12 9.92 12 8.8V6.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.48 3 9.92 3 8.8 3H3.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874Zm6.488 2.047L5.051 8.213 4.29 7.148a.357.357 0 0 0-.578 0L2.066 9.447a.35.35 0 0 0 .29.553H9.63c.306 0 .479-.334.294-.566l-2.63-3.295a.38.38 0 0 0-.588 0ZM2 1.5A1.5 1.5 0 0 1 3.5 0h5A1.5 1.5 0 0 1 10 1.5H2Z" /></symbol>', 12, 12, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon12AlbumFilled", "album_filled_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentcolor" fill-rule="evenodd" viewBox="0 0 12 12" id="album_filled_12"><path d="M.218 4.092C0 4.52 0 5.08 0 6.2v2.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C1.52 12 2.08 12 3.2 12h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C12 10.48 12 9.92 12 8.8V6.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.48 3 9.92 3 8.8 3H3.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874Zm6.488 2.047L5.051 8.213 4.29 7.148a.357.357 0 0 0-.578 0L2.066 9.447a.35.35 0 0 0 .29.553H9.63c.306 0 .479-.334.294-.566l-2.63-3.295a.38.38 0 0 0-.588 0ZM2 1.5A1.5 1.5 0 0 1 3.5 0h5A1.5 1.5 0 0 1 10 1.5H2Z" /></symbol>', 12, 12, false, undefined);
package/dist/es6/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export { IconSettingsProvider } from "@vkontakte/icons-sprite";
2
2
  export { default as Icon12Add } from "./12/add";
3
+ export { default as Icon12AlbumFilled } from "./12/album_filled";
3
4
  export { default as Icon12ArrowDown } from "./12/arrow_down";
4
5
  export { default as Icon12ArrowDownCircle } from "./12/arrow_down_circle";
5
6
  export { default as Icon12ArrowDownLeft } from "./12/arrow_down_left";