@vkontakte/icons 2.159.0 → 2.160.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,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon16ArrowUpCircleProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon16ArrowUpCircle: FC<Icon16ArrowUpCircleProps> & {
12
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon16ArrowUpCircle", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon16ArrowUpCircle;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon16ArrowUpCircle = (0, _iconssprite.makeIcon)('Icon16ArrowUpCircle', 'arrow_up_circle_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="arrow_up_circle_16"><path fill-rule="evenodd" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m-.75 12.25a.75.75 0 0 0 1.5 0V5.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L4.2 6.74a.75.75 0 1 0 1.1 1.02l1.95-2.1z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);