@vkontakte/icons 3.46.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 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
+ };
@@ -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
+ };