@vkontakte/icons 3.49.0 → 3.50.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.d.ts CHANGED
@@ -1602,6 +1602,7 @@ export { Icon24HslOutline } from "./24/hsl_outline_24.js";
1602
1602
  export { Icon24IceSkatesOutline } from "./24/ice_skates_outline_24.js";
1603
1603
  export { Icon24ImageFilterOutline } from "./24/image_filter_outline_24.js";
1604
1604
  export { Icon24ImageFormat } from "./24/image_format_24.js";
1605
+ export { Icon24ImageSpoilerOutline } from "./24/image_spoiler_outline_24.js";
1605
1606
  export { Icon24Incognito } from "./24/incognito_24.js";
1606
1607
  export { Icon24IncognitoOutline } from "./24/incognito_outline_24.js";
1607
1608
  export { Icon24IndentDecreaseOutline } from "./24/indent_decrease_outline_24.js";
@@ -2044,6 +2045,7 @@ export { Icon24WheelOutline } from "./24/wheel_outline_24.js";
2044
2045
  export { Icon24WineglassOutline } from "./24/wineglass_outline_24.js";
2045
2046
  export { Icon24Work } from "./24/work_24.js";
2046
2047
  export { Icon24WorkOutline } from "./24/work_outline_24.js";
2048
+ export { Icon24WrenchOutline } from "./24/wrench_outline_24.js";
2047
2049
  export { Icon24Write } from "./24/write_24.js";
2048
2050
  export { Icon24WriteOutline } from "./24/write_outline_24.js";
2049
2051
  export { Icon24Zip } from "./24/zip_24.js";
@@ -2975,6 +2977,7 @@ export { Icon32Spinner } from "./32/spinner_32.js";
2975
2977
  export { Icon32Square4Outline } from "./32/square_4_outline_32.js";
2976
2978
  export { Icon32StarsCircleFillViolet } from "./32/stars_circle_fill_violet_32.js";
2977
2979
  export { Icon32StarsOutline } from "./32/stars_outline_32.js";
2980
+ export { Icon32StopCircle } from "./32/stop_circle_32.js";
2978
2981
  export { Icon32StoryOutline } from "./32/story_outline_32.js";
2979
2982
  export { Icon32TearOffFlyerOutline } from "./32/tear_off_flyer_outline_32.js";
2980
2983
  export { Icon32TicketOutline } from "./32/ticket_outline_32.js";
package/dist/index.js CHANGED
@@ -1602,6 +1602,7 @@ export { Icon24HslOutline } from "./24/hsl_outline_24.js";
1602
1602
  export { Icon24IceSkatesOutline } from "./24/ice_skates_outline_24.js";
1603
1603
  export { Icon24ImageFilterOutline } from "./24/image_filter_outline_24.js";
1604
1604
  export { Icon24ImageFormat } from "./24/image_format_24.js";
1605
+ export { Icon24ImageSpoilerOutline } from "./24/image_spoiler_outline_24.js";
1605
1606
  export { Icon24Incognito } from "./24/incognito_24.js";
1606
1607
  export { Icon24IncognitoOutline } from "./24/incognito_outline_24.js";
1607
1608
  export { Icon24IndentDecreaseOutline } from "./24/indent_decrease_outline_24.js";
@@ -2044,6 +2045,7 @@ export { Icon24WheelOutline } from "./24/wheel_outline_24.js";
2044
2045
  export { Icon24WineglassOutline } from "./24/wineglass_outline_24.js";
2045
2046
  export { Icon24Work } from "./24/work_24.js";
2046
2047
  export { Icon24WorkOutline } from "./24/work_outline_24.js";
2048
+ export { Icon24WrenchOutline } from "./24/wrench_outline_24.js";
2047
2049
  export { Icon24Write } from "./24/write_24.js";
2048
2050
  export { Icon24WriteOutline } from "./24/write_outline_24.js";
2049
2051
  export { Icon24Zip } from "./24/zip_24.js";
@@ -2975,6 +2977,7 @@ export { Icon32Spinner } from "./32/spinner_32.js";
2975
2977
  export { Icon32Square4Outline } from "./32/square_4_outline_32.js";
2976
2978
  export { Icon32StarsCircleFillViolet } from "./32/stars_circle_fill_violet_32.js";
2977
2979
  export { Icon32StarsOutline } from "./32/stars_outline_32.js";
2980
+ export { Icon32StopCircle } from "./32/stop_circle_32.js";
2978
2981
  export { Icon32StoryOutline } from "./32/story_outline_32.js";
