@vkontakte/icons 3.34.0 → 3.36.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/16/arrow_2_squarepath_outline_16.d.ts +5 -0
- package/dist/16/arrow_2_squarepath_outline_16.js +18 -0
- package/dist/16/tag_outline_16.d.ts +5 -0
- package/dist/16/tag_outline_16.js +25 -0
- package/dist/20/tag_outline_20.js +2 -4
- package/dist/24/image_format_24.d.ts +5 -0
- package/dist/24/image_format_24.js +20 -0
- package/dist/28/calendar_days_outline_28.d.ts +5 -0
- package/dist/28/calendar_days_outline_28.js +25 -0
- package/dist/28/calendar_single_day_outline_28.d.ts +5 -0
- package/dist/28/calendar_single_day_outline_28.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/typings/16/arrow_2_squarepath_outline_16.d.ts +5 -0
- package/dist/typings/16/tag_outline_16.d.ts +5 -0
- package/dist/typings/24/image_format_24.d.ts +5 -0
- package/dist/typings/28/calendar_days_outline_28.d.ts +5 -0
- package/dist/typings/28/calendar_single_day_outline_28.d.ts +5 -0
- package/dist/typings/index.d.ts +5 -0
- package/package.json +1 -1
- package/src/svg/16/arrow_2_squarepath_outline_16.svg +1 -0
- package/src/svg/16/tag_outline_16.svg +1 -0
- package/src/svg/20/tag_outline_20.svg +1 -1
- package/src/svg/24/image_format_24.svg +1 -0
- package/src/svg/28/calendar_days_outline_28.svg +1 -0
- package/src/svg/28/calendar_single_day_outline_28.svg +1 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
+
export const Icon16Arrow2SquarepathOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "arrow_2_squarepath_outline_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M3.62 4a1 1 0 0 1 .124.011l.016.003.026.008q.053.011.103.03l.009.005.012.007a.7.7 0 0 1 .215.148l1.903 1.927a.73.73 0 0 1 0 1.023.71.71 0 0 1-1.01 0l-.684-.694v1.108c0 .66 0 1.11.029 1.46.027.34.077.52.142.65.15.299.39.543.686.695.127.065.306.116.642.144.345.028.792.03 1.443.03h.915c.394 0 .714.323.714.722 0 .4-.32.723-.714.723h-.915c-.628 0-1.142 0-1.56-.034-.424-.035-.811-.11-1.173-.297a3 3 0 0 1-1.311-1.327c-.184-.366-.258-.757-.293-1.188-.034-.421-.034-.942-.034-1.578V6.467l-.685.695a.71.71 0 0 1-1.01 0 .73.73 0 0 1 0-1.023l1.904-1.927a.7.7 0 0 1 .344-.192l.02-.006.015-.003A1 1 0 0 1 3.62 4m5.104 0c.628 0 1.142 0 1.56.034.424.035.811.11 1.173.297a3 3 0 0 1 1.311 1.327c.184.366.258.757.293 1.188.034.421.034.942.034 1.578v1.107l.685-.694a.71.71 0 0 1 1.01 0 .73.73 0 0 1 0 1.023l-1.904 1.927-.054.05-.046.033a.7.7 0 0 1-.135.075l-.013.004-.023.007a.7.7 0 0 1-.235.044.7.7 0 0 1-.505-.212l-.004-.005-1.9-1.923a.73.73 0 0 1 0-1.023.71.71 0 0 1 1.01 0l.685.693V8.424c0-.66 0-1.11-.029-1.46-.027-.34-.077-.52-.142-.65a1.57 1.57 0 0 0-.686-.695c-.127-.065-.305-.116-.642-.144-.345-.029-.792-.03-1.443-.03h-.915a.72.72 0 0 1-.714-.722c0-.4.32-.723.714-.723z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -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
|
+
export const Icon16TagOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "tag_outline_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M5.868 4.768a1.105 1.105 0 1 1-.001 2.21 1.105 1.105 0 0 1 0-2.21"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M5.971 1.5c.978 0 1.467 0 1.927.11.408.098.799.26 1.156.48.404.247.75.593 1.441 1.284l1.856 1.855c1.187 1.188 1.78 1.782 2.002 2.467a3 3 0 0 1 0 1.853l-.046.127c-.252.634-.844 1.225-1.957 2.339l-.337.335c-1.188 1.187-1.781 1.782-2.466 2.004l-.227.063c-.46.11-.938.11-1.398 0l-.227-.063c-.514-.167-.976-.543-1.676-1.221l-.79-.783-1.855-1.854c-.605-.605-.946-.946-1.187-1.291l-.097-.15a4 4 0 0 1-.394-.853L1.61 7.9c-.11-.46-.11-.95-.11-1.928v-.474c0-1.225 0-1.914.183-2.425l.09-.209a2.5 2.5 0 0 1 .919-.995l.172-.097C3.4 1.5 4.1 1.5 5.498 1.5zM5.498 3c-.724 0-1.177 0-1.519.028-.324.027-.414.07-.434.08a1 1 0 0 0-.437.437c-.01.02-.053.11-.08.434C3.001 4.32 3 4.774 3 5.498v.474c0 1.05.01 1.33.07 1.577a2.5 2.5 0 0 0 .298.723c.133.216.325.422 1.067 1.164L6.29 11.29c.611.611 1.007 1.005 1.332 1.28.31.265.457.332.536.358.302.098.627.098.928 0 .079-.026.225-.093.536-.357.325-.276.72-.67 1.332-1.28l.337-.337c.61-.612 1.005-1.007 1.281-1.332.264-.31.33-.457.356-.537a1.5 1.5 0 0 0 0-.927c-.025-.079-.092-.226-.356-.536-.276-.325-.67-.722-1.28-1.333L9.434 4.434c-.742-.742-.946-.934-1.163-1.067a2.5 2.5 0 0 0-.723-.299C7.301 3.01 7.02 3 5.971 3z",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
};
|
|
@@ -13,12 +13,10 @@ export const Icon20TagOutline = (props)=>{
|
|
|
13
13
|
vkuiProps: props,
|
|
14
14
|
children: [
|
|
15
15
|
/*#__PURE__*/ _jsx("path", {
|
|
16
|
-
d: "
|
|
16
|
+
d: "M8.466 7.03a1.437 1.437 0 1 1-2.873 0 1.437 1.437 0 0 1 2.873 0"
|
|
17
17
|
}),
|
|
18
18
|
/*#__PURE__*/ _jsx("path", {
|
|
19
|
-
|
|
20
|
-
d: "M4.875 12.995c-.692-.692-1.038-1.038-1.285-1.442a4 4 0 0 1-.479-1.156c-.11-.46-.11-.95-.11-1.928v-1.47c0-1.4 0-2.1.272-2.634a2.5 2.5 0 0 1 1.093-1.093C4.9 3 5.6 3 7 3h1.467c.979 0 1.468 0 1.928.11a4 4 0 0 1 1.157.48c.403.247.75.593 1.441 1.285l2.85 2.85c1.189 1.189 1.783 1.783 2.005 2.468a3 3 0 0 1 0 1.854c-.223.685-.817 1.279-2.005 2.467l-1.33 1.33c-1.189 1.188-1.783 1.782-2.468 2.005a3 3 0 0 1-1.853 0c-.685-.223-1.28-.817-2.467-2.005zm9.909.458-1.331 1.33c-.612.612-1.007 1.006-1.332 1.282-.312.265-.459.331-.538.357a1.5 1.5 0 0 1-.927 0c-.08-.026-.226-.092-.538-.357-.325-.276-.72-.67-1.332-1.281l-2.85-2.85c-.742-.742-.934-.947-1.067-1.164a2.5 2.5 0 0 1-.3-.723c-.059-.248-.068-.528-.068-1.578v-1.47c0-.724 0-1.178.029-1.52.026-.323.069-.413.08-.433a1 1 0 0 1 .437-.437c.02-.01.11-.054.434-.08.341-.028.795-.03 1.52-.03h1.467c1.05 0 1.33.01 1.578.07a2.5 2.5 0 0 1 .723.3c.217.132.422.324 1.164 1.066l2.85 2.851c.612.612 1.006 1.008 1.282 1.333.265.312.332.458.357.537a1.5 1.5 0 0 1 0 .928c-.025.079-.092.225-.357.537-.276.325-.67.72-1.282 1.332Z",
|
|
21
|
-
clipRule: "evenodd"
|
|
19
|
+
d: "M8.622 2.002c.57.005.931.025 1.276.108a4 4 0 0 1 1.154.479c.403.247.749.592 1.44 1.283l3.36 3.361c1.186 1.187 1.78 1.78 2.001 2.463.196.602.196 1.25 0 1.851l-.046.127c-.253.633-.843 1.224-1.955 2.336l-1.844 1.843-.788.782c-.7.677-1.162 1.052-1.674 1.218l-.228.065a3 3 0 0 1-1.624-.065c-.683-.222-1.277-.815-2.463-2l-3.36-3.36c-.604-.604-.944-.944-1.185-1.29l-.097-.149a4 4 0 0 1-.393-.852L2.11 9.9c-.083-.345-.103-.706-.108-1.277L2 7.975V5.993c0-1.223 0-1.91.182-2.421l.09-.21c.21-.41.528-.754.918-.994l.173-.096C3.897 2 4.596 2 5.993 2h1.98zM3.498 7.975c0 1.048.01 1.328.069 1.575.06.254.161.498.298.721.133.217.324.422 1.066 1.163l3.36 3.36c.61.61 1.006 1.004 1.33 1.28.31.263.457.33.536.355.301.098.625.098.925 0 .08-.026.227-.092.538-.356.324-.275.72-.669 1.33-1.279l1.843-1.843c.61-.61 1.004-1.006 1.28-1.33.263-.311.33-.458.356-.537.098-.3.098-.624 0-.925-.026-.079-.093-.226-.357-.537-.275-.325-.669-.72-1.279-1.33l-3.36-3.361c-.741-.741-.946-.933-1.163-1.066a2.5 2.5 0 0 0-.721-.298c-.247-.06-.528-.07-1.576-.07h-1.98c-.723 0-1.176.002-1.517.03-.323.026-.413.07-.434.08a1 1 0 0 0-.435.435c-.01.021-.054.11-.08.434-.028.341-.03.794-.03 1.517z"
|
|
22
20
|
})
|
|
23
21
|
]
|
|
24
22
|
});
|
|
@@ -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
|
+
export const Icon24ImageFormat = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "image_format_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M14.96 3c2.464 0 3.696 0 4.638.48a4.4 4.4 0 0 1 1.922 1.922c.48.942.48 2.174.48 4.638v3.92c0 2.464 0 3.696-.48 4.638l-.17.302a4.4 4.4 0 0 1-1.752 1.62l-.181.085C18.497 21 17.27 21 14.96 21H9.04l-1.632-.008c-1.31-.02-2.15-.098-2.825-.387l-.18-.085a4.4 4.4 0 0 1-1.754-1.62l-.17-.302C2 17.656 2 16.424 2 13.96v-3.92c0-2.464 0-3.696.48-4.638A4.4 4.4 0 0 1 4.401 3.48c.706-.36 1.576-.449 3.006-.471L9.04 3zM5.2 10.8c-.59 0-.924.001-1.167.021a2 2 0 0 0-.15.019.2.2 0 0 0-.043.043 2 2 0 0 0-.019.15c-.018.229-.021.537-.021 1.063v1.864c0 1.262.001 2.1.054 2.743.05.622.14.903.229 1.077.25.49.648.888 1.137 1.137.174.089.455.179 1.077.23.643.052 1.481.053 2.743.053h2.16v-8.4zm7.8 8.4h1.8c.59 0 .924-.001 1.167-.021q.11-.01.15-.02a.2.2 0 0 0 .042-.043q.01-.039.02-.15c.02-.242.021-.577.021-1.166v-4.32c0-.813-.001-1.316-.032-1.693-.03-.355-.075-.438-.077-.441a1 1 0 0 0-.437-.437c-.003-.002-.086-.048-.441-.077-.377-.03-.88-.032-1.693-.032H13zM9.04 4.8c-1.262 0-2.1.001-2.743.054-.622.05-.903.14-1.077.229-.49.25-.888.648-1.137 1.137-.089.174-.179.455-.23 1.077a24 24 0 0 0-.05 1.737c.187-.019.402-.027.655-.031L5.2 9h8.32c1.568 0 2.352 0 2.95.306a2.8 2.8 0 0 1 1.224 1.223c.305.6.306 1.383.306 2.951v4.32c0 .561 0 .982-.028 1.316.438-.052.661-.124.808-.199.49-.25.888-.648 1.137-1.137.089-.174.179-.455.23-1.077.052-.643.053-1.481.053-2.743v-3.92c0-1.262-.001-2.1-.053-2.743-.051-.622-.141-.903-.23-1.077a2.6 2.6 0 0 0-1.137-1.137c-.174-.089-.455-.179-1.077-.23-.643-.052-1.481-.053-2.743-.053z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
@@ -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
|
+
export const Icon28CalendarDaysOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "calendar_days_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M10.5 18.25a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m-7-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M19 1a1 1 0 0 1 1 1l.001 1.16a5.7 5.7 0 0 1 1.93.642 5.45 5.45 0 0 1 2.267 2.267c.475.889.75 1.77.795 3.93L25 10v7.309l-.005.609c-.04 2.22-.316 3.113-.797 4.013a5.45 5.45 0 0 1-2.267 2.267c-.978.523-1.948.802-4.622.802H10.69l-.609-.005c-2.22-.04-3.113-.316-4.013-.797a5.45 5.45 0 0 1-2.267-2.267c-.502-.939-.78-1.87-.801-4.31V10c.053-2.16.327-3.042.802-3.93a5.45 5.45 0 0 1 2.267-2.268A5.7 5.7 0 0 1 8 3.159V2a1 1 0 0 1 2 0l-.001 1.007Q10.325 3 10.691 3h6.618q.367 0 .693.007L18 2a1 1 0 0 1 1-1M5.001 17.59l.009.57c.039 1.507.198 2.16.555 2.827q.505.944 1.448 1.448c.746.399 1.473.551 3.396.564h7.182l.57-.009c1.506-.039 2.159-.198 2.826-.555a3.45 3.45 0 0 0 1.448-1.448c.399-.746.551-1.473.564-3.396V12H5zM10 5.007V6a1 1 0 0 1-2 0l-.001-.808c-.38.088-.682.21-.986.373q-.944.505-1.448 1.448c-.369.69-.527 1.365-.56 2.986L22.994 10l-.003-.16c-.039-1.507-.198-2.16-.555-2.827a3.45 3.45 0 0 0-1.448-1.448 3.8 3.8 0 0 0-.986-.373L20 6a1 1 0 1 1-2 0l.002-.994q-.196-.004-.411-.005h-7.182z",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
+
export const Icon28CalendarSingleDayOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "calendar_single_day_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M19 1a1 1 0 0 1 1 1l.001 1.16a5.7 5.7 0 0 1 1.93.642 5.45 5.45 0 0 1 2.267 2.267c.475.889.75 1.77.795 3.93L25 10v7.309l-.005.609c-.04 2.22-.316 3.113-.797 4.013a5.45 5.45 0 0 1-2.267 2.267c-.978.523-1.948.802-4.622.802H10.69l-.609-.005c-2.22-.04-3.113-.316-4.013-.797a5.45 5.45 0 0 1-2.267-2.267c-.502-.939-.78-1.87-.801-4.31V10c.053-2.16.327-3.042.802-3.93a5.45 5.45 0 0 1 2.267-2.268A5.7 5.7 0 0 1 8 3.159V2a1 1 0 0 1 2 0l-.001 1.007Q10.325 3 10.691 3h6.618q.367 0 .693.007L18 2a1 1 0 0 1 1-1M5.001 17.59l.009.57c.039 1.507.198 2.16.555 2.827q.505.944 1.448 1.448c.746.399 1.473.551 3.396.564h7.182l.57-.009c1.506-.039 2.159-.198 2.826-.555a3.45 3.45 0 0 0 1.448-1.448c.399-.746.551-1.473.564-3.396V12H5zM18.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M10 5.006V6a1 1 0 0 1-2 0l-.001-.808c-.38.088-.682.21-.986.373q-.944.505-1.448 1.448c-.369.69-.527 1.365-.56 2.986L22.994 10l-.003-.16c-.039-1.507-.198-2.16-.555-2.827a3.45 3.45 0 0 0-1.448-1.448 3.8 3.8 0 0 0-.986-.373L20 6a1 1 0 1 1-2 0l.002-.994q-.196-.004-.411-.005h-7.182z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|