@vkontakte/icons 3.0.0 → 3.1.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 Icon16CommentSlashOutlineProps = SvgIconProps;
4
+ export declare const Icon16CommentSlashOutline: React.FC<Icon16CommentSlashOutlineProps> & {
5
+ };
@@ -0,0 +1,34 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon16CommentSlashOutline = (_param)=>{
8
+ var { width = 16, height = 16, viewBox = '0 0 16 16', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--comment_slash_outline_16",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M2.28.72a.75.75 0 0 0-1.06 1.06l.482.483a2.5 2.5 0 0 0-.43.602c-.18.354-.232.697-.253.956-.02.23-.02.494-.019.739v4.88c0 .245 0 .51.019.739.02.26.073.602.253.956a2.5 2.5 0 0 0 1.093 1.092c.354.18.697.233.956.254.21.018.452.019.679.019V14a1.5 1.5 0 0 0 2.56 1.06l2.561-2.56h2.818l1.28 1.28a.75.75 0 1 0 1.061-1.06zM10.44 11 2.762 3.324a1 1 0 0 0-.154.222C2.5 3.76 2.5 4.04 2.5 4.6v4.8c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C3.26 11 3.54 11 4.1 11h.6c.28 0 .42 0 .527.055a.5.5 0 0 1 .218.218c.055.107.055.247.055.527V14l2.531-2.531c.173-.173.26-.26.36-.322a1 1 0 0 1 .29-.12C8.796 11 8.918 11 9.163 11zM15 9.746a.754.754 0 1 1-1.508 0c.003-1.271.008-3.832.008-5.146 0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C12.74 3 12.46 3 11.9 3H6.75a.75.75 0 1 1 0-1.5h5.19c.245 0 .51 0 .739.019.26.02.602.073.956.254a2.5 2.5 0 0 1 1.092 1.092c.18.354.233.697.254.956.02.23.02.494.019.739z"
31
+ })
32
+ ]
33
+ }));
34
+ };