2979
2982
  export { Icon32TearOffFlyerOutline } from "./32/tear_off_flyer_outline_32.js";
2980
2983
  export { Icon32TicketOutline } from "./32/ticket_outline_32.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24ImageSpoilerOutlineProps = SvgIconProps;
4
+ export declare const Icon24ImageSpoilerOutline: React.FC<Icon24ImageSpoilerOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24WrenchOutlineProps = SvgIconProps;
4
+ export declare const Icon24WrenchOutline: React.FC<Icon24WrenchOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon32StopCircleProps = SvgIconProps;
4
+ export declare const Icon32StopCircle: React.FC<Icon32StopCircleProps> & {
5
+ };
@@ -1602,6 +1602,7 @@ export { Icon24HslOutline } from "./24/hsl_outline_24.js";
1602
1602
  export { Icon24IceSkatesOutline } from "./24/ice_skates_outline_24.js";
1603
1603
  export { Icon24ImageFilterOutline } from "./24/image_filter_outline_24.js";
1604
1604
  export { Icon24ImageFormat } from "./24/image_format_24.js";
1605
+ export { Icon24ImageSpoilerOutline } from "./24/image_spoiler_outline_24.js";
1605
1606
  export { Icon24Incognito } from "./24/incognito_24.js";
1606
1607
  export { Icon24IncognitoOutline } from "./24/incognito_outline_24.js";
1607
1608
  export { Icon24IndentDecreaseOutline } from "./24/indent_decrease_outline_24.js";
@@ -2044,6 +2045,7 @@ export { Icon24WheelOutline } from "./24/wheel_outline_24.js";
2044
2045
  export { Icon24WineglassOutline } from "./24/wineglass_outline_24.js";
2045
2046
  export { Icon24Work } from "./24/work_24.js";
2046
2047
  export { Icon24WorkOutline } from "./24/work_outline_24.js";
2048
+ export { Icon24WrenchOutline } from "./24/wrench_outline_24.js";
2047
2049
  export { Icon24Write } from "./24/write_24.js";
2048
2050
  export { Icon24WriteOutline } from "./24/write_outline_24.js";
2049
2051
  export { Icon24Zip } from "./24/zip_24.js";
@@ -2975,6 +2977,7 @@ export { Icon32Spinner } from "./32/spinner_32.js";
2975
2977
  export { Icon32Square4Outline } from "./32/square_4_outline_32.js";
2976
2978
  export { Icon32StarsCircleFillViolet } from "./32/stars_circle_fill_violet_32.js";
2977
2979
  export { Icon32StarsOutline } from "./32/stars_outline_32.js";
2980
+ export { Icon32StopCircle } from "./32/stop_circle_32.js";
2978
2981
  export { Icon32StoryOutline } from "./32/story_outline_32.js";
2979
2982
  export { Icon32TearOffFlyerOutline } from "./32/tear_off_flyer_outline_32.js";
2980
2983
  export { Icon32TicketOutline } from "./32/ticket_outline_32.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.49.0",
