@vkontakte/icons 3.66.0 → 3.68.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/bookmark_12.d.ts +7 -0
- package/dist/12/bookmark_12.js +20 -0
- package/dist/20/bus_outline_20.d.ts +7 -0
- package/dist/20/bus_outline_20.js +20 -0
- package/dist/20/metro_outline_20.d.ts +7 -0
- package/dist/20/metro_outline_20.js +20 -0
- package/dist/24/text_asc_latin_outline_24.d.ts +7 -0
- package/dist/24/text_asc_latin_outline_24.js +27 -0
- package/dist/24/text_desc_latin_outline_24.d.ts +7 -0
- package/dist/24/text_desc_latin_outline_24.js +27 -0
- package/dist/28/chevron_down_circle_28.d.ts +7 -0
- package/dist/28/chevron_down_circle_28.js +28 -0
- package/dist/28/chevron_up_circle_28.d.ts +7 -0
- package/dist/28/chevron_up_circle_28.js +28 -0
- package/dist/28/copyright_outline_28.d.ts +7 -0
- package/dist/28/copyright_outline_28.js +22 -0
- package/dist/28/fish_outline_28.d.ts +7 -0
- package/dist/28/fish_outline_28.js +20 -0
- package/dist/28/flash_outline_28.d.ts +1 -1
- package/dist/28/flash_outline_28.js +2 -4
- package/dist/28/hobby_outline_28.d.ts +7 -0
- package/dist/28/hobby_outline_28.js +20 -0
- package/dist/28/science_28.d.ts +7 -0
- package/dist/28/science_28.js +20 -0
- package/dist/56/bill_separated_outline_56.d.ts +7 -0
- package/dist/56/bill_separated_outline_56.js +22 -0
- package/dist/56/car_outline_56.d.ts +7 -0
- package/dist/56/car_outline_56.js +27 -0
- package/dist/56/copy_outline_56.d.ts +7 -0
- package/dist/56/copy_outline_56.js +27 -0
- package/dist/56/government_outline_56.d.ts +7 -0
- package/dist/56/government_outline_56.js +25 -0
- package/dist/56/plane_outline_56.d.ts +7 -0
- package/dist/56/plane_outline_56.js +20 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +16 -0
- package/dist/index.js +16 -0
- package/dist/typings/12/bookmark_12.d.ts +7 -0
- package/dist/typings/20/bus_outline_20.d.ts +7 -0
- package/dist/typings/20/metro_outline_20.d.ts +7 -0
- package/dist/typings/24/text_asc_latin_outline_24.d.ts +7 -0
- package/dist/typings/24/text_desc_latin_outline_24.d.ts +7 -0
- package/dist/typings/28/chevron_down_circle_28.d.ts +7 -0
- package/dist/typings/28/chevron_up_circle_28.d.ts +7 -0
- package/dist/typings/28/copyright_outline_28.d.ts +7 -0
- package/dist/typings/28/fish_outline_28.d.ts +7 -0
- package/dist/typings/28/flash_outline_28.d.ts +1 -1
- package/dist/typings/28/hobby_outline_28.d.ts +7 -0
- package/dist/typings/28/science_28.d.ts +7 -0
- package/dist/typings/56/bill_separated_outline_56.d.ts +7 -0
- package/dist/typings/56/car_outline_56.d.ts +7 -0
- package/dist/typings/56/copy_outline_56.d.ts +7 -0
- package/dist/typings/56/government_outline_56.d.ts +7 -0
- package/dist/typings/56/plane_outline_56.d.ts +7 -0
- package/dist/typings/index.d.ts +16 -0
- package/package.json +4 -4
- package/src/svg/12/bookmark_12.svg +1 -0
- package/src/svg/20/bus_outline_20.svg +1 -0
- package/src/svg/20/metro_outline_20.svg +1 -0
- package/src/svg/24/text_asc_latin_outline_24.svg +1 -0
- package/src/svg/24/text_desc_latin_outline_24.svg +1 -0
- package/src/svg/28/chevron_down_circle_28.svg +1 -0
- package/src/svg/28/chevron_up_circle_28.svg +1 -0
- package/src/svg/28/copyright_outline_28.svg +1 -0
- package/src/svg/28/fish_outline_28.svg +1 -0
- package/src/svg/28/flash_outline_28.svg +1 -1
- package/src/svg/28/hobby_outline_28.svg +1 -0
- package/src/svg/28/science_28.svg +1 -0
- package/src/svg/56/bill_separated_outline_56.svg +1 -0
- package/src/svg/56/car_outline_56.svg +1 -0
- package/src/svg/56/copy_outline_56.svg +1 -0
- package/src/svg/56/government_outline_56.svg +1 -0
- package/src/svg/56/plane_outline_56.svg +1 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon56GovernmentOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon56GovernmentOutline: React.FC<Icon56GovernmentOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export const Icon56GovernmentOutline = (props)=>{
|
|
7
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
8
|
+
viewBox: "0 0 56 56",
|
|
9
|
+
width: 56,
|
|
10
|
+
height: 56,
|
|
11
|
+
vkuiIconId: "government_outline_56",
|
|
12
|
+
vkuiAttrs: {
|
|
13
|
+
"fill": "currentColor"
|
|
14
|
+
},
|
|
15
|
+
vkuiProps: props,
|
|
16
|
+
children: [
|
|
17
|
+
/*#__PURE__*/ _jsx("path", {
|
|
18
|
+
d: "M46.5 9.5c1.214 0 1.626 1.07 1.715 1.364.124.406.15.857.15 1.224.004.773-.106 1.74-.236 2.63a53 53 0 0 1-.556 3.097l.133.295c.211.491.485 1.188.745 2.033.514 1.673.994 4.003.754 6.475-.244 2.505-1.233 5.162-3.642 7.364-1.764 1.613-4.216 2.913-7.53 3.769q.519.552.922 1.22c.943 1.563 1.329 3.469 1.472 5.592.148 2.18-1.446 3.965-3.458 4.33l-8.44 1.512a3 3 0 0 1-1.059 0l-8.44-1.511c-2.011-.366-3.605-2.15-3.457-4.331.143-2.123.53-4.029 1.473-5.592q.403-.668.921-1.22c-3.314-.856-5.766-2.156-7.53-3.769-2.409-2.202-3.398-4.859-3.642-7.364-.24-2.472.24-4.802.754-6.475.26-.845.534-1.542.745-2.033l.133-.295-.125-.62a53 53 0 0 1-.43-2.477c-.13-.89-.24-1.857-.238-2.63.002-.367.027-.818.15-1.224.09-.293.501-1.364 1.716-1.364.453.03 1.128.166 1.566.314.535.182 1.137.439 1.771.757a23 23 0 0 1 4.134 2.7C19.7 15.506 22.5 18.892 22.5 23a1.5 1.5 0 0 1-3 0c0-2.738-1.922-5.354-4.43-7.407a20 20 0 0 0-3.58-2.341 13 13 0 0 0-.817-.378c.036.42.093.9.167 1.408a50 50 0 0 0 .563 3.108l.046.213.011.056.003.013.001.003a1.5 1.5 0 0 1-.135 1.021l-.001.003-.013.024-.055.112c-.05.102-.123.259-.21.463-.177.41-.411 1.004-.633 1.726-.45 1.461-.825 3.368-.636 5.303.185 1.903.91 3.825 2.68 5.442 1.792 1.638 4.789 3.085 9.737 3.744a1.501 1.501 0 0 1 .276 2.91c-1.465.488-2.312 1.19-2.86 2.097-.581.964-.917 2.31-1.048 4.245-.035.519.351 1.06 1.002 1.177l7.887 1.457a3 3 0 0 0 1.09 0l7.887-1.457c.65-.118 1.037-.658 1.002-1.177-.13-1.936-.467-3.281-1.048-4.245-.547-.907-1.395-1.61-2.86-2.097a1.5 1.5 0 0 1 .276-2.91c4.949-.66 7.945-2.106 9.738-3.744 1.768-1.617 2.494-3.54 2.68-5.442.188-1.935-.188-3.842-.636-5.303a17 17 0 0 0-.633-1.726 12 12 0 0 0-.266-.575l-.012-.024v-.002a1.5 1.5 0 0 1-.137-1.022v-.003l.004-.013.011-.055.046-.214a57 57 0 0 0 .563-3.108c.074-.507.131-.988.167-1.408q-.376.157-.818.378a20 20 0 0 0-3.58 2.34c-2.507 2.054-4.428 4.67-4.428 7.408a1.5 1.5 0 0 1-3 0c0-4.11 2.8-7.494 5.528-9.728a23 23 0 0 1 4.134-2.7 14 14 0 0 1 1.771-.758A7 7 0 0 1 46.5 9.5"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ _jsx("path", {
|
|
21
|
+
d: "M33.244 10.704a1.5 1.5 0 0 1 1.511 2.592l-2.03 1.185a6.5 6.5 0 0 0-3.225 5.614V21.5a1.5 1.5 0 0 1-3 0v-1.405a6.5 6.5 0 0 0-3.225-5.614l-2.031-1.185a1.501 1.501 0 0 1 1.511-2.592l2.032 1.185A9.5 9.5 0 0 1 28 14.973a9.5 9.5 0 0 1 3.212-3.084zM28 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon56PlaneOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon56PlaneOutline: React.FC<Icon56PlaneOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export const Icon56PlaneOutline = (props)=>{
|
|
7
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
8
|
+
viewBox: "0 0 56 56",
|
|
9
|
+
width: 56,
|
|
10
|
+
height: 56,
|
|
11
|
+
vkuiIconId: "plane_outline_56",
|
|
12
|
+
vkuiAttrs: {
|
|
13
|
+
"fill": "currentColor"
|
|
14
|
+
},
|
|
15
|
+
vkuiProps: props,
|
|
16
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
17
|
+
d: "M43.618 6.96c1.14-.048 2.593.173 3.771 1.202l.233.217.216.231c1.03 1.178 1.25 2.631 1.201 3.772-.052 1.231-.422 2.487-.918 3.644-.99 2.31-2.735 4.812-4.931 7.024l-3.47 3.856 2.542 13.678a5.003 5.003 0 0 1-9.013 3.81l-.008-.01-4.87-7.027a51 51 0 0 1-4.08 2.696l.622 3.832.005.028.003.028a4.432 4.432 0 0 1-8.108 3.034l-.015-.02-.013-.022-2.963-4.755-4.746-2.955-.022-.014-.022-.014a4.43 4.43 0 0 1-1.797-5.123l.067-.188a4.43 4.43 0 0 1 4.566-2.822l.199.024.053.008 3.827.616a51 51 0 0 1 2.694-4.08l-7.016-4.863-.006-.004-.006-.004a5.004 5.004 0 0 1-1.607-6.337l.099-.187a5 5 0 0 1 5.316-2.49h.001l13.67 2.535 3.857-3.47c2.212-2.197 4.715-3.941 7.025-4.931 1.158-.496 2.412-.865 3.644-.918M45.5 10.5c-1.61-1.61-6.475.475-10.5 4.5l-5 4.5-15.125-2.806a2.005 2.005 0 0 0-1.542 3.608L23 27c-2.516 2.834-4.252 5.828-5.5 8l-5.859-.944a1.433 1.433 0 0 0-.98 2.62L16 40l3.331 5.346c.333.514.952.756 1.539.614l.117-.033a1.43 1.43 0 0 0 .977-1.434l-.012-.128L21 38.5c2.173-1.249 5.166-2.985 8-5.5l6.706 9.675a2.004 2.004 0 0 0 3.607-1.543L36.501 26l4.5-5c4.025-4.025 6.11-8.89 4.5-10.5"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|