@vkontakte/icons 3.45.0 → 3.47.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,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16ArrowDownCircleSmallProps = SvgIconProps;
4
+ export declare const Icon16ArrowDownCircleSmall: React.FC<Icon16ArrowDownCircleSmallProps> & {
5
+ };
@@ -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 Icon16ArrowDownCircleSmall = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "arrow_down_circle_small_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 2.75a.75.75 0 0 0-.75.75v5.19L5.53 7.97a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8.75 9.69V4.5A.75.75 0 0 0 8 3.75"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16HomeProps = SvgIconProps;
4
+ export declare const Icon16Home: React.FC<Icon16HomeProps> & {
5
+ };
@@ -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 Icon16Home = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "home_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M7.618 2.05a1.5 1.5 0 0 1 .764 0c.284.075.543.27 1.06.658l3.6 2.704c.351.264.527.396.653.563.113.148.196.317.247.496.058.201.058.42.058.86V13c0 .231 0 .347-.025.442a.75.75 0 0 1-.533.531C13.347 14 13.232 14 13 14h-2.734a.766.766 0 0 1-.766-.766v-2.997a1.5 1.5 0 1 0-3 0v2.997a.766.766 0 0 1-.766.766L3 13.999c-.231 0-.347 0-.442-.025a.75.75 0 0 1-.533-.53C2 13.347 2 13.231 2 13V7.33c0-.44 0-.659.058-.86.05-.18.134-.348.247-.496.126-.167.302-.3.653-.563l3.6-2.704c.517-.388.776-.583 1.06-.657"
16
+ })
17
+ });
18
+ };
@@ -8,12 +8,11 @@ export const Icon16Like = (props)=>{
8
8
  height: 16,
9
9
  vkuiIconId: "like_16",
10
10
  vkuiAttrs: {
11
- "fill": "none"
11
+ "fill": "currentColor"
12
12
  },
13
13
  vkuiProps: props,
14
14
  children: /*#__PURE__*/ _jsx("path", {
15
- fill: "currentColor",
16
- d: "M7.761 3.098q.129.119.24.234a5 5 0 0 1 .239-.234C8.822 2.568 9.734 2 10.96 2 13.209 2 15 3.86 15 6.117c0 1.122-.22 1.976-.906 2.913-.678.926-1.809 1.93-3.607 3.362l-1.654 1.316a1.334 1.334 0 0 1-1.666 0l-1.654-1.316C3.715 10.96 2.584 9.956 1.906 9.03 1.221 8.093 1 7.24 1 6.117 1 3.86 2.792 2 5.04 2c1.227 0 2.14.567 2.721 1.098"
15
+ d: "M7.761 3.348q.129.119.24.234.11-.116.239-.234c.582-.53 1.494-1.098 2.72-1.098 2.248 0 4.04 1.86 4.04 4.117 0 1.122-.22 1.976-.906 2.913-.678.926-1.809 1.93-3.607 3.362l-1.654 1.316a1.334 1.334 0 0 1-1.666 0l-1.654-1.316C3.715 11.21 2.584 10.206 1.906 9.28 1.221 8.343 1 7.49 1 6.367 1 4.11 2.792 2.25 5.04 2.25c1.227 0 2.14.567 2.721 1.098"
17
16
  })
18
17
  });
19
18
  };