3
+ "version": "3.50.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": {
@@ -42,16 +42,16 @@
42
42
  "devDependencies": {
43
43
  "@rspack/cli": "^1.7.11",
44
44
  "@rspack/core": "^1.7.11",
45
- "@size-limit/file": "^12.0.1",
46
- "@size-limit/webpack": "^12.0.1",
47
- "@swc/cli": "^0.8.0",
45
+ "@size-limit/file": "^12.1.0",
46
+ "@size-limit/webpack": "^12.1.0",
47
+ "@swc/cli": "^0.8.1",
48
48
  "@swc/core": "^1.15.21",
49
49
  "@types/react": "^19.0.1",
50
50
  "@vkontakte/icons-scripts": "^5.2.0",
51
51
  "react": "^19.0.0",
52
52
  "react-color": "^2.18.0",
53
53
  "react-dom": "^19.0.0",
54
- "size-limit": "^12.0.1",
54
+ "size-limit": "^12.1.0",
55
55
  "typescript": "^5.9.3"
56
56
  },
57
57
  "peerDependencies": {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M14.628 20.843a.722.722 0 1 1 0 1.445.722.722 0 0 1 0-1.445M11 3.003a.9.9 0 0 1 0 1.8H8.5c-.995 0-1.687 0-2.226.044-.527.043-.828.124-1.054.24a2.6 2.6 0 0 0-1.136 1.135c-.115.226-.196.527-.24 1.055-.043.538-.043 1.23-.043 2.225V14.5c0 .995 0 1.687.044 2.226l.015.145 2.869-2.866c.188-.188.367-.369.53-.507.17-.145.382-.295.655-.384l.145-.04a1.9 1.9 0 0 1 1.033.043c.273.09.483.242.653.388.162.139.341.32.528.51l.738.746 1.356-1.371a.9.9 0 1 1 1.28 1.265l-1.87 1.892a1 1 0 0 1-.106.1 1.01 1.01 0 0 1-1.317.001c-.049-.04-.095-.09-.107-.101L8.993 15.28a8 8 0 0 0-.42-.409q-.043-.036-.06-.047a.1.1 0 0 0-.03 0q-.018.011-.06.046c-.094.08-.213.198-.422.408l-3.295 3.294a2.6 2.6 0 0 0 .514.344c.226.116.527.196 1.054.24.539.043 1.231.043 2.226.043H11A.9.9 0 0 1 11 21H8.5c-.965 0-1.743 0-2.372-.05-.639-.053-1.203-.163-1.725-.43a4.4 4.4 0 0 1-1.924-1.922c-.266-.522-.376-1.087-.428-1.726C1.999 16.244 2 15.465 2 14.5V9.502c0-.965 0-1.743.05-2.372.053-.639.164-1.202.43-1.725a4.4 4.4 0 0 1 1.923-1.923c.522-.266 1.086-.377 1.725-.43.629-.05 1.407-.05 2.372-.05zm3.628 14.23a1.264 1.264 0 1 1 0 2.529 1.264 1.264 0 0 1 0-2.528m4.15.543a.722.722 0 1 1 0 1.444.722.722 0 0 1 0-1.444m0-4.693a1.264 1.264 0 1 1 0 2.528 1.264 1.264 0 0 1 0-2.528m3.069.542a.722.722 0 1 1 0 1.444.722.722 0 0 1 0-1.444m-3.069-5.233a1.264 1.264 0 1 1 0 2.527 1.264 1.264 0 0 1 0-2.527m-4.073-.001a1.263 1.263 0 1 1 0 2.525 1.263 1.263 0 0 1 0-2.525m7.142.542a.722.722 0 1 1-.001 1.444.722.722 0 0 1 0-1.444m-7.22-4.692a1.264 1.264 0 1 1 .001 2.527 1.264 1.264 0 0 1 0-2.527m4.151.541a.723.723 0 1 1 0 1.446.723.723 0 0 1 0-1.446m-4.15-3.067a.723.723 0 1 1 0 1.445.723.723 0 0 1 0-1.445"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M3.066 20.505a3.63 3.63 0 0 1 0-5.14l2.592-2.59a.77.77 0 0 0 .195-.722 8.2 8.2 0 0 1-.217-1.879C5.636 5.66 9.299 2 13.818 2c1.004 0 1.965.18 2.854.51.46.172.553.757.206 1.105l-3.151 3.166a.73.73 0 0 0-.212.513v2.464c0 .401.325.727.727.727h2.46a.73.73 0 0 0 .512-.212l3.17-3.155c.35-.346.933-.254 1.105.206a8.2 8.2 0 0 1 .511 2.85c0 4.515-3.663 8.175-8.182 8.175a8.2 8.2 0 0 1-1.854-.21.77.77 0 0 0-.719.195l-2.604 2.601a3.64 3.64 0 0 1-5.145 0zm10.752-3.974a6.36 6.36 0 0 0 6.358-6.64l-1.679 1.671a2.55 2.55 0 0 1-1.796.741h-2.459a2.545 2.545 0 0 1-2.545-2.545V7.294c0-.673.266-1.319.741-1.796l1.666-1.674a6.36 6.36 0 0 0-6.481 7.812 2.59 2.59 0 0 1-.68 2.425l-2.592 2.59c-.71.71-.71 1.859 0 2.568l.43.43c.711.71 1.864.71 2.575 0l2.604-2.602a2.59 2.59 0 0 1 2.414-.68q.694.162 1.444.164" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="currentColor"><path fill-rule="evenodd" d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0m-2.8 10c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C10 11.52 10 12.08 10 13.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C11.52 22 12.08 22 13.2 22h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C22 20.48 22 19.92 22 18.8v-5.6c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C20.48 10 19.92 10 18.8 10z" clip-rule="evenodd"/></svg>