@vkontakte/icons 2.130.0 → 2.131.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/index.js CHANGED
@@ -2265,6 +2265,9 @@ _export(exports, {
2265
2265
  Icon20ImageFilterOutline: function() {
2266
2266
  return _image_filter_outline_20.Icon20ImageFilterOutline;
2267
2267
  },
2268
+ Icon20ImageFormatOutline: function() {
2269
+ return _image_format_outline_20.Icon20ImageFormatOutline;
2270
+ },
2268
2271
  Icon20IncognitoOutline: function() {
2269
2272
  return _incognito_outline_20.Icon20IncognitoOutline;
2270
2273
  },
@@ -9934,6 +9937,7 @@ var _horizontal_rectangle_16x9_outline_20 = require("./20/horizontal_rectangle_1
9934
9937
  var _horizontal_rectangle_outline_20 = require("./20/horizontal_rectangle_outline_20");
9935
9938
  var _horse_toy_outline_20 = require("./20/horse_toy_outline_20");
9936
9939
  var _image_filter_outline_20 = require("./20/image_filter_outline_20");
9940
+ var _image_format_outline_20 = require("./20/image_format_outline_20");
9937
9941
  var _incognito_outline_20 = require("./20/incognito_outline_20");
9938
9942
  var _indent_decrease_outline_20 = require("./20/indent_decrease_outline_20");
9939
9943
  var _indent_increase_outline_20 = require("./20/indent_increase_outline_20");
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20ImageFormatOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon20ImageFormatOutline: import("react").FC<Icon20ImageFormatOutlineProps>;
@@ -751,6 +751,7 @@ export { Icon20HorizontalRectangle16x9Outline } from './20/horizontal_rectangle_
751
751
  export { Icon20HorizontalRectangleOutline } from './20/horizontal_rectangle_outline_20';
752
752
  export { Icon20HorseToyOutline } from './20/horse_toy_outline_20';
753
753
  export { Icon20ImageFilterOutline } from './20/image_filter_outline_20';
754
+ export { Icon20ImageFormatOutline } from './20/image_format_outline_20';
754
755
  export { Icon20IncognitoOutline } from './20/incognito_outline_20';
755
756
  export { Icon20IndentDecreaseOutline } from './20/indent_decrease_outline_20';
756
757
  export { Icon20IndentIncreaseOutline } from './20/indent_increase_outline_20';
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export var Icon20ImageFormatOutline = makeIcon('Icon20ImageFormatOutline', 'image_format_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="image_format_outline_20"><path fill-rule="evenodd" d="M7.817 3h4.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v1.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H7.817c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.103 3 6.864 3 7.816 3ZM5.612 4.545c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.3 6.002c-.128.25-.21.573-.255 1.11q-.014.181-.023.388h8.728a2.75 2.75 0 0 1 2.75 2.75v5.195c.47-.046.765-.126.998-.245A2.75 2.75 0 0 0 16.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3c0-.992 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 15.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-4.3c-.992 0-1.692 0-2.238.045ZM3 9.35V9h6.5v6.5H7.85c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 3.3 14c-.128-.252-.21-.574-.255-1.111C3.001 12.342 3 11.643 3 10.65zm8 6.15h1.15q.464 0 .85-.002V10.25C13 9.56 12.44 9 11.75 9H11z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
package/dist_es6/index.js CHANGED
@@ -751,6 +751,7 @@ export { Icon20HorizontalRectangle16x9Outline } from './20/horizontal_rectangle_
751
751
  export { Icon20HorizontalRectangleOutline } from './20/horizontal_rectangle_outline_20';
752
752
  export { Icon20HorseToyOutline } from './20/horse_toy_outline_20';
753
753
  export { Icon20ImageFilterOutline } from './20/image_filter_outline_20';
754
+ export { Icon20ImageFormatOutline } from './20/image_format_outline_20';
754
755
  export { Icon20IncognitoOutline } from './20/incognito_outline_20';
755
756
  export { Icon20IndentDecreaseOutline } from './20/indent_decrease_outline_20';
756
757
  export { Icon20IndentIncreaseOutline } from './20/indent_increase_outline_20';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.130.0",
3
+ "version": "2.131.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "homepage": "https://vkcom.github.io/icons/",
6
6
  "repository": {
@@ -33,7 +33,7 @@
33
33
  "@size-limit/file": "^11.1.4",
34
34
  "@size-limit/webpack": "^11.1.4",
35
35
  "@swc/cli": "^0.4.0",
36
- "@swc/core": "^1.7.6",
36
+ "@swc/core": "^1.7.10",
37
37
  "@types/react": "16.14.34",
38
38
  "@vkontakte/icons-scripts": "4.3.0",
39
39
  "css-loader": "^7.1.2",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M7.817 3h4.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v1.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H7.817c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.103 3 6.864 3 7.816 3ZM5.612 4.545c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.3 6.002c-.128.25-.21.573-.255 1.11-.01.121-.017.25-.023.388h8.728a2.75 2.75 0 0 1 2.75 2.75v5.195c.47-.046.765-.126.998-.245A2.751 2.751 0 0 0 16.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3c0-.992 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 15.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-4.3c-.992 0-1.692 0-2.238.045ZM3 9.35V9h6.5v6.5H7.85c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 3.3 14c-.128-.252-.21-.574-.255-1.111C3.001 12.342 3 11.643 3 10.65v-1.3Zm8 6.15h1.15c.31 0 .592 0 .85-.002V10.25C13 9.56 12.44 9 11.75 9H11v6.5Z" clip-rule="evenodd"/></svg>