@@ -8,13 +8,12 @@ export const Icon16LikeOutline = (props)=>{
8
8
  height: 16,
9
9
  vkuiIconId: "like_outline_16",
10
10
  vkuiAttrs: {
11
- "fill": "none"
11
+ "fill": "currentColor"
12
12
  },
13
13
  vkuiProps: props,
14
14
  children: /*#__PURE__*/ _jsx("path", {
15
- fill: "currentColor",
16
15
  fillRule: "evenodd",
17
- d: "M5.04 3.5C3.653 3.5 2.5 4.655 2.5 6.117c0 .859.15 1.389.617 2.027.542.742 1.517 1.63 3.33 3.074L8 12.454l1.552-1.236c1.814-1.444 2.789-2.332 3.332-3.074.467-.638.616-1.168.616-2.027 0-1.462-1.153-2.617-2.54-2.617-.734 0-1.302.335-1.71.707-.226.206-.44.448-.596.715a.75.75 0 0 1-1.309-.001 3.1 3.1 0 0 0-.595-.715c-.407-.371-.975-.706-1.71-.706M8 3.332a5 5 0 0 0-.239-.234C7.18 2.568 6.267 2 5.04 2 2.792 2 1 3.86 1 6.117c0 1.122.22 1.976.906 2.913.678.926 1.809 1.93 3.607 3.362l1.654 1.316a1.334 1.334 0 0 0 1.666 0l1.654-1.316c1.798-1.432 2.929-2.436 3.607-3.362.685-.937.906-1.79.906-2.913C15 3.86 13.208 2 10.96 2c-1.226 0-2.138.568-2.72 1.098a5 5 0 0 0-.24.234",
16
+ d: "M5.04 3.75c-1.387 0-2.54 1.155-2.54 2.617 0 .858.15 1.388.617 2.027.542.742 1.517 1.63 3.33 3.074L8 12.704l1.552-1.236c1.814-1.444 2.789-2.332 3.332-3.074.467-.639.616-1.169.616-2.027 0-1.462-1.153-2.617-2.54-2.617-.734 0-1.302.335-1.71.707-.226.206-.44.448-.596.715a.75.75 0 0 1-1.309-.001 3.1 3.1 0 0 0-.595-.714c-.407-.372-.975-.707-1.71-.707M8 3.582a5 5 0 0 0-.239-.234C7.18 2.818 6.267 2.25 5.04 2.25 2.792 2.25 1 4.11 1 6.367c0 1.122.22 1.976.906 2.913.678.926 1.809 1.93 3.607 3.362l1.654 1.316a1.334 1.334 0 0 0 1.666 0l1.654-1.316c1.798-1.432 2.929-2.436 3.607-3.362.685-.937.906-1.79.906-2.913 0-2.257-1.792-4.117-4.04-4.117-1.226 0-2.138.568-2.72 1.098a5 5 0 0 0-.24.234",
18
17
  clipRule: "evenodd"
19
18
  })
20
19
  });
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16StarsOutlineProps = SvgIconProps;
4
+ export declare const Icon16StarsOutline: React.FC<Icon16StarsOutlineProps> & {
5
+ };
@@ -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 Icon16StarsOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "stars_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M3.53.275a.402.402 0 0 0-.762 0l-.305.916c-.2.6-.671 1.07-1.271 1.27l-.917.306a.402.402 0 0 0 0 .763l.917.305c.6.2 1.07.67 1.27 1.27l.306.917c.123.367.64.367.763 0l.306-.916c.2-.6.67-1.07 1.27-1.27l.918-.306a.402.402 0 0 0 0-.763l-.918-.305c-.6-.2-1.07-.67-1.27-1.27zm5.692 3.367c.105-.38.81-.38.916 0 .368 1.329.96 2.977 1.78 3.799.822.82 2.471 1.412 3.8 1.78.38.105.38.81 0 .916l-.276.079c-1.274.371-2.758.936-3.523 1.701l-.152.163c-.743.863-1.284 2.39-1.63 3.636l-.026.066c-.153.29-.71.29-.863 0l-.026-.066c-.368-1.33-.96-2.978-1.781-3.799-.822-.821-2.471-1.412-3.8-1.78-.38-.105-.38-.811 0-.916 1.329-.368 2.978-.96 3.8-1.78.821-.822 1.413-2.47 1.78-3.799m.458 3.113c-.3.618-.685 1.252-1.18 1.746-.493.493-1.126.877-1.744 1.178.618.3 1.251.684 1.745 1.178s.878 1.127 1.179 1.746c.3-.619.684-1.253 1.178-1.746s1.127-.878 1.744-1.178c-.617-.3-1.25-.685-1.744-1.178-.494-.494-.878-1.128-1.178-1.746"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28ArrowDownCircleOutlineProps = SvgIconProps;
4
+ export declare const Icon28ArrowDownCircleOutline: React.FC<Icon28ArrowDownCircleOutlineProps> & {
5
+ };
@@ -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 Icon28ArrowDownCircleOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "arrow_down_circle_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M14 8a1 1 0 0 1 1 1v7.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L13 16.586V9a1 1 0 0 1 1-1"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2m10 12c0-5.523-4.477-10-10-10S4 8.477 4 14s4.477 10 10 10 10-4.477 10-10",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28ArrowLeftCircleOutlineProps = SvgIconProps;
4
+ export declare const Icon28ArrowLeftCircleOutline: React.FC<Icon28ArrowLeftCircleOutlineProps> & {
5
+ };
@@ -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 Icon28ArrowLeftCircleOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "arrow_left_circle_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M20 14a1 1 0 0 1-1 1h-7.586l2.293 2.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414L11.414 13H19a1 1 0 0 1 1 1"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12M14 24c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };