@sberbusiness/icons-next 1.0.0-beta.0 → 1.0.0-beta.1
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/ArrowdownStrokeSrvIcon20.js +1 -1
- package/ArrowleftStrokeSrvIcon20.js +1 -1
- package/ArrowrightFilledSrvIcon20.js +1 -1
- package/ArrowrightFilledSrvIcon32.js +1 -1
- package/ArrowrightStrokeSrvIcon20.js +1 -1
- package/ArrowupStrokeSrvIcon20.js +1 -1
- package/AttachmentStrokeSrvIcon16.js +1 -1
- package/AttachmentStrokeSrvIcon20.js +1 -1
- package/AttachmentStrokeSrvIcon24.js +1 -1
- package/AttachmentStrokeSrvIcon32.js +1 -1
- package/BackspaceStrokeSrvIcon32.js +1 -1
- package/CaretdownStrokeSrvIcon16.js +1 -1
- package/CaretdownStrokeSrvIcon20.js +1 -1
- package/CaretdownStrokeSrvIcon24.js +1 -1
- package/CaretleftStrokeSrvIcon24.js +1 -1
- package/CaretleftStrokeSrvIcon32.js +1 -1
- package/CaretrightStrokeSrvIcon24.js +1 -1
- package/CaretrightStrokeSrvIcon32.js +1 -1
- package/CaretupStrokeSrvIcon16.js +1 -1
- package/CaretupStrokeSrvIcon20.js +1 -1
- package/CaretupStrokeSrvIcon24.js +1 -1
- package/ChangeaccountFilledNavIcon24.js +1 -1
- package/ChatFilledNavIcon24.js +1 -1
- package/CheckboxbulkStrokeSrvIcon24.js +1 -1
- package/CheckboxtickStrokeSrvIcon24.js +1 -1
- package/CreateFilledNavIcon24.js +1 -1
- package/CrossStrokeSrvIcon16.js +1 -1
- package/CrossStrokeSrvIcon20.js +1 -1
- package/CrossStrokeSrvIcon24.js +1 -1
- package/CrossStrokeSrvIcon32.js +1 -1
- package/DefaulticonStrokePrdIcon20.js +1 -1
- package/DefaulticonStrokePrdIcon24.js +1 -1
- package/DefaulticonStrokePrdIcon32.js +1 -1
- package/DeleteStrokeSrvIcon20.js +1 -1
- package/DeleteStrokeSrvIcon24.js +1 -1
- package/DeleteStrokeSrvIcon32.js +1 -1
- package/DotshorizontalStrokeSrvIcon16.js +1 -1
- package/DotshorizontalStrokeSrvIcon20.js +1 -1
- package/DotshorizontalStrokeSrvIcon24.js +1 -1
- package/DotshorizontalStrokeSrvIcon32.js +1 -1
- package/DotsverticalStrokeSrvIcon16.js +1 -1
- package/DotsverticalStrokeSrvIcon20.js +1 -1
- package/DotsverticalStrokeSrvIcon24.js +1 -1
- package/DotsverticalStrokeSrvIcon32.js +1 -1
- package/ErrorStrokeStsIcon16.js +1 -1
- package/ErrorStrokeStsIcon20.js +1 -1
- package/FaceidStrokeSrvIcon32.js +1 -1
- package/HintFilledSrvIcon16.js +1 -1
- package/HomeFilledNavIcon24.js +1 -1
- package/InfoStrokeStsIcon16.js +1 -1
- package/InfoStrokeStsIcon20.js +1 -1
- package/MarketplaceFilledNavIcon24.js +1 -1
- package/PaymentsFilledNavIcon24.js +1 -1
- package/ProfileStrokeNavIcon24.js +1 -1
- package/ProfileStrokeNavIcon32.js +1 -1
- package/ProfileStrokeNavIcon48.js +1 -1
- package/RubStrokeStsIcon20.js +1 -1
- package/SearchStrokeSrvIcon16.js +1 -1
- package/SearchStrokeSrvIcon20.js +1 -1
- package/SearchStrokeSrvIcon24.js +1 -1
- package/SearchStrokeSrvIcon32.js +1 -1
- package/SettingsStrokeNavIcon20.js +1 -1
- package/SuccessStrokeStsIcon16.js +1 -1
- package/SuccessStrokeStsIcon20.js +1 -1
- package/SystemStrokeStsIcon16.js +1 -1
- package/SystemStrokeStsIcon20.js +1 -1
- package/TickStrokeSrvIcon16.js +1 -1
- package/TickStrokeSrvIcon24.js +1 -1
- package/TickStrokeSrvIcon32.js +1 -1
- package/TouchidStrokeSrvIcon32.js +1 -1
- package/WaitStrokeStsIcon16.js +1 -1
- package/WaitStrokeStsIcon20.js +1 -1
- package/WarningStrokeStsIcon16.js +1 -1
- package/WarningStrokeStsIcon20.js +1 -1
- package/package.json +1 -1
- package/styles/icons.css +1 -1
- package/types.d.ts +1 -1
- package/utils/getPathClassName.js +16 -16
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ArrowdownStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ArrowdownStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, d: "m4.29 10.71 4.99 5q.15.135.33.21c.25.1.52.1.76 0q.195-.075.33-.21l5-5c.25-.26.35-.63.26-.97a.98.98 0 0 0-.71-.71c-.35-.09-.72 0-.97.26l-3.29 3.3V5c0-.55-.44-1-1-1-.55 0-1 .45-1 1v7.59l-3.28-3.3c-.19-.19-.45-.3-.71-.3a1 1 0 0 0-.71.3 1 1 0 0 0-.3.71c0 .26.11.52.3.71" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ArrowleftStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ArrowleftStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, d: "M4.07 9.61q.075-.18.21-.33l5-4.99c.25-.25.62-.35.97-.26s.62.36.71.71c.09.34-.01.71-.26.97L7.4 9h7.59a.994.994 0 1 1 0 1.99H7.4l3.3 3.29a1 1 0 0 1 .3.71 1 1 0 0 1-.3.71 1 1 0 0 1-.71.3 1 1 0 0 1-.71-.3l-5-5a.9.9 0 0 1-.21-.33 1 1 0 0 1 0-.76" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ArrowrightFilledSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ArrowrightFilledSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-5.53-4.48-10-10-10m5.71 9.28q.135.15.21.33a1 1 0 0 1 0 .76q-.075.195-.21.33l-5 5c-.19.19-.45.3-.71.3-.27 0-.53-.11-.72-.3-.18-.19-.29-.44-.29-.71s.11-.52.29-.71l3.31-3.29H5c-.56 0-1-.44-1-1C4 9.44 4.44 9 5 9h7.59L9.28 5.71a1 1 0 0 1-.25-.97c.09-.35.36-.62.71-.71.34-.09.71.01.97.26z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ArrowrightFilledSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "ArrowrightFilledSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16 3C8.82 3 3 8.82 3 16c0 7.17 5.82 13 13 13 7.17 0 13-5.83 13-13 0-7.18-5.83-13-13-13m1.7 6.29 6 6c.2.19.3.43.3.71 0 .27-.1.51-.3.7l-6 6c-.39.4-1.02.4-1.41 0a.98.98 0 0 1 0-1.41L20.58 17H9c-.57 0-1-.44-1-1s.43-1 1-1h11.58l-4.29-4.3a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ArrowrightStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ArrowrightStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, d: "M15.92 9.61q-.075-.18-.21-.33l-5-4.99c-.26-.25-.63-.35-.97-.26-.35.09-.62.36-.71.71a1 1 0 0 0 .25.97L12.59 9H5c-.56 0-1 .44-1 .99 0 .56.44 1 1 1h7.59l-3.31 3.29c-.18.19-.29.44-.29.71s.11.52.29.71c.19.19.45.3.72.3.26 0 .52-.11.71-.3l5-5q.135-.135.21-.33a1 1 0 0 0 0-.76" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ArrowupStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ArrowupStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, d: "m4.29 9.28 4.99-5q.15-.135.33-.21a1 1 0 0 1 .76 0q.195.075.33.21l5 5c.25.26.35.63.26.97-.09.35-.36.62-.71.71-.35.1-.72 0-.97-.26l-3.29-3.3v7.59c0 .56-.44 1-1 1-.55 0-1-.44-1-1V7.4l-3.28 3.3c-.19.19-.45.3-.71.3a1 1 0 0 1-.71-.3.98.98 0 0 1-.3-.71c0-.26.11-.52.3-.71" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const AttachmentStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "AttachmentStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10.63 2c-.55 0-.86.24-1.96 1.33L3.73 8.22C3.26 8.7 3 9.33 3 10c0 .48 0 .89.13 1.33.12.42.38.93.98 1.53s1.11.86 1.52.99c.44.12.83.13 1.31.13.65 0 1.27-.27 1.76-.77l.01-.01 4.56-4.43a.996.996 0 0 1 1.41.01c.39.4.38 1.03-.02 1.42l-4.55 4.43c-.83.83-1.95 1.35-3.17 1.35h-.03c-.47 0-1.12 0-1.85-.22-.76-.23-1.55-.67-2.37-1.48-.81-.82-1.26-1.62-1.48-2.39-.22-.73-.22-1.39-.21-1.85V10a4.5 4.5 0 0 1 1.32-3.2h.01l4.93-4.89.12-.12C8.28.89 9.17 0 10.63 0c.9 0 2.06.36 2.95 1.25.9.9 1.27 2.06 1.27 2.96 0 1.46-1 2.45-1.92 3.38l-.58.56c-.34.35-.81.81-1.3 1.29-.98.97-2.04 2.02-2.37 2.34-1.11 1.11-2.68.86-3.54 0-.89-.89-1.07-2.44.02-3.52.32-.33.76-.76 1.19-1.19l.02-.02c.42-.42.84-.83 1.14-1.12a.987.987 0 0 1 1.41 0c.39.39.39 1.02 0 1.41-.3.3-.72.71-1.14 1.13l-.02.02c-.43.43-.87.86-1.19 1.18-.13.14-.17.26-.16.36 0 .12.05.24.14.33.1.09.23.15.36.16.11 0 .23-.03.36-.15.33-.33 1.39-1.39 2.37-2.35.49-.49.96-.95 1.31-1.29l.57-.56c1.11-1.11 1.33-1.41 1.33-1.96 0-.41-.19-1.05-.68-1.54S11.05 2 10.63 2" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const AttachmentStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "AttachmentStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, d: "M17 4.39c0-.64-.24-1.24-.7-1.7-.45-.44-1.06-.69-1.69-.69-.64 0-1.23.24-1.69.69l-8.81 8.82C3.39 12.23 3 13.18 3 14.2c0 1.01.39 1.97 1.11 2.68a3.769 3.769 0 0 0 5.36 0l6.91-6.91a.996.996 0 1 1 1.41 1.41l-6.91 6.91A5.76 5.76 0 0 1 6.79 20c-1.55 0-3.01-.62-4.1-1.71a5.805 5.805 0 0 1 0-8.19l8.81-8.82C12.34.44 13.44 0 14.61 0A4.39 4.39 0 0 1 19 4.39a4.4 4.4 0 0 1-1.29 3.1l-.3.3c-.19.19-.46.47-.79.8l-2.47 2.47-4.14 4.14c-1.09 1.09-3.02 1.37-4.28.14-.9-.9-1.49-2.88 0-4.36.49-.49 1.5-1.51 2.5-2.51.99-1 1.97-1.99 2.39-2.4.39-.4 1.02-.39 1.42 0 .39.39.39 1.02 0 1.41-.42.41-1.4 1.4-2.39 2.4l-2.51 2.51c-.27.27-.34.55-.32.82.03.28.17.55.31.7.33.32 1 .34 1.46-.12l4.15-4.15c.91-.91 1.8-1.8 2.46-2.47.33-.33.61-.6.8-.79.09-.1.17-.17.22-.22.44-.45.78-1.14.78-1.77" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const AttachmentStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "AttachmentStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14.92 4.69c.46-.46 1.05-.69 1.69-.69.63 0 1.24.25 1.69.69.46.46.7 1.06.7 1.7 0 .63-.26 1.24-.7 1.69l-7.71 7.71c-.46.46-1.12.44-1.45.12-.15-.15-.29-.41-.32-.7-.02-.26.05-.55.32-.82l2.51-2.51.12-.13 2.27-2.27a.996.996 0 0 0 0-1.41.99.99 0 0 0-1.42 0c-.4.4-1.31 1.32-2.27 2.27l-.12.13c-1 1-2.01 2.02-2.5 2.51-1.49 1.48-.91 3.45 0 4.35v.01c1.26 1.23 3.19.95 4.28-.14l7.7-7.71A4.4 4.4 0 0 0 21 6.39 4.39 4.39 0 0 0 16.61 2c-1.16 0-2.27.44-3.11 1.28L4.69 12.1a5.805 5.805 0 0 0 0 8.19A5.78 5.78 0 0 0 8.79 22c1.54 0 3.01-.62 4.09-1.71l6.91-6.91a.996.996 0 1 0-1.41-1.41l-6.91 6.91a3.77 3.77 0 0 1-5.36 0A3.74 3.74 0 0 1 5 16.2c0-1.02.39-1.97 1.11-2.69z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const AttachmentStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "AttachmentStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m11.31 18.15 4.28-4.45a1 1 0 0 0-.03-1.42.996.996 0 0 0-1.41.03l-4.29 4.46c-.11.12-.23.27-.35.45-.25.35-.43.72-.55 1.1-.13.41-.19.82-.17 1.23.01.15.03.3.06.46.01.07.03.14.05.22.15.59.47 1.14.96 1.64.51.53 1.07.88 1.67 1.04l.15.03c.17.04.33.06.5.07q.585.015 1.17-.18a4 4 0 0 0 1.51-.94l8.59-8.93c.15-.17.32-.38.5-.64.35-.52.62-1.05.8-1.61.2-.61.27-1.22.24-1.82-.02-.19-.04-.39-.08-.58-.01-.07-.02-.13-.04-.2-.21-.89-.69-1.72-1.42-2.49-.77-.8-1.61-1.3-2.51-1.51l-.11-.03c-.21-.04-.42-.07-.64-.08-.57-.03-1.14.06-1.72.26-.54.19-1.07.46-1.56.84-.26.18-.46.36-.62.52l-10 10.41c-.06.06-.13.14-.22.25q-.255.285-.48.63-.765 1.065-1.17 2.22c-.36 1.01-.49 1.99-.39 2.95l.03.28c.03.21.08.42.13.63q.42 1.605 1.74 2.97c.93.97 1.94 1.59 3.04 1.87.15.03.3.07.46.09.13.02.26.04.39.05.9.09 1.82-.05 2.77-.42.74-.28 1.45-.69 2.15-1.22.21-.16.42-.33.61-.51.1-.09.18-.17.24-.23l7.14-7.43a.99.99 0 0 0-.03-1.42.996.996 0 0 0-1.41.03l-7.14 7.44c-.03.03-.08.07-.15.14q-.225.195-.48.39c-.54.41-1.09.73-1.65.95-.74.28-1.45.37-2.12.26-.84-.14-1.63-.6-2.38-1.37-.71-.75-1.15-1.54-1.31-2.39-.14-.75-.06-1.55.24-2.39.21-.59.52-1.17.92-1.74.12-.18.25-.34.38-.49.06-.07.1-.12.13-.15l10-10.41c.09-.08.26-.23.37-.31.33-.25.67-.43 1.02-.55.41-.14.8-.19 1.18-.13.04.01.08.01.12.02.55.11 1.07.44 1.58.97.52.54.84 1.1.95 1.68.01.03.01.07.02.11.06.42.02.85-.13 1.3-.11.37-.3.73-.54 1.09-.07.11-.15.21-.23.3l-8.64 9c-.04.04-.1.09-.19.16-.18.13-.36.22-.54.29-.21.07-.42.09-.61.05-.26-.06-.52-.23-.79-.5-.27-.28-.43-.57-.49-.86-.04-.22-.02-.45.05-.7.07-.2.16-.39.3-.58.04-.06.11-.15.15-.2" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const BackspaceStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "BackspaceStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M11.5 6c-1.86 0-3.62.86-4.76 2.33l-4.97 6.44c-.55.72-.55 1.73 0 2.45l4.97 6.44A6.04 6.04 0 0 0 11.5 26H25c2.76 0 5-2.24 5-5V11c0-2.77-2.24-5-5-5zM8.33 9.55C9.09 8.57 10.26 8 11.5 8H25c1.65 0 3 1.34 3 3v10c0 1.65-1.35 3-3 3H11.5c-1.24 0-2.41-.58-3.17-1.56L3.36 16zm5.87 1.74a.996.996 0 1 0-1.41 1.41l3.29 3.3-3.29 3.29a.996.996 0 1 0 1.41 1.41l3.3-3.29 3.29 3.29a.996.996 0 1 0 1.41-1.41L18.91 16l3.29-3.3a.996.996 0 1 0-1.41-1.41l-3.29 3.29z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretdownStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretdownStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.75 5.33c.36-.41 1-.45 1.41-.08L8 8.66l3.83-3.41a.997.997 0 0 1 1.41.08c.37.41.33 1.05-.08 1.41l-4.5 4c-.38.34-.95.34-1.33 0l-4.5-4c-.41-.36-.45-1-.08-1.41" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretdownStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretdownStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M4.75 7.33c.36-.41 1-.45 1.41-.08L10 10.66l3.83-3.41a.997.997 0 0 1 1.41.08c.37.41.33 1.05-.08 1.41l-4.5 4c-.38.34-.95.34-1.33 0l-4.5-4c-.41-.36-.45-1-.08-1.41" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretdownStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretdownStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.17 8.76a.99.99 0 0 0-1.41.06.98.98 0 0 0 .07 1.41l5.49 4.96c.23.2.45.31.68.31.22 0 .44-.11.67-.31l5.49-4.96a.98.98 0 0 0 .07-1.41c-.38-.41-1-.44-1.41-.06L12 13.11z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretleftStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretleftStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.23 7.17a.99.99 0 0 0-.06-1.41.98.98 0 0 0-1.41.07L8.8 11.32c-.2.23-.3.45-.3.68 0 .22.1.44.3.67l4.96 5.49c.38.42.99.45 1.41.07.41-.38.44-1 .06-1.41L10.88 12z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretleftStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "CaretleftStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M19.77 5.81c.38-.41 1-.43 1.41-.04.41.38.42 1.01.04 1.41L12.87 16l8.35 8.81c.38.4.37 1.03-.04 1.41a.98.98 0 0 1-1.41-.04l-9-9.5a.93.93 0 0 1-.28-.68c0-.27.09-.5.28-.69z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretrightStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretrightStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M8.76 7.17a.99.99 0 0 1 .06-1.41.98.98 0 0 1 1.41.07l4.96 5.49c.2.23.31.45.31.68 0 .22-.11.44-.31.67l-4.96 5.49a.98.98 0 0 1-1.41.07c-.41-.38-.44-1-.06-1.41L13.11 12z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretrightStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "CaretrightStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.22 5.81a.98.98 0 0 0-1.41-.04.98.98 0 0 0-.04 1.41L19.12 16l-8.35 8.81c-.39.4-.37 1.03.04 1.41.4.39 1.03.37 1.41-.04l9-9.5a.976.976 0 0 0 0-1.37z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretupStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CaretupStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.75 10.66c.36.41 1 .45 1.41.08L8 7.33l3.83 3.41c.41.37 1.05.33 1.41-.08a.997.997 0 0 0-.08-1.41l-4.5-4a.995.995 0 0 0-1.33 0l-4.5 4c-.41.36-.45 1-.08 1.41" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretupStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CaretupStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M15.24 12.66c-.36.41-1 .45-1.41.08L10 9.33l-3.84 3.41a.997.997 0 0 1-1.41-.08.997.997 0 0 1 .08-1.41l4.5-4c.38-.34.95-.34 1.33 0l4.5 4c.41.36.45 1 .08 1.41" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CaretupStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CaretupStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.17 15.23a.99.99 0 0 1-1.41-.06.98.98 0 0 1 .07-1.41l5.49-4.96c.23-.2.45-.3.68-.3.22 0 .44.1.67.3l5.49 4.96c.42.38.45.99.07 1.41-.38.41-1 .44-1.41.06L12 10.88z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ChangeaccountFilledNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ChangeaccountFilledNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14.39 8.46c.07-.31.11-.63.11-.96 0-.34-.04-.66-.11-.97-.06-.27-.14-.53-.25-.79-.11-.25-.25-.51-.4-.74-.16-.24-.35-.47-.56-.69-.22-.21-.45-.41-.71-.57-.22-.15-.47-.28-.72-.39-.26-.11-.52-.19-.79-.25-.31-.07-.63-.1-.96-.1a4.4 4.4 0 0 0-1.76.35c-.25.11-.5.24-.72.39-.26.16-.49.36-.71.57a4.8 4.8 0 0 0-.96 1.43A4.372 4.372 0 0 0 5.5 7.5c0 .33.03.65.1.96.06.27.14.53.25.79.11.25.25.51.4.74.16.24.35.47.56.69.22.21.45.41.71.57.22.15.47.28.72.39.26.11.52.19.79.25.31.07.63.11.97.11.33 0 .65-.04.96-.11.27-.06.53-.14.79-.25.25-.11.5-.24.72-.39.26-.16.49-.36.71-.57a4.8 4.8 0 0 0 .96-1.43c.11-.26.19-.52.25-.79m2.18-4.66a1 1 0 0 0-1.4.25.99.99 0 0 0 .25 1.39c.17.12.32.26.46.41a2.6 2.6 0 0 1 .53.99q.09.315.09.66c0 .22-.03.44-.09.65a2.593 2.593 0 0 1-.53.99c-.14.16-.29.29-.46.41-.46.32-.57.93-.25 1.39a1 1 0 0 0 1.4.25c.3-.21.57-.45.8-.72a4.4 4.4 0 0 0 .98-1.84c.1-.36.15-.74.15-1.13q0-.6-.15-1.14a4.403 4.403 0 0 0-.98-1.84c-.23-.27-.5-.51-.8-.72M3.28 20.89a1.686 1.686 0 0 0 .61.11H16.1c.12 0 .23-.01.34-.04.09-.01.18-.04.27-.07.1-.03.2-.08.3-.13.08-.05.15-.1.22-.16.1-.07.18-.15.26-.24l.15-.21q.09-.15.15-.33c.04-.08.06-.17.08-.26.08-.45.13-.9.13-1.36 0-.51-.06-1.02-.16-1.51-.12-.58-.32-1.14-.58-1.69-.19-.38-.4-.74-.65-1.09-.4-.56-.87-1.06-1.42-1.51-.08-.06-.16-.12-.25-.17s-.2-.1-.31-.14a3 3 0 0 0-.27-.07c-.11-.02-.22-.03-.33-.02q-.165 0-.33.03c-.09.01-.18.04-.27.07-.11.04-.22.09-.32.15-.08.05-.16.1-.24.16-.14.12-.28.23-.44.33-.28.18-.59.33-.92.45-.22.08-.44.14-.66.19-.3.06-.6.09-.92.09q-.435 0-.87-.09a4.49 4.49 0 0 1-2.02-.93c-.08-.06-.16-.12-.25-.17-.1-.05-.2-.1-.31-.14a3 3 0 0 0-.27-.07c-.11-.02-.22-.03-.33-.02q-.165 0-.33.03c-.09.01-.18.04-.27.07-.1.04-.2.08-.29.13s-.18.11-.27.19c-.52.43-.97.92-1.35 1.46-.25.35-.47.72-.66 1.12-.26.55-.45 1.12-.57 1.7-.1.47-.14.96-.14 1.45 0 .45.04.91.12 1.36.02.1.06.21.09.31.04.09.09.19.14.28l.15.21c.08.09.16.17.26.24.07.06.14.11.22.16.1.05.2.1.3.13m14.5-8.35a1 1 0 0 1 1.41-.14q.825.675 1.41 1.5c.25.35.47.71.66 1.1.26.55.46 1.11.58 1.69.1.49.16 1 .16 1.51 0 .45-.05.91-.13 1.36a1 1 0 0 1-1.17.8 1 1 0 0 1-.8-1.17c.06-.33.1-.66.1-.99a5.364 5.364 0 0 0-.54-2.33c-.13-.25-.27-.49-.43-.73-.3-.44-.67-.84-1.11-1.19a1 1 0 0 1-.14-1.41M11 15h3c.56 0 1 .43 1 1 0 .56-.44 1-1 1h-3c-.57 0-1-.44-1-1 0-.57.43-1 1-1" }));
|
|
8
8
|
});
|
package/ChatFilledNavIcon24.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ChatFilledNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ChatFilledNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5 4c-1.11 0-2 .89-2 2v14.06c0 .81.91 1.29 1.57.82l3.16-2.24c.68-.48 1.49-.74 2.32-.74H20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm10.33 7.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.68 1.5-1.5 0-.83-.68-1.5-1.5-1.5-.83 0-1.5.67-1.5 1.5M12.16 13c-.83 0-1.5-.68-1.5-1.5 0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5c0 .82-.67 1.5-1.5 1.5M6 11.5c0 .82.67 1.5 1.5 1.5.82 0 1.5-.68 1.5-1.5 0-.83-.68-1.5-1.5-1.5-.83 0-1.5.67-1.5 1.5" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CheckboxbulkStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CheckboxbulkStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7 11h10c.56 0 1 .44 1 1s-.44 1-1 1H7c-.57 0-1-.44-1-1s.43-1 1-1" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CheckboxtickStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CheckboxtickStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m17.73 9.67-5.5 6c-.23.24-.5.39-.73.39-.24 0-.48-.12-.71-.36l-3.5-3.5a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0l2.76 2.76 4.8-5.23c.38-.41 1-.44 1.41-.06s.44 1 .06 1.41" }));
|
|
8
8
|
});
|
package/CreateFilledNavIcon24.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CreateFilledNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CreateFilledNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2 11.99C2 6.48 6.48 2 12 2c5.51 0 10 4.48 10 9.99C22 17.51 17.51 22 12 22 6.48 22 2 17.51 2 11.99M12 6c.55 0 1 .44 1 1v4h4c.55 0 1 .44 1 1 0 .55-.45 1-1 1h-4v4c0 .55-.45 1-1 1-.56 0-1-.45-1-1v-4H7c-.56 0-1-.45-1-1 0-.56.44-1 1-1h4V7c0-.56.44-1 1-1" }));
|
|
8
8
|
});
|
package/CrossStrokeSrvIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CrossStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "CrossStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, d: "M11.29 3.29A.996.996 0 1 1 12.7 4.7L9.41 8l3.29 3.29a.996.996 0 1 1-1.41 1.41L8 9.41 4.7 12.7a.996.996 0 1 1-1.41-1.41L6.58 8 3.29 4.7A.996.996 0 1 1 4.7 3.29L8 6.58z" }));
|
|
8
8
|
});
|
package/CrossStrokeSrvIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CrossStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "CrossStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, d: "M13.29 5.29A.996.996 0 1 1 14.7 6.7L11.41 10l3.29 3.29a.996.996 0 1 1-1.41 1.41L10 11.41 6.7 14.7a.996.996 0 1 1-1.41-1.41L8.58 10 5.29 6.7A.996.996 0 1 1 6.7 5.29L10 8.58z" }));
|
|
8
8
|
});
|
package/CrossStrokeSrvIcon24.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CrossStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "CrossStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m11.99 10.58 4.29-4.29c.4-.4 1.02-.4 1.41 0 .4.39.4 1.02 0 1.41l-4.29 4.29 4.29 4.29c.4.4.4 1.02 0 1.41-.39.4-1.01.4-1.41 0l-4.29-4.29-4.29 4.29c-.39.4-1.02.4-1.41 0a.98.98 0 0 1 0-1.41l4.29-4.29L6.29 7.7a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0z" }));
|
|
8
8
|
});
|
package/CrossStrokeSrvIcon32.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const CrossStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "CrossStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("defs", null,
|
|
8
8
|
React.createElement("clipPath", { id: "a_cross32" },
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DefaulticonStrokePrdIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "DefaulticonStrokePrdIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2 9.5C2 5.35 5.35 2 9.5 2c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 9.5 0C4.25 0 0 4.25 0 9.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C4.66 16.25 2 13.18 2 9.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09a1 1 0 0 0 1.08-.91c.03-.29.05-.58.05-.87 0-.38-.03-.75-.07-1.12M14.5 9.82c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08L14.5 18.7l-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DefaulticonStrokePrdIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "DefaulticonStrokePrdIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M4 11.5C4 7.35 7.35 4 11.5 4c1.27 0 2.48.31 3.53.88.48.26 1.09.07 1.35-.41.26-.49.08-1.1-.41-1.36A9.5 9.5 0 0 0 11.5 2C6.25 2 2 6.25 2 11.5c0 4.67 3.37 8.56 7.82 9.35.54.09 1.06-.27 1.16-.81a1 1 0 0 0-.81-1.16C6.66 18.25 4 15.18 4 11.5m15.28-5.12c.34.43.27 1.06-.17 1.4l-7 5.5a.99.99 0 0 1-1.2.03l-3.5-2.5c-.45-.32-.55-.95-.23-1.4s.95-.55 1.4-.23l2.89 2.07 6.41-5.04a.99.99 0 0 1 1.4.17m1.65 4a1.002 1.002 0 1 0-1.99.23c.04.29.06.59.06.89 0 .23-.02.46-.04.69-.05.55.36 1.04.91 1.09s1.03-.36 1.09-.91c.02-.29.04-.58.04-.87 0-.38-.03-.75-.07-1.12m-4.43 1.44c.38 0 .72.22.89.56l1.09 2.21 2.44.35c.38.06.69.32.81.68.11.37.02.76-.26 1.03l-1.76 1.72.42 2.42c.06.38-.09.76-.4.98-.31.23-.72.26-1.06.08L16.5 20.7l-2.18 1.15c-.34.18-.75.15-1.06-.08-.31-.22-.46-.6-.4-.98l.42-2.42-1.76-1.72a1.01 1.01 0 0 1-.26-1.03c.12-.36.43-.62.81-.68l2.44-.35 1.09-2.21a1 1 0 0 1 .9-.56m0 3.26-.43.87c-.15.29-.43.5-.75.54l-.96.14.69.67c.24.23.35.56.29.89l-.16.95.85-.45a.96.96 0 0 1 .93 0l.85.45-.16-.95c-.06-.33.05-.66.29-.89l.69-.67-.96-.14a1 1 0 0 1-.75-.54z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DefaulticonStrokePrdIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DefaulticonStrokePrdIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M6 15C6 9.47 10.47 5 16 5c1.93 0 3.74.54 5.26 1.49.47.3 1.09.15 1.38-.32a.99.99 0 0 0-.32-1.37C20.48 3.65 18.31 3 16 3 9.37 3 4 8.37 4 15c0 6.07 4.51 11.09 10.36 11.88.55.08 1.05-.3 1.13-.85a1.01 1.01 0 0 0-.86-1.13A9.99 9.99 0 0 1 6 15m20.78-7.13c.34.43.27 1.06-.16 1.41l-10 8c-.36.28-.87.29-1.24 0l-4.5-3.5a.998.998 0 0 1 1.23-1.57l3.88 3.01 9.38-7.51c.43-.34 1.06-.27 1.41.16m1.18 6.23c-.04-.55-.52-.97-1.07-.93s-.96.52-.92 1.07c.02.25.03.5.03.76 0 .46-.04.91-.1 1.36-.07.55.31 1.05.86 1.13a.995.995 0 0 0 1.12-.86c.08-.53.12-1.08.12-1.63 0-.31-.02-.61-.04-.9M22 15.5c.38 0 .72.21.89.55l1.53 3.1 3.43.5c.37.06.68.32.8.68s.02.76-.25 1.03l-2.48 2.41.59 3.41c.06.38-.09.75-.4.98-.31.22-.72.25-1.05.07L22 26.62l-3.07 1.61c-.33.18-.74.15-1.05-.07-.31-.23-.46-.6-.4-.98l.59-3.41-2.48-2.41a1.01 1.01 0 0 1-.25-1.03c.12-.36.43-.62.8-.68l3.43-.5 1.53-3.1c.17-.34.51-.55.9-.55m0 3.25-.87 1.76c-.15.3-.43.5-.75.55l-1.94.28 1.4 1.37a1 1 0 0 1 .29.88l-.33 1.93 1.73-.91c.29-.15.64-.15.93 0l1.73.91-.33-1.93a1 1 0 0 1 .29-.88l1.4-1.37-1.94-.28c-.32-.05-.6-.25-.75-.55z" }));
|
|
8
8
|
});
|
package/DeleteStrokeSrvIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DeleteStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "DeleteStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7 1c0-.56.44-1 1-1h4c.55 0 1 .44 1 1 0 .55-.45 1-1 1H8c-.56 0-1-.45-1-1M2 4h16c.56 0 1 .43 1 1 0 .56-.44 1-1 1h-1v11c0 .4-.08.79-.24 1.16-.15.36-.37.68-.64.96a3.1 3.1 0 0 1-1.49.81c-.2.04-.42.07-.63.07H6c-.22 0-.44-.03-.64-.07-.18-.04-.36-.1-.53-.17-.18-.07-.34-.16-.49-.26-.17-.11-.32-.24-.47-.38a3.1 3.1 0 0 1-.81-1.49c-.04-.2-.06-.42-.06-.63V6H2c-.57 0-1-.44-1-1 0-.57.43-1 1-1m3 2v11c0 .08 0 .16.02.24.02.05.03.1.05.14.05.12.13.23.22.32s.2.17.32.22.25.08.39.08h8a1 1 0 0 0 .7-.3c.05-.05.1-.11.14-.17.03-.04.05-.09.08-.15.05-.12.08-.25.08-.38V6zm4 8.5v-5c0-.57-.44-1-1-1-.57 0-1 .43-1 1v5c0 .56.43 1 1 1 .56 0 1-.44 1-1m4-5v5c0 .56-.44 1-1 1-.57 0-1-.44-1-1v-5c0-.57.43-1 1-1 .56 0 1 .43 1 1" }));
|
|
8
8
|
});
|
package/DeleteStrokeSrvIcon24.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DeleteStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "DeleteStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9 3c0-.56.44-1 1-1h4c.55 0 1 .44 1 1 0 .55-.45 1-1 1h-4c-.56 0-1-.45-1-1M4 6h16c.56 0 1 .43 1 1 0 .56-.44 1-1 1h-1v11c0 .4-.08.79-.24 1.16-.15.36-.37.68-.64.96a3.1 3.1 0 0 1-1.49.81c-.2.04-.42.07-.63.07H8c-.22 0-.44-.03-.64-.07-.18-.04-.36-.1-.53-.17-.18-.07-.34-.16-.49-.26-.17-.11-.32-.24-.47-.38a3.1 3.1 0 0 1-.81-1.49c-.04-.2-.06-.42-.06-.63V8H4c-.57 0-1-.44-1-1 0-.57.43-1 1-1m3 2v11c0 .08 0 .16.02.24.02.05.03.1.05.14.05.12.13.23.22.32s.2.17.32.22.25.08.39.08h8a1 1 0 0 0 .7-.3c.05-.05.1-.11.14-.17.03-.04.05-.09.08-.15.05-.12.08-.25.08-.38V8zm4 8.5v-5c0-.57-.44-1-1-1-.57 0-1 .43-1 1v5c0 .56.43 1 1 1 .56 0 1-.44 1-1m4-5v5c0 .56-.44 1-1 1-.57 0-1-.44-1-1v-5c0-.57.43-1 1-1 .56 0 1 .43 1 1" }));
|
|
8
8
|
});
|
package/DeleteStrokeSrvIcon32.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DeleteStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DeleteStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.5 6.5V6c0-.15.01-.29.04-.42.02-.13.06-.25.11-.36q.075-.18.18-.33c.07-.11.16-.21.25-.31.1-.09.2-.18.31-.25q.15-.105.33-.18c.11-.05.23-.09.36-.11.13-.03.27-.04.42-.04h3c.14 0 .28.01.41.04.13.02.25.06.36.11q.18.075.33.18c.11.07.21.16.31.25.09.1.18.2.25.31q.105.15.18.33c.05.11.09.23.11.36.03.13.05.27.05.42v.5c0 .56-.44 1-1 1-.57 0-1-.44-1-1V6h-3v.5c0 .56-.44 1-1 1-.57 0-1-.44-1-1M7 9h18c.56 0 1 .43 1 1 0 .56-.44 1-1 1h-1v13c0 .21-.03.43-.07.63-.04.18-.1.36-.17.53-.07.18-.16.34-.26.49-.11.17-.24.32-.38.47-.28.27-.6.49-.96.64-.37.16-.76.24-1.16.24H11c-.22 0-.44-.03-.64-.07a3.104 3.104 0 0 1-1.49-.81c-.14-.15-.27-.3-.38-.47-.1-.15-.19-.31-.26-.49-.07-.17-.13-.35-.17-.53-.04-.2-.06-.42-.06-.63V11H7c-.57 0-1-.44-1-1 0-.57.43-1 1-1m3 2h12v13q0 .12-.03.24c-.02.05-.03.1-.05.14-.05.12-.13.23-.22.32-.05.05-.11.1-.17.14-.04.03-.09.05-.15.08-.12.05-.25.08-.38.08H11c-.09 0-.17-.01-.25-.03-.05-.02-.1-.03-.14-.05-.12-.05-.23-.13-.32-.22s-.17-.2-.22-.32A1 1 0 0 1 10 24zm5 4v6c0 .56-.44 1-1 1-.57 0-1-.44-1-1v-6c0-.57.43-1 1-1 .56 0 1 .43 1 1m4 6v-6c0-.57-.44-1-1-1-.57 0-1 .43-1 1v6c0 .56.43 1 1 1 .56 0 1-.44 1-1" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotshorizontalStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "DotshorizontalStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M3.5 9.49c-.83 0-1.5-.67-1.5-1.5 0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5m4.5 0c-.83 0-1.5-.67-1.5-1.5 0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5m3-1.5c0 .83.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5 0-.82-.68-1.5-1.5-1.5-.83 0-1.5.68-1.5 1.5" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotshorizontalStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "DotshorizontalStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M5.5 11.49c-.83 0-1.5-.67-1.5-1.5 0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5m4.5 0c-.83 0-1.5-.67-1.5-1.5 0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5m3-1.5c0 .83.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5 0-.82-.68-1.5-1.5-1.5-.83 0-1.5.68-1.5 1.5" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotshorizontalStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "DotshorizontalStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M8 12a2 2 0 1 1-4 0c0-1.11.89-2 2-2a2 2 0 0 1 2 2m6 0a2 2 0 1 1-4 0c0-1.11.89-2 2-2a2 2 0 0 1 2 2m6 0a2 2 0 1 1-4 0c0-1.11.89-2 2-2a2 2 0 0 1 2 2" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotshorizontalStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DotshorizontalStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 16a2 2 0 1 1-4 0c0-1.11.89-2 2-2a2 2 0 0 1 2 2m6 0a2 2 0 1 1-4 0c0-1.11.89-2 2-2a2 2 0 0 1 2 2m6 0a2 2 0 1 1-4 0c0-1.11.89-2 2-2a2 2 0 0 1 2 2" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotsverticalStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "DotsverticalStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M6.5 3.49c0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5-.83 0-1.5-.67-1.5-1.5m0 4.5c0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5-.83 0-1.5-.67-1.5-1.5m1.5 3c-.83 0-1.5.68-1.5 1.5 0 .83.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5 0-.82-.68-1.5-1.5-1.5" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotsverticalStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "DotsverticalStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M8.5 5.49c0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5-.83 0-1.5-.67-1.5-1.5m0 4.5c0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5-.83 0-1.5-.67-1.5-1.5m1.5 3c-.83 0-1.5.68-1.5 1.5 0 .83.67 1.5 1.5 1.5.82 0 1.5-.67 1.5-1.5 0-.82-.68-1.5-1.5-1.5" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotsverticalStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "DotsverticalStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const DotsverticalStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "DotsverticalStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M16 12a2 2 0 1 0 .001-4.001A2 2 0 0 0 16 12m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }));
|
|
8
8
|
});
|
package/ErrorStrokeStsIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ErrorStrokeStsIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "ErrorStrokeStsIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12.99 16 3 15.99c-.54 0-1.04-.13-1.5-.4q-.645-.375-1.05-1.02-.21-.345-.33-.72c-.06-.22-.1-.45-.12-.68a2.907 2.907 0 0 1 .32-1.52l4.99-9.99c.15-.3.34-.57.57-.79.17-.18.37-.33.58-.45C6.93.14 7.44 0 8 0c.29 0 .58.04.86.12.23.07.45.17.67.3.21.12.41.27.58.45.23.22.42.49.57.79l4.99 9.99c.24.49.35 1 .31 1.53-.03.5-.18.96-.44 1.39-.27.43-.62.77-1.05 1.03-.21.11-.42.21-.64.27-.27.08-.56.13-.86.13M3 13.99l9.99.01q.18 0 .34-.06.08-.03.16-.08c.14-.08.26-.19.35-.34a.97.97 0 0 0 .04-.97l-4.99-10a.95.95 0 0 0-.38-.41A1.03 1.03 0 0 0 8 2c-.19 0-.36.05-.52.14s-.29.23-.38.41l-4.99 10c-.08.16-.12.33-.11.5a1 1 0 0 0 .5.81c.15.09.32.13.5.13m4-8v3c0 .56.44 1 1 1s1-.44 1-1v-3c0-.56-.44-1-1-1s-1 .44-1 1M7 12c0-.56.44-1 1-1 .55 0 1 .44 1 1 0 .55-.45 1-1 1-.56 0-1-.45-1-1" }));
|
|
8
8
|
});
|
package/ErrorStrokeStsIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ErrorStrokeStsIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "ErrorStrokeStsIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M1.55 19.64c.43.24.92.36 1.48.36h13.93c.56 0 1.05-.12 1.48-.36.42-.24.78-.59 1.08-1.07.29-.47.45-.95.47-1.44.02-.48-.09-.97-.34-1.47l-6.97-14c-.28-.55-.64-.97-1.09-1.24C11.15.14 10.61 0 10 0c-.62 0-1.16.14-1.61.42-.44.27-.8.69-1.08 1.24l-6.97 14c-.25.5-.36.99-.34 1.47q.03.735.48 1.44c.29.48.65.83 1.07 1.07M16.96 18H3.03c-.19 0-.35-.04-.49-.12a.9.9 0 0 1-.36-.36c-.1-.16-.15-.32-.16-.48s.03-.32.11-.49L9.1 2.56a.94.94 0 0 1 .36-.42c.15-.09.33-.14.54-.14.2 0 .38.05.53.14q.225.135.36.42l6.97 13.99c.08.17.12.33.11.49 0 .16-.06.32-.15.48q-.15.24-.36.36c-.15.08-.31.12-.5.12M9 6.99c0-.56.44-1 1-1s1 .44 1 1V12c0 .56-.44 1-1 1s-1-.44-1-1zM10 16c.55 0 1-.45 1-1 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 .55.44 1 1 1" }));
|
|
8
8
|
});
|
package/FaceidStrokeSrvIcon32.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const FaceidStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "FaceidStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M9 6C7.34 6 6 7.34 6 9v3c0 .55-.45 1-1 1-.56 0-1-.45-1-1V9c0-2.77 2.23-5 5-5h3c.55 0 1 .44 1 1 0 .55-.45 1-1 1zm10-1c0-.56.44-1 1-1h3c2.76 0 5 2.23 5 5v3c0 .55-.45 1-1 1-.56 0-1-.45-1-1V9c0-1.66-1.35-3-3-3h-3c-.56 0-1-.45-1-1m-2.5 5c.55 0 1 .44 1 1v3.5c0 1.47-.65 3.13-2.45 4.33-.46.3-1.08.18-1.39-.28-.11-.17-.16-.36-.16-.55 0-.33.15-.64.44-.84 1.2-.8 1.56-1.81 1.56-2.66V11c0-.56.44-1 1-1m-3.87 2v2.55c0 .55-.45 1-1 1s-1-.45-1-1V12c0-.56.45-1 1-1s1 .44 1 1m8-1c.55 0 1 .44 1 1v2.55c0 .55-.45 1-1 1s-1-.45-1-1V12c0-.56.45-1 1-1M5 19c.55 0 1 .44 1 1v3c0 1.65 1.34 3 3 3h3c.55 0 1 .44 1 1 0 .55-.45 1-1 1H9c-2.77 0-5-2.24-5-5v-3c0-.56.44-1 1-1m22 0c.55 0 1 .44 1 1v3c0 2.76-2.24 5-5 5h-3c-.56 0-1-.45-1-1 0-.56.44-1 1-1h3c1.65 0 3-1.35 3-3v-3c0-.56.44-1 1-1m-15.31 1.33c.33-.45.96-.54 1.4-.21.85.63 1.65.87 2.91.87 1.28 0 2.04-.23 2.89-.87.44-.33 1.07-.24 1.4.2.14.18.21.39.21.6 0 .3-.14.6-.4.8-1.26.95-2.48 1.27-4.1 1.27s-2.85-.34-4.1-1.27a.96.96 0 0 1-.4-.8c0-.21.06-.42.19-.59" }));
|
|
8
8
|
});
|
package/HintFilledSrvIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const HintFilledSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "HintFilledSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M1 8c0 3.86 3.13 7 7 7 1.85 0 3.63-.74 4.94-2.06A6.96 6.96 0 0 0 15 8c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7m7-4.38c-.94 0-1.81.5-2.28 1.31-.17.27-.18.62-.03.9.16.28.46.45.78.45.32-.01.61-.19.76-.47.16-.27.45-.44.77-.44.48 0 .87.39.87.88 0 .48-.39.87-.87.87-.49 0-.88.39-.88.88v.87c0 .48.39.88.88.88.48 0 .87-.4.87-.88v-.16a2.62 2.62 0 0 0 1.69-2.91A2.616 2.616 0 0 0 8 3.62m0 8.75c.48 0 .87-.39.87-.87a.88.88 0 0 0-.87-.88c-.49 0-.88.4-.88.88s.39.87.88.87" }));
|
|
8
8
|
});
|
package/HomeFilledNavIcon24.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const HomeFilledNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "HomeFilledNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M10.77 2.68c.72-.56 1.73-.56 2.45 0l8.39 6.53a.998.998 0 0 1-1.23 1.57l-.38-.3V20c0 1.1-.9 2-2 2H6a2 2 0 0 1-2-2v-9.52l-.39.3a.998.998 0 0 1-1.23-1.57zM13 13h-2c-.56 0-1 .44-1 1v2c0 .55.44 1 1 1h2c.55 0 1-.45 1-1v-2c0-.56-.45-1-1-1" }));
|
|
8
8
|
});
|
package/InfoStrokeStsIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const InfoStrokeStsIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "InfoStrokeStsIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M4.14 15.7c-.46-.15-.88-.34-1.28-.59q-.6-.36-1.11-.87a5.8 5.8 0 0 1-.87-1.11c-.25-.4-.44-.82-.59-1.28-.14-.43-.23-.97-.26-1.61-.02-.27-.03-.6-.03-1V6.75c0-.4.01-.73.03-1 .03-.64.12-1.18.26-1.61.15-.46.34-.88.59-1.28q.36-.6.87-1.11T2.86.88c.4-.25.82-.44 1.28-.59.43-.14.97-.23 1.61-.26.27-.02.6-.03 1-.03h2.49c.4 0 .73.01 1 .03.64.03 1.18.12 1.61.26.46.15.88.34 1.28.59q.6.36 1.11.87t.87 1.11c.25.4.44.82.59 1.28.14.43.23.97.26 1.61.02.27.03.6.03 1 0 .25.01.66.01 1.25 0 .58-.01.99-.01 1.24 0 .4-.01.73-.03 1-.03.64-.12 1.18-.26 1.61-.15.46-.34.88-.59 1.28q-.36.6-.87 1.11t-1.11.87c-.4.25-.82.44-1.28.59-.43.14-.97.23-1.61.26-.27.02-.6.03-1 .03-.24 0-.66.01-1.24.01-.59 0-1-.01-1.25-.01-.4 0-.73-.01-1-.03-.64-.03-1.18-.12-1.61-.26m.62-1.9c.26.08.63.14 1.1.17.36.02 1.07.03 2.14.03q1.59 0 2.13-.03c.47-.03.84-.09 1.1-.17.31-.1.59-.23.86-.39.26-.17.51-.36.73-.59.23-.22.43-.47.59-.73.16-.27.29-.55.39-.86.08-.26.14-.63.17-1.1Q14 9.59 14 8c0-1.07-.01-1.78-.03-2.14-.03-.47-.09-.84-.17-1.1-.1-.31-.23-.59-.39-.86-.16-.26-.36-.51-.59-.73-.22-.23-.47-.42-.73-.59a4.2 4.2 0 0 0-.86-.39c-.26-.08-.63-.14-1.1-.17C9.77 2 9.06 2 8 2c-1.07 0-1.78 0-2.14.02-.47.03-.84.09-1.1.17-.31.1-.59.23-.86.39-.26.17-.51.36-.73.59-.23.22-.42.47-.59.73-.16.27-.29.55-.39.86-.08.26-.14.63-.17 1.1C2 6.22 2 6.93 2 8c0 1.06 0 1.77.02 2.13.03.47.09.84.17 1.1.1.31.23.59.39.86.17.26.36.51.59.73.22.23.47.42.73.59.27.16.55.29.86.39M8 4c-.56 0-1 .44-1 1 0 .55.44 1 1 1 .55 0 1-.45 1-1 0-.56-.45-1-1-1M6 8c0-.56.43-1 1-1h1c.56 0 1 .44 1 1v3c0 .56-.44 1-1 1-.57 0-1-.44-1-1V9c-.57 0-1-.44-1-1" }));
|
|
8
8
|
});
|
package/InfoStrokeStsIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const InfoStrokeStsIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "InfoStrokeStsIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M4.32 19.46c-.43-.18-.84-.39-1.21-.64a7.5 7.5 0 0 1-1.07-.88 8 8 0 0 1-.87-1.05 7.4 7.4 0 0 1-.64-1.22c-.14-.33-.25-.69-.32-1.09-.07-.35-.12-.76-.16-1.23-.02-.4-.04-.89-.05-1.49V8.13c.01-.6.03-1.09.05-1.49.04-.47.09-.88.16-1.23.07-.4.18-.76.32-1.09.17-.43.39-.84.64-1.21.26-.38.55-.74.87-1.06.33-.33.69-.62 1.07-.88.37-.25.78-.46 1.21-.64.33-.14.69-.25 1.09-.32.35-.07.76-.12 1.23-.16.4-.02.89-.04 1.49-.05h3.73c.6.01 1.09.03 1.49.05.47.04.88.09 1.23.16.4.07.76.18 1.09.32.43.18.84.39 1.21.64.38.26.74.55 1.07.88.32.32.61.68.87 1.05.25.38.47.79.64 1.22.14.33.25.69.32 1.09.07.35.12.76.16 1.23.02.4.04.89.05 1.49 0 .37.01.99.01 1.87 0 .87-.01 1.49-.01 1.86-.01.6-.03 1.09-.05 1.49-.04.47-.09.88-.16 1.23-.07.4-.18.76-.32 1.09-.18.43-.39.84-.64 1.21-.26.38-.55.74-.87 1.06-.33.33-.69.62-1.07.88-.37.25-.78.46-1.21.64-.33.14-.69.25-1.09.32-.35.07-.76.12-1.23.16-.4.02-.89.04-1.49.05-.36 0-.99.01-1.86.01-.88 0-1.5-.01-1.87-.01-.6-.01-1.09-.03-1.49-.05-.47-.04-.88-.09-1.23-.16-.4-.07-.76-.18-1.09-.32m.76-1.85c.21.09.45.16.71.21q.405.075.99.12c.36.02.82.04 1.38.05.35 0 .97.01 1.84.01.86 0 1.48-.01 1.83-.01.56-.01 1.02-.03 1.38-.05q.585-.045.99-.12c.26-.05.5-.12.71-.21.3-.12.59-.28.86-.46s.53-.39.76-.62.44-.49.62-.76.34-.56.46-.86c.09-.21.16-.45.21-.71q.075-.405.12-.99c.02-.36.04-.82.05-1.38 0-.35.01-.97.01-1.83 0-.87-.01-1.49-.01-1.84-.01-.56-.03-1.02-.05-1.38q-.045-.585-.12-.99c-.05-.26-.12-.5-.21-.71-.12-.3-.28-.59-.46-.86a5 5 0 0 0-.62-.76 5 5 0 0 0-.76-.62 4.7 4.7 0 0 0-.86-.46c-.21-.09-.45-.16-.71-.21q-.405-.075-.99-.12c-.36-.02-.82-.04-1.38-.05H8.16c-.56.01-1.02.03-1.38.05q-.585.045-.99.12c-.26.05-.5.12-.71.21-.3.12-.59.28-.86.46s-.53.39-.76.62-.44.49-.62.76-.34.56-.46.86c-.09.21-.16.45-.21.71q-.075.405-.12.99c-.02.36-.04.82-.05 1.38v3.67c.01.56.03 1.02.05 1.38q.045.585.12.99c.05.26.12.5.21.71.12.3.28.59.46.86s.39.53.62.76c.23.24.49.44.76.62s.56.34.86.46M10 5c-.56 0-1 .44-1 1 0 .55.44 1 1 1 .55 0 1-.45 1-1 0-.56-.45-1-1-1M8 9c0-.57.44-1 1-1h1c.55 0 1 .43 1 1v5c0 .56-.45 1-1 1-.56 0-1-.44-1-1v-4c-.56 0-1-.44-1-1" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const MarketplaceFilledNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "MarketplaceFilledNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M20.98 7.5H7.05L6 3.76a1 1 0 0 0-.53-.67L3.46 2.1c-.5-.25-1.11-.04-1.36.45a.997.997 0 0 0 .46 1.34l1.58.79 3.01 10.84c.24.87 1.04 1.47 1.95 1.47h9.46c.96 0 1.79-.66 1.98-1.58l1.43-6.71c.14-.62-.34-1.2-.99-1.2M8.07 20c0 1.1.9 2 2.02 2s2.02-.9 2.02-2c0-1.11-.9-2.01-2.02-2.01s-2.02.9-2.02 2.01m9.1 2c-1.12 0-2.02-.9-2.02-2.01 0-1.1.9-2 2.02-2s2.03.9 2.03 2c0 1.11-.91 2.01-2.03 2.01" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const PaymentsFilledNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "PaymentsFilledNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M6.66 3h7.59L20 8.32v9.97c0 1.5-1.2 2.71-2.67 2.71H6.66C5.19 21 4 19.79 4 18.29V5.7C4 4.2 5.19 3 6.66 3M8 13c0-.56.44-1 1-1h6c.55 0 1 .44 1 1 0 .55-.45 1-1 1H9c-.56 0-1-.45-1-1m1 3c-.56 0-1 .44-1 1 0 .55.44 1 1 1h6c.55 0 1-.45 1-1 0-.56-.45-1-1-1z" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ProfileStrokeNavIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "ProfileStrokeNavIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M12 2.5c-5.25 0-9.5 4.25-9.5 9.5 0 5.24 4.25 9.5 9.5 9.5 5.24 0 9.5-4.26 9.5-9.5 0-5.25-4.26-9.5-9.5-9.5M4.43 12c0-4.18 3.39-7.57 7.57-7.57 4.17 0 7.56 3.39 7.56 7.57 0 1.73-.59 3.33-1.57 4.61-.37-.7-.9-1.31-1.58-1.88-.62-.51-1.45-.46-2.01-.07-.84.58-1.64.99-2.4.99-.77 0-1.57-.41-2.41-.99-.56-.39-1.39-.44-2.01.07-.68.57-1.21 1.18-1.58 1.88A7.57 7.57 0 0 1 4.43 12M12 6.76c-2.11 0-3.82 1.71-3.82 3.81 0 2.11 1.71 3.81 3.82 3.81a3.809 3.809 0 1 0 0-7.62m-1.88 3.81a1.876 1.876 0 1 1 3.751.011 1.876 1.876 0 0 1-3.751-.011m-2.5 7.12c.21-.44.53-.88 1.03-1.33.87.59 2.03 1.22 3.35 1.22 1.31 0 2.47-.63 3.34-1.22.5.45.82.89 1.03 1.33.06.12.1.24.15.37a7.57 7.57 0 0 1-9.05 0c.05-.13.09-.25.15-.37" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ProfileStrokeNavIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "ProfileStrokeNavIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M29 16c0 7.17-5.83 13-13 13-7.18 0-13-5.83-13-13C3 8.82 8.82 3 16 3c7.17 0 13 5.82 13 13m-4.64 7.14c-.02-.03-.05-.08-.07-.12-.5-1.08-1.27-2.02-2.32-2.9-.72-.61-1.71-.56-2.39-.08-1.19.83-2.39 1.45-3.58 1.45-1.2 0-2.4-.62-3.59-1.45-.68-.48-1.67-.53-2.39.08-1.05.88-1.82 1.82-2.32 2.9-.02.04-.04.09-.06.13A10.93 10.93 0 0 1 5 16C5 9.92 9.92 5 16 5c6.07 0 11 4.92 11 11 0 2.72-1 5.22-2.64 7.14M16 9c-2.77 0-5 2.23-5 5 0 2.76 2.23 5 5 5 2.76 0 5-2.24 5-5 0-2.77-2.24-5-5-5m-3 5c0-1.66 1.34-3 3-3 1.65 0 3 1.34 3 3 0 1.65-1.35 3-3 3-1.66 0-3-1.35-3-3m9.77 10.66a10.97 10.97 0 0 1-13.55 0c.02-.07.04-.14.06-.2.06-.21.14-.41.23-.6.35-.75.9-1.46 1.76-2.18 1.24.86 2.88 1.81 4.73 1.81 1.84 0 3.48-.95 4.72-1.81.86.72 1.41 1.43 1.76 2.18.08.18.16.37.22.56.03.08.05.16.07.24" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const ProfileStrokeNavIcon48 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "48", height: "48", fill: "none", viewBox: "0 0 48 48", name: "ProfileStrokeNavIcon48", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M48 24c0 13.25-10.75 24-24 24C10.74 48 0 37.25 0 24 0 10.74 10.74 0 24 0c13.25 0 24 10.74 24 24m-3.62-8.45C45.46 18.14 46 20.96 46 24c0 3.03-.54 5.85-1.62 8.44-1.04 2.52-2.59 4.83-4.65 6.94-.08-.39-.17-.77-.28-1.15-.27-.98-.65-1.93-1.13-2.84a14.777 14.777 0 0 0-1.69-2.56c-.67-.81-1.41-1.55-2.23-2.22-.11-.09-.23-.17-.35-.25-.16-.08-.32-.16-.49-.22-.3-.1-.6-.15-.92-.14-.31 0-.62.05-.91.15-.31.11-.58.27-.83.48q-.54.435-1.11.81-1.005.645-2.16 1.05c-.53.19-1.06.34-1.61.45-.7.14-1.42.2-2.15.2-.71 0-1.39-.06-2.07-.19-.55-.1-1.1-.25-1.63-.43-.78-.28-1.5-.62-2.18-1.05-.36-.23-.72-.48-1.06-.76a2.7 2.7 0 0 0-.83-.46c-.14-.04-.27-.08-.41-.1-.17-.03-.34-.05-.51-.05-.31 0-.62.06-.91.16q-.24.09-.45.21c-.14.08-.26.17-.39.27-.62.51-1.19 1.07-1.71 1.67q-.255.285-.48.57a15.2 15.2 0 0 0-2.47 4.5c-.1.31-.2.62-.28.94-.09.32-.16.64-.23.96-2.06-2.11-3.61-4.42-4.65-6.94C2.53 29.85 2 27.03 2 24c0-3.04.53-5.86 1.61-8.45q1.605-3.885 4.83-7.11t7.11-4.83C18.14 2.53 20.96 2 24 2c3.03 0 5.85.53 8.44 1.61q3.885 1.605 7.11 4.83t4.83 7.11M10.05 41.02c1.7 1.43 3.54 2.55 5.5 3.36C18.14 45.46 20.96 46 24 46c3.03 0 5.85-.54 8.44-1.62 1.96-.81 3.8-1.93 5.5-3.36-.07-.76-.2-1.51-.41-2.25-.24-.85-.57-1.66-.98-2.45s-.9-1.53-1.47-2.23c-.1-.12-.2-.23-.3-.35-.5-.57-1.05-1.1-1.64-1.58a.7.7 0 0 0-.48-.16c-.19 0-.35.05-.48.16-.44.38-.91.71-1.4 1.02-.77.48-1.6.88-2.48 1.2-.63.22-1.28.4-1.93.53-.82.16-1.66.23-2.5.23-.82 0-1.62-.07-2.41-.21-.66-.13-1.31-.3-1.96-.53-.9-.32-1.76-.72-2.55-1.22-.44-.28-.87-.58-1.27-.91a.745.745 0 0 0-.49-.17c-.18 0-.34.06-.47.17-.57.48-1.09.99-1.57 1.54-.12.14-.23.28-.35.42-.42.52-.79 1.08-1.12 1.66-.11.19-.22.38-.32.58-.28.56-.52 1.13-.72 1.72-.08.25-.15.5-.22.75-.14.51-.24 1.03-.31 1.55-.03.18-.05.36-.06.53m22.73-19.07c.14-.63.22-1.29.22-1.95 0-.67-.08-1.33-.22-1.96-.11-.53-.28-1.04-.49-1.55a9 9 0 0 0-4.79-4.79A9.03 9.03 0 0 0 24 11a9.1 9.1 0 0 0-3.51.7 9 9 0 0 0-4.79 4.79A9.054 9.054 0 0 0 15 20a9 9 0 0 0 .7 3.5c.22.51.48.99.77 1.44.34.51.72.98 1.16 1.42s.91.82 1.42 1.16c.45.29.93.55 1.44.77.51.21 1.02.38 1.55.49.63.14 1.29.22 1.96.22.66 0 1.32-.08 1.95-.22.53-.11 1.04-.28 1.55-.49a9 9 0 0 0 4.79-4.79c.21-.51.38-1.02.49-1.55m-1.96-3.52c.12.51.18 1.03.18 1.57q0 .795-.18 1.56a7 7 0 0 1-.37 1.16c-.17.39-.37.76-.59 1.11-.27.4-.57.77-.92 1.11-.64.65-1.38 1.15-2.22 1.51a7 7 0 0 1-1.16.37Q24.795 27 24 27c-.54 0-1.06-.06-1.57-.18a7 7 0 0 1-1.16-.37c-.84-.36-1.58-.86-2.22-1.51-.35-.34-.65-.71-.92-1.11-.22-.35-.42-.72-.59-1.11a7 7 0 0 1-.37-1.16A6.8 6.8 0 0 1 17 20c0-.54.05-1.06.17-1.57.09-.39.21-.78.37-1.16.17-.39.37-.76.59-1.11.27-.4.57-.77.92-1.11.34-.35.71-.65 1.11-.92.35-.22.72-.42 1.11-.59a7 7 0 0 1 1.16-.37c.51-.12 1.03-.17 1.57-.17.53 0 1.05.05 1.56.17.39.09.78.21 1.16.37.39.17.76.37 1.11.59.4.27.77.57 1.11.92.65.64 1.15 1.38 1.51 2.22.16.38.28.77.37 1.16" }));
|
|
8
8
|
});
|
package/RubStrokeStsIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const RubStrokeStsIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "RubStrokeStsIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M13 0c.51 0 1.02.05 1.51.16.41.09.82.22 1.21.39.4.16.77.36 1.13.6a7.07 7.07 0 0 1 1.99 1.99c.24.36.44.73.6 1.13.17.39.3.8.39 1.21.11.49.17 1 .17 1.52v6c0 .51-.06 1.02-.17 1.51-.09.41-.22.82-.39 1.21-.16.4-.36.77-.6 1.13a7.1 7.1 0 0 1-1.99 1.99c-.36.24-.73.44-1.13.6-.39.17-.8.3-1.21.39-.49.11-1 .17-1.51.17H7c-.52 0-1.03-.06-1.52-.17-.41-.09-.82-.22-1.21-.39-.4-.16-.77-.36-1.13-.6a7.07 7.07 0 0 1-1.99-1.99c-.24-.36-.44-.73-.6-1.13-.17-.39-.3-.8-.39-1.21-.11-.49-.16-1-.16-1.51V7c0-.52.05-1.03.16-1.52.09-.41.22-.82.39-1.21.16-.4.36-.77.6-1.13a7.1 7.1 0 0 1 1.99-1.99c.36-.24.73-.44 1.13-.6.39-.17.8-.3 1.21-.39C5.97.05 6.48 0 7 0zm0 2H7c-.39 0-.76.04-1.13.12-.28.06-.55.15-.82.27-.28.11-.54.25-.79.42-.28.18-.55.4-.8.65s-.47.51-.65.8c-.17.25-.31.51-.42.79-.12.27-.21.54-.27.82C2.04 6.24 2 6.61 2 7v6c0 .38.04.75.12 1.12.06.28.15.55.27.82.11.28.25.54.42.79.18.29.4.55.65.8s.51.47.8.65c.25.17.51.31.79.42.27.12.54.21.82.27.37.08.74.13 1.13.13h6c.38 0 .75-.05 1.12-.13.28-.06.55-.15.82-.27.28-.11.54-.25.79-.42.29-.18.55-.4.8-.65s.47-.51.65-.8c.17-.25.31-.51.42-.79.12-.27.21-.54.27-.82.08-.37.13-.74.13-1.12V7c0-.39-.05-.76-.13-1.13-.06-.28-.15-.55-.27-.82-.11-.28-.25-.54-.42-.79-.18-.29-.4-.55-.65-.8s-.51-.47-.8-.65c-.25-.17-.51-.31-.79-.42-.27-.12-.54-.21-.82-.27C13.75 2.04 13.38 2 13 2M8.61 5h2.72c1.16 0 2.02.4 2.56 1.09.5.65.61 1.4.61 1.91v.13c0 .57-.18 1.3-.71 1.89-.55.62-1.38.98-2.46.98H9.5v1h.88c.55 0 1 .44 1 1 0 .55-.45 1-1 1H9.5v1c0 .55-.45 1-1 1-.56 0-1-.45-1-1v-1h-1c-.56 0-1-.45-1-1 0-.56.44-1 1-1h1v-1h-1c-.56 0-1-.45-1-1 0-.56.44-1 1-1h1V6c0-.56.44-1 1-1zm.89 2v2h1.83c.62 0 .86-.19.97-.31.13-.15.2-.36.2-.56V8c0-.28-.07-.53-.19-.69C12.22 7.2 12 7 11.33 7z" }));
|
|
8
8
|
});
|
package/SearchStrokeSrvIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SearchStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "SearchStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.5 1.5c-3.32 0-6 2.68-6 6 0 3.31 2.68 6 6 6 1.29 0 2.49-.42 3.47-1.11l1.82 1.81a.996.996 0 1 0 1.41-1.41l-1.81-1.82c.69-.98 1.11-2.18 1.11-3.47 0-3.32-2.69-6-6-6m-4 6a3.999 3.999 0 1 1 7.998-.002A3.999 3.999 0 0 1 3.5 7.5" }));
|
|
8
8
|
});
|
package/SearchStrokeSrvIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SearchStrokeSrvIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "SearchStrokeSrvIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m16.01 14.63 3.7 3.68c.38.39.38 1 0 1.39-.18.19-.44.3-.71.3-.26 0-.52-.11-.71-.3l-3.67-3.68A8.996 8.996 0 0 1 2.29 15a9 9 0 0 1 .34-12.37C6.01-.75 11.44-.9 14.99 2.29c3.56 3.19 4 8.61 1.02 12.34m-14-5.61c0 3.86 3.14 7 7 7a7.001 7.001 0 1 0-7-7" }));
|
|
8
8
|
});
|
package/SearchStrokeSrvIcon24.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SearchStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "SearchStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m18.01 16.63 3.7 3.68c.38.39.38 1 0 1.39-.18.19-.44.3-.71.3-.26 0-.52-.11-.71-.3l-3.67-3.68A8.996 8.996 0 0 1 4.29 17a9 9 0 0 1 .34-12.37c3.38-3.38 8.81-3.53 12.36-.34 3.56 3.19 4 8.61 1.02 12.34m-14-5.61c0 3.86 3.14 7 7 7a7.001 7.001 0 1 0-7-7" }));
|
|
8
8
|
});
|
package/SearchStrokeSrvIcon32.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SearchStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "SearchStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m25.293 26.707-5.678-5.678a8.99 8.99 0 0 1-12.319-1.02 9.006 9.006 0 0 1 .339-12.373 8.99 8.99 0 0 1 12.363-.338 9.006 9.006 0 0 1 1.03 12.315l5.68 5.68a.99.99 0 0 1 0 1.414.99.99 0 0 1-1.415 0m-11.277-5.684a7 7 0 0 1-6.996-7 7 7 0 0 1 6.996-7.002 7.004 7.004 0 0 1 4.947 11.952 7 7 0 0 1-4.947 2.05", clipRule: "evenodd" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SettingsStrokeNavIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "SettingsStrokeNavIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M7.45.67c.13-.4.51-.67.94-.67h3.19c.43 0 .81.27.95.67l.6 1.73 1.66-.8a.99.99 0 0 1 1.14.19l2.26 2.25c.3.3.37.76.19 1.15l-.81 1.65v.01l1.75.6c.4.14.68.52.68.95v3.18c0 .42-.28.8-.68.94l-1.75.61.81 1.67c.19.38.11.84-.19 1.14l-2.25 2.25c-.3.3-.76.38-1.14.19l-1.67-.81-.61 1.75c-.14.4-.52.68-.94.68H8.4c-.43 0-.81-.28-.95-.68l-.6-1.75h-.01l-1.65.81c-.39.18-.85.11-1.15-.19l-2.25-2.26a.99.99 0 0 1-.19-1.14l.8-1.66-1.73-.6c-.4-.14-.67-.52-.67-.95V8.39c0-.43.27-.81.67-.94l1.73-.6v-.01L1.6 5.2c-.18-.39-.11-.84.19-1.15l2.26-2.26c.31-.3.77-.37 1.15-.19l1.64.8h.01zM9.1 2l-.36 1.05A1.998 1.998 0 0 1 5.97 4.2l-1.01-.49-1.25 1.25.49 1.01c.53 1.08-.01 2.38-1.15 2.77L2 9.1v1.77l1.05.37c1.14.39 1.68 1.69 1.15 2.77l-.49 1.01 1.24 1.25 1.02-.5c1.08-.52 2.38.01 2.77 1.15L9.11 18h1.76l.37-1.08a2.005 2.005 0 0 1 2.77-1.15l1.02.5 1.24-1.24-.5-1.02c-.52-1.08.02-2.38 1.15-2.77l1.08-.37V9.11l-1.08-.37a2.012 2.012 0 0 1-1.15-2.77l.5-1.02-1.25-1.24-1.01.49c-1.08.53-2.38-.01-2.77-1.15L10.87 2zM6 10a3.999 3.999 0 1 1 7.998-.002A3.999 3.999 0 0 1 6 10m4-2c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SuccessStrokeStsIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "SuccessStrokeStsIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.86 15.11c.4.25.82.44 1.28.59.43.14.97.23 1.61.26.27.02.6.03 1 .03.25 0 .66.01 1.25.01.58 0 1-.01 1.24-.01.4 0 .73-.01 1-.03.64-.03 1.18-.12 1.61-.26.46-.15.88-.34 1.28-.59q.6-.36 1.11-.87t.87-1.11c.25-.4.44-.82.59-1.28.14-.43.23-.97.26-1.61.02-.27.03-.6.03-1 0-.25.01-.66.01-1.24 0-.59-.01-1-.01-1.25 0-.4-.01-.73-.03-1-.03-.64-.12-1.18-.26-1.61-.15-.46-.34-.88-.59-1.28q-.36-.6-.87-1.11a5.8 5.8 0 0 0-1.11-.87c-.4-.25-.82-.44-1.28-.59-.43-.14-.97-.23-1.61-.26-.27-.02-.6-.03-1-.03H6.75c-.4 0-.73.01-1 .03-.64.03-1.18.12-1.61.26-.46.15-.88.34-1.28.59q-.6.36-1.11.87T.88 2.86c-.25.4-.44.82-.59 1.28-.14.43-.23.97-.26 1.61-.02.27-.03.6-.03 1v2.49c0 .4.01.73.03 1 .03.64.12 1.18.26 1.61.15.46.34.88.59 1.28q.36.6.87 1.11t1.11.87m3-1.14c-.47-.03-.84-.09-1.1-.17-.31-.1-.59-.23-.86-.39-.26-.17-.51-.36-.73-.59-.23-.22-.42-.47-.59-.73a4.2 4.2 0 0 1-.39-.86c-.08-.26-.14-.63-.17-1.1C2 9.77 2 9.06 2 8c0-1.07 0-1.78.02-2.14.03-.47.09-.84.17-1.1.1-.31.23-.59.39-.86.17-.26.36-.51.59-.73.22-.23.47-.42.73-.59.27-.16.55-.29.86-.39.26-.08.63-.14 1.1-.17C6.22 2 6.93 2 8 2c1.06 0 1.77 0 2.13.02.47.03.84.09 1.1.17.31.1.59.23.86.39.26.17.51.36.73.59.23.22.42.47.59.73.16.27.29.55.39.86.08.26.14.63.17 1.1.02.36.03 1.07.03 2.14q0 1.59-.03 2.13c-.03.47-.09.84-.17 1.1-.1.31-.23.59-.39.86-.17.26-.36.51-.59.73-.22.23-.47.42-.73.59-.27.16-.55.29-.86.39-.26.08-.63.14-1.1.17Q9.59 14 8 14c-1.07 0-1.78-.01-2.14-.03m2.4-3.83 2.5-3c.36-.44.31-1.05-.12-1.41a.99.99 0 0 0-1.41.12l-1.8 2.16-.73-.72a.98.98 0 0 0-1.41 0c-.4.39-.4 1.02 0 1.41l1.5 1.5c.1.1.2.17.32.22s.25.08.39.08c.13 0 .26-.03.38-.08s.29-.19.38-.28" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SuccessStrokeStsIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "SuccessStrokeStsIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M3.11 18.82c.37.25.78.46 1.21.64.33.14.69.25 1.09.32.35.07.76.12 1.23.16.4.02.89.04 1.49.05.37 0 .99.01 1.87.01.87 0 1.5-.01 1.86-.01.6-.01 1.09-.03 1.49-.05.47-.04.88-.09 1.23-.16.4-.07.76-.18 1.09-.32.43-.18.84-.39 1.21-.64.38-.26.74-.55 1.07-.88.32-.32.61-.68.87-1.06.25-.37.46-.78.64-1.21.14-.33.25-.69.32-1.09.07-.35.12-.76.16-1.23.02-.4.04-.89.05-1.49 0-.37.01-.99.01-1.86 0-.88-.01-1.5-.01-1.87-.01-.6-.03-1.09-.05-1.49-.04-.47-.09-.88-.16-1.23-.07-.4-.18-.76-.32-1.09-.18-.43-.39-.84-.64-1.21-.26-.38-.55-.74-.87-1.06a7.5 7.5 0 0 0-1.07-.88c-.37-.25-.78-.46-1.21-.64-.33-.14-.69-.25-1.09-.32-.35-.07-.76-.12-1.23-.16-.4-.02-.89-.04-1.49-.05H8.13c-.6.01-1.09.03-1.49.05-.47.04-.88.09-1.23.16-.4.07-.76.18-1.09.32-.43.18-.84.39-1.21.64-.38.26-.74.55-1.07.88-.32.32-.61.68-.87 1.06-.25.37-.46.78-.64 1.21-.14.33-.25.69-.32 1.09-.07.35-.12.76-.16 1.23-.02.4-.04.89-.05 1.49v3.73c.01.6.03 1.09.05 1.49.04.47.09.88.16 1.23.07.4.18.76.32 1.09.18.43.39.84.64 1.21.26.38.55.74.87 1.06.33.33.69.62 1.07.88m2.68-1c-.26-.05-.5-.12-.71-.21-.3-.12-.59-.28-.86-.46a4.5 4.5 0 0 1-.76-.62 5 5 0 0 1-.62-.76 4.7 4.7 0 0 1-.46-.86c-.09-.21-.16-.45-.21-.71q-.075-.405-.12-.99c-.02-.36-.04-.82-.05-1.38V8.16c.01-.56.03-1.02.05-1.38q.045-.585.12-.99c.05-.26.12-.5.21-.71.12-.3.28-.59.46-.86s.39-.53.62-.76.49-.44.76-.62.56-.34.86-.46c.21-.09.45-.16.71-.21q.405-.075.99-.12c.36-.02.82-.04 1.38-.05h3.67c.56.01 1.02.03 1.38.05q.585.045.99.12c.26.05.5.12.71.21.3.12.59.28.86.46s.53.39.76.62.44.49.62.76.34.56.46.86c.09.21.16.45.21.71q.075.405.12.99c.02.36.04.82.05 1.38 0 .35.01.97.01 1.84 0 .86-.01 1.48-.01 1.83-.01.56-.03 1.02-.05 1.38q-.045.585-.12.99c-.05.26-.12.5-.21.71-.12.3-.28.59-.46.86s-.39.53-.62.76-.49.44-.76.62-.56.34-.86.46c-.21.09-.45.16-.71.21q-.405.075-.99.12c-.36.02-.82.04-1.38.05-.35 0-.97.01-1.83.01-.87 0-1.49-.01-1.84-.01-.56-.01-1.02-.03-1.38-.05q-.585-.045-.99-.12m4.45-4.66 4-4.5a.99.99 0 0 0-.08-1.41.99.99 0 0 0-1.42.08l-3.29 3.71L7.7 9.29a.98.98 0 0 0-1.41 0c-.4.39-.4 1.02 0 1.41l2.5 2.5c.1.1.2.17.32.22s.25.07.39.07c.13 0 .26-.02.38-.07s.27-.16.36-.26" }));
|
|
8
8
|
});
|
package/SystemStrokeStsIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SystemStrokeStsIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "SystemStrokeStsIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.86 15.11q-.6-.36-1.11-.87a5.8 5.8 0 0 1-.87-1.11c-.25-.4-.44-.82-.59-1.28-.14-.43-.23-.97-.26-1.61-.02-.27-.03-.6-.03-1V6.75c0-.4.01-.73.03-1 .03-.64.12-1.18.26-1.61.15-.46.34-.88.59-1.28q.36-.6.87-1.11T2.86.88c.4-.25.82-.44 1.28-.59.43-.14.97-.23 1.61-.26.27-.02.6-.03 1-.03h2.49c.4 0 .73.01 1 .03.64.03 1.18.12 1.61.26.46.15.88.34 1.28.59q.6.36 1.11.87t.87 1.11c.25.4.44.82.59 1.28.14.43.23.97.26 1.61.02.27.03.6.03 1 0 .25.01.66.01 1.25 0 .58-.01.99-.01 1.24 0 .4-.01.73-.03 1-.03.64-.12 1.18-.26 1.61-.15.46-.34.88-.59 1.28q-.36.6-.87 1.11t-1.11.87c-.4.25-.82.44-1.28.59-.43.14-.97.23-1.61.26-.27.02-.6.03-1 .03-.24 0-.66.01-1.24.01-.59 0-1-.01-1.25-.01-.4 0-.73-.01-1-.03-.64-.03-1.18-.12-1.61-.26-.46-.15-.88-.34-1.28-.59m1.9-1.31c.26.08.63.14 1.1.17.36.02 1.07.03 2.14.03q1.59 0 2.13-.03c.47-.03.84-.09 1.1-.17.31-.1.59-.23.86-.39.26-.17.51-.36.73-.59.23-.22.42-.47.59-.73.16-.27.29-.55.39-.86.08-.26.14-.63.17-1.1Q14 9.59 14 8c0-1.07-.01-1.78-.03-2.14-.03-.47-.09-.84-.17-1.1-.1-.31-.23-.59-.39-.86-.17-.26-.36-.51-.59-.73-.22-.23-.47-.42-.73-.59a4.2 4.2 0 0 0-.86-.39c-.26-.08-.63-.14-1.1-.17C9.77 2 9.06 2 8 2c-1.07 0-1.78 0-2.14.02-.47.03-.84.09-1.1.17-.31.1-.59.23-.86.39-.26.17-.51.36-.73.59-.23.22-.42.47-.59.73-.16.27-.29.55-.39.86-.08.26-.14.63-.17 1.1C2 6.22 2 6.93 2 8c0 1.06 0 1.77.02 2.13.03.47.09.84.17 1.1.1.31.23.59.39.86.17.26.36.51.59.73.22.23.47.42.73.59.27.16.55.29.86.39m4.13-8.36L8.11 7H9.5c.27 0 .51.09.7.29a.94.94 0 0 1 .27.93c-.02.08-.05.15-.08.22l-1.5 3c-.25.5-.84.7-1.34.45a.99.99 0 0 1-.45-1.34L7.88 9H6.5c-.08 0-.16-.01-.23-.03-.08-.02-.15-.05-.22-.08a.93.93 0 0 1-.5-.58.96.96 0 0 1 .05-.76l1.5-3c.25-.5.84-.7 1.34-.45s.7.84.45 1.34" }));
|
|
8
8
|
});
|
package/SystemStrokeStsIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const SystemStrokeStsIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "SystemStrokeStsIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M3.11 18.82c.37.25.78.46 1.21.64.33.14.69.25 1.09.32.35.07.76.12 1.23.16.4.02.89.04 1.49.05.37 0 .99.01 1.87.01.87 0 1.5-.01 1.86-.01.6-.01 1.09-.03 1.49-.05.47-.04.88-.09 1.23-.16.4-.07.76-.18 1.09-.32.43-.18.84-.39 1.21-.64.38-.26.74-.55 1.07-.88.32-.32.61-.68.87-1.06.25-.37.46-.78.64-1.21.14-.33.25-.69.32-1.09.07-.35.12-.76.16-1.23.02-.4.04-.89.05-1.49 0-.37.01-.99.01-1.86 0-.88-.01-1.5-.01-1.87-.01-.6-.03-1.09-.05-1.49-.04-.47-.09-.88-.16-1.23-.07-.4-.18-.76-.32-1.09-.18-.43-.39-.84-.64-1.21-.26-.38-.55-.74-.87-1.06a7.5 7.5 0 0 0-1.07-.88c-.37-.25-.78-.46-1.21-.64-.33-.14-.69-.25-1.09-.32-.35-.07-.76-.12-1.23-.16-.4-.02-.89-.04-1.49-.05H8.13c-.6.01-1.09.03-1.49.05-.47.04-.88.09-1.23.16-.4.07-.76.18-1.09.32-.43.18-.84.39-1.21.64-.38.26-.74.55-1.07.88-.32.32-.61.68-.87 1.06-.25.37-.46.78-.64 1.21-.14.33-.25.69-.32 1.09-.07.35-.12.76-.16 1.23-.02.4-.04.89-.05 1.49v3.73c.01.6.03 1.09.05 1.49.04.47.09.88.16 1.23.07.4.18.76.32 1.09.18.43.39.84.64 1.21.26.38.55.74.87 1.06.33.33.69.62 1.07.88m2.68-1c-.26-.05-.5-.12-.71-.21-.3-.12-.59-.28-.86-.46a4.5 4.5 0 0 1-.76-.62 5 5 0 0 1-.62-.76 4.7 4.7 0 0 1-.46-.86c-.09-.21-.16-.45-.21-.71q-.075-.405-.12-.99c-.02-.36-.04-.82-.05-1.38V8.16c.01-.56.03-1.02.05-1.38q.045-.585.12-.99c.05-.26.12-.5.21-.71.12-.3.28-.59.46-.86s.39-.53.62-.76.49-.44.76-.62.56-.34.86-.46c.21-.09.45-.16.71-.21q.405-.075.99-.12c.36-.02.82-.04 1.38-.05h3.67c.56.01 1.02.03 1.38.05q.585.045.99.12c.26.05.5.12.71.21.3.12.59.28.86.46s.53.39.76.62.44.49.62.76.34.56.46.86c.09.21.16.45.21.71q.075.405.12.99c.02.36.04.82.05 1.38 0 .35.01.97.01 1.84 0 .86-.01 1.48-.01 1.83-.01.56-.03 1.02-.05 1.38q-.045.585-.12.99c-.05.26-.12.5-.21.71-.12.3-.28.59-.46.86s-.39.53-.62.76c-.23.24-.49.44-.76.62s-.56.34-.86.46c-.21.09-.45.16-.71.21q-.405.075-.99.12c-.36.02-.82.04-1.38.05-.35 0-.97.01-1.83.01-.87 0-1.49-.01-1.84-.01-.56-.01-1.02-.03-1.38-.05q-.585-.045-.99-.12M9.11 9l1.78-3.56a.99.99 0 0 0-.45-1.34.99.99 0 0 0-1.34.45l-2.5 5c-.06.12-.1.25-.11.37 0 .13.01.26.06.39.04.13.1.25.19.34.08.1.18.18.31.24.03.02.07.03.1.05l.12.03c.03.01.07.01.11.02.04 0 .08.01.12.01h3.38L9.1 14.55a.99.99 0 0 0 .45 1.34.99.99 0 0 0 1.34-.45l2.5-5c.02-.03.03-.07.05-.1l.03-.12c.01-.03.01-.07.02-.11 0-.04.01-.08.01-.11 0-.14-.03-.27-.08-.39a1 1 0 0 0-.22-.32c-.1-.1-.2-.17-.32-.22A1 1 0 0 0 12.5 9z" }));
|
|
8
8
|
});
|
package/TickStrokeSrvIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const TickStrokeSrvIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "TickStrokeSrvIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M14.7 3.29c.39.39.39 1.02 0 1.41l-8 8a.996.996 0 0 1-1.41 0l-4-4A.996.996 0 1 1 2.7 7.29L6 10.58l7.29-7.29a.996.996 0 0 1 1.41 0" }));
|
|
8
8
|
});
|
package/TickStrokeSrvIcon24.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const TickStrokeSrvIcon24 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", name: "TickStrokeSrvIcon24", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "m20.7 7.71-9.5 9.5c-.19.19-.43.29-.7.29-.28 0-.52-.1-.71-.29l-5.5-5.5c-.39-.4-.39-1.02 0-1.42.4-.39 1.02-.39 1.42 0l4.79 4.79 8.78-8.79c.4-.39 1.02-.39 1.42 0 .39.4.39 1.02 0 1.42" }));
|
|
8
8
|
});
|
package/TickStrokeSrvIcon32.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const TickStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "TickStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M27.2 10.7 14.7 23.2c-.19.2-.43.3-.7.3-.28 0-.52-.1-.71-.3l-7-7a.98.98 0 0 1 0-1.41c.39-.4 1.02-.4 1.41 0l6.3 6.29L25.79 9.29c.39-.4 1.02-.4 1.41 0 .4.39.4 1.02 0 1.41" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const TouchidStrokeSrvIcon32 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "32", height: "32", fill: "none", viewBox: "0 0 32 32", name: "TouchidStrokeSrvIcon32", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M23.09 6.85c-5.23-2.89-10.6-1.98-14.26-.16-.5.25-1.1.04-1.34-.45-.25-.5-.05-1.1.45-1.34 4.07-2.02 10.16-3.09 16.11.2.49.26.66.87.39 1.36-.26.48-.87.65-1.35.39M9.05 9.94c-1.53.9-2.64 1.96-3.18 2.94-.27.48-.88.66-1.36.39s-.66-.88-.39-1.36c.78-1.39 2.19-2.69 3.92-3.7 1.75-1.01 3.87-1.78 6.15-2.09 4.58-.61 9.8.66 13.6 5.67.34.44.25 1.07-.19 1.4a.99.99 0 0 1-1.4-.19c-3.3-4.34-7.76-5.43-11.74-4.9-2.01.27-3.89.95-5.41 1.84m4.61 1.29c1.43-.32 4.19-.48 6.85.95 2.63 1.42 3.93 4.06 4.21 5.55.15.81.19 1.67-.02 2.34-.18.58-.56 1.06-1.49 1.26-.99.21-1.66-.07-2.12-.45-.51-.43-.79-1.01-.86-1.36-.03-.11-.05-.24-.08-.39v-.03c-.03-.14-.06-.3-.09-.46-.07-.34-.17-.75-.36-1.16-.41-.87-1.16-1.61-2.48-1.99-2.68-.78-5.64 1.15-5.64 4.25 0 2.79 1.77 7.25 7.85 9.21a1.003 1.003 0 0 0 .61-1.91c-5.2-1.67-6.46-5.32-6.46-7.3 0-1.68 1.6-2.76 3.09-2.33.77.22 1.05.58 1.22.92q.135.3.21.72c.03.13.05.26.08.4v.03c.03.15.06.31.09.47.17.75.67 1.73 1.53 2.46.91.76 2.2 1.22 3.82.88 1.68-.36 2.6-1.39 2.99-2.62.36-1.14.25-2.39.07-3.31-.36-1.96-1.97-5.18-5.23-6.94-3.21-1.73-6.51-1.53-8.25-1.14-.01 0-.02.01-.02.01-2.2.56-5.89 2.21-7.6 6.36-.88 2.13-.77 4.42-.48 6.12.15.86.35 1.59.51 2.11.09.26.16.47.21.61.03.07.05.13.07.17l.02.05v.02c.22.51.8.76 1.31.55.51-.22.75-.8.54-1.31l-.01-.04c-.01-.02-.03-.07-.05-.13-.04-.12-.11-.29-.18-.52-.14-.46-.31-1.1-.44-1.85-.27-1.53-.33-3.39.34-5.01 1.38-3.33 4.35-4.71 6.24-5.19m-7.75 13.5.93-.38c-.92.38-.93.38-.93.38m6.2-9.34c-1.09.86-1.95 2.18-1.95 4.17 0 2.06.85 3.92 1.76 5.31.45.69.9 1.24 1.24 1.62.17.19.31.33.4.43.05.04.08.08.11.1l.02.02v.01a.997.997 0 1 1-1.35 1.47l-.01-.01-.01-.01-.02-.02-.02-.02c-.04-.03-.08-.08-.14-.14a9 9 0 0 1-.48-.5c-.38-.44-.9-1.07-1.41-1.85-1.02-1.56-2.09-3.81-2.09-6.41 0-2.66 1.19-4.55 2.72-5.74 1.49-1.17 3.3-1.68 4.65-1.68 1.24 0 3.11.25 4.76 1.24 1.7 1.03 3.09 2.82 3.34 5.7a.998.998 0 1 1-1.99.17c-.19-2.22-1.21-3.45-2.39-4.16-1.23-.74-2.69-.95-3.72-.95-.92 0-2.29.37-3.42 1.25M16 18.24c.55.05.96.53.91 1.08-.04.5.14 1.94 1.07 3.14.86 1.12 2.45 2.15 5.5 1.84a1 1 0 0 1 1.1.89c.05.55-.35 1.04-.9 1.1-3.67.38-5.97-.89-7.29-2.61-1.26-1.64-1.55-3.59-1.47-4.53.05-.55.53-.96 1.08-.91" }));
|
|
8
8
|
});
|
package/WaitStrokeStsIcon16.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const WaitStrokeStsIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "WaitStrokeStsIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.86 15.11q-.6-.36-1.11-.87a5.8 5.8 0 0 1-.87-1.11c-.25-.4-.44-.82-.59-1.28-.14-.43-.23-.97-.26-1.61-.02-.27-.03-.6-.03-1V6.75c0-.4.01-.73.03-1 .03-.64.12-1.18.26-1.61.15-.46.34-.88.59-1.28q.36-.6.87-1.11T2.86.88c.4-.25.82-.44 1.28-.59.43-.14.97-.23 1.61-.26.27-.02.6-.03 1-.03h2.49c.4 0 .73.01 1 .03.64.03 1.18.12 1.61.26.46.15.88.34 1.28.59q.6.36 1.11.87t.87 1.11c.25.4.44.82.59 1.28.14.43.23.97.26 1.61.02.27.03.6.03 1 0 .25.01.66.01 1.25 0 .58-.01.99-.01 1.24 0 .4-.01.73-.03 1-.03.64-.12 1.18-.26 1.61-.15.46-.34.88-.59 1.28q-.36.6-.87 1.11t-1.11.87c-.4.25-.82.44-1.28.59-.43.14-.97.23-1.61.26-.27.02-.6.03-1 .03-.24 0-.66.01-1.24.01-.59 0-1-.01-1.25-.01-.4 0-.73-.01-1-.03-.64-.03-1.18-.12-1.61-.26-.46-.15-.88-.34-1.28-.59m1.9-1.31c.26.08.63.14 1.1.17.36.02 1.07.03 2.14.03q1.59 0 2.13-.03c.47-.03.84-.09 1.1-.17.31-.1.59-.23.86-.39.26-.17.51-.36.73-.59.23-.22.42-.47.59-.73.16-.27.29-.55.39-.86.08-.26.14-.63.17-1.1Q14 9.59 14 8c0-1.07-.01-1.78-.03-2.14-.03-.47-.09-.84-.17-1.1-.1-.31-.23-.59-.39-.86-.17-.26-.36-.51-.59-.73-.22-.23-.47-.42-.73-.59a4.2 4.2 0 0 0-.86-.39c-.26-.08-.63-.14-1.1-.17C9.77 2 9.06 2 8 2c-1.07 0-1.78 0-2.14.02-.47.03-.84.09-1.1.17-.31.1-.59.23-.86.39-.26.17-.51.36-.73.59-.23.22-.42.47-.59.73-.16.27-.29.55-.39.86-.08.26-.14.63-.17 1.1C2 6.22 2 6.93 2 8c0 1.06 0 1.77.02 2.13.03.47.09.84.17 1.1.1.31.23.59.39.86.17.26.36.51.59.73.22.23.47.42.73.59.27.16.55.29.86.39M9 6v1.58l1.2 1.21c.4.39.4 1.02 0 1.41-.39.4-1.02.4-1.41 0l-1.5-1.5c-.1-.09-.17-.2-.22-.32A1 1 0 0 1 7 8V6c0-.56.44-1 1-1 .55 0 1 .44 1 1" }));
|
|
8
8
|
});
|
package/WaitStrokeStsIcon20.js
CHANGED
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const WaitStrokeStsIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "WaitStrokeStsIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M4.32 19.46c-.43-.18-.84-.39-1.21-.64a7.5 7.5 0 0 1-1.07-.88c-.32-.32-.61-.68-.87-1.06-.25-.37-.46-.78-.64-1.21-.14-.33-.25-.69-.32-1.09-.07-.35-.12-.76-.16-1.23-.02-.4-.04-.89-.05-1.49V8.13c.01-.6.03-1.09.05-1.49.04-.47.09-.88.16-1.23.07-.4.18-.76.32-1.09.18-.43.39-.84.64-1.21.26-.38.55-.74.87-1.06.33-.33.69-.62 1.07-.88.37-.25.78-.46 1.21-.64.33-.14.69-.25 1.09-.32.35-.07.76-.12 1.23-.16.4-.02.89-.04 1.49-.05h3.73c.6.01 1.09.03 1.49.05.47.04.88.09 1.23.16.4.07.76.18 1.09.32.43.18.84.39 1.21.64.38.26.74.55 1.07.88.32.32.61.68.87 1.06.25.37.46.78.64 1.21.14.33.25.69.32 1.09.07.35.12.76.16 1.23.02.4.04.89.05 1.49 0 .37.01.99.01 1.87 0 .87-.01 1.49-.01 1.86-.01.6-.03 1.09-.05 1.49-.04.47-.09.88-.16 1.23-.07.4-.18.76-.32 1.09-.18.43-.39.84-.64 1.21-.26.38-.55.74-.87 1.06-.33.33-.69.62-1.07.88-.37.25-.78.46-1.21.64-.33.14-.69.25-1.09.32-.35.07-.76.12-1.23.16-.4.02-.89.04-1.49.05-.36 0-.99.01-1.86.01-.88 0-1.5-.01-1.87-.01-.6-.01-1.09-.03-1.49-.05-.47-.04-.88-.09-1.23-.16-.4-.07-.76-.18-1.09-.32m.76-1.85c.21.09.45.16.71.21q.405.075.99.12c.36.02.82.04 1.38.05.35 0 .97.01 1.84.01.86 0 1.48-.01 1.83-.01.56-.01 1.02-.03 1.38-.05q.585-.045.99-.12c.26-.05.5-.12.71-.21.3-.12.59-.28.86-.46s.53-.39.76-.62.44-.49.62-.76.34-.56.46-.86c.09-.21.16-.45.21-.71q.075-.405.12-.99c.02-.36.04-.82.05-1.38 0-.35.01-.97.01-1.83 0-.87-.01-1.49-.01-1.84-.01-.56-.03-1.02-.05-1.38q-.045-.585-.12-.99c-.05-.26-.12-.5-.21-.71-.12-.3-.28-.59-.46-.86a5 5 0 0 0-.62-.76 5 5 0 0 0-.76-.62 4.7 4.7 0 0 0-.86-.46c-.21-.09-.45-.16-.71-.21q-.405-.075-.99-.12c-.36-.02-.82-.04-1.38-.05H8.16c-.56.01-1.02.03-1.38.05q-.585.045-.99.12c-.26.05-.5.12-.71.21-.3.12-.59.28-.86.46s-.53.39-.76.62-.44.49-.62.76-.34.56-.46.86c-.09.21-.16.45-.21.71q-.075.405-.12.99c-.02.36-.04.82-.05 1.38v3.67c.01.56.03 1.02.05 1.38q.045.585.12.99c.05.26.12.5.21.71.12.3.28.59.46.86s.39.53.62.76c.23.24.49.44.76.62s.56.34.86.46M11 7v3.43l2.01 1.21c.48.29.63.89.34 1.37s-.89.63-1.37.34l-2.5-1.5q-.225-.135-.36-.36C9.04 11.33 9 11.17 9 11V7c0-.56.44-1 1-1 .55 0 1 .44 1 1" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const WarningStrokeStsIcon16 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", name: "WarningStrokeStsIcon16", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M2.86 15.11c.4.25.82.44 1.28.59.43.14.97.23 1.61.26.27.02.6.03 1 .03.25 0 .66.01 1.25.01.58 0 1-.01 1.24-.01.4 0 .73-.01 1-.03.64-.03 1.18-.12 1.61-.26.46-.15.88-.34 1.28-.59q.6-.36 1.11-.87t.87-1.11c.25-.4.44-.82.59-1.28.14-.43.23-.97.26-1.61.02-.27.03-.6.03-1 0-.25.01-.66.01-1.24 0-.59-.01-1-.01-1.25 0-.4-.01-.73-.03-1-.03-.64-.12-1.18-.26-1.61-.15-.46-.34-.88-.59-1.28q-.36-.6-.87-1.11a5.8 5.8 0 0 0-1.11-.87c-.4-.25-.82-.44-1.28-.59-.43-.14-.97-.23-1.61-.26-.27-.02-.6-.03-1-.03H6.75c-.4 0-.73.01-1 .03-.64.03-1.18.12-1.61.26-.46.15-.88.34-1.28.59q-.6.36-1.11.87T.88 2.86c-.25.4-.44.82-.59 1.28-.14.43-.23.97-.26 1.61-.02.27-.03.6-.03 1v2.49c0 .4.01.73.03 1 .03.64.12 1.18.26 1.61.15.46.34.88.59 1.28q.36.6.87 1.11t1.11.87m3-1.14c-.47-.03-.84-.09-1.1-.17-.31-.1-.59-.23-.86-.39-.26-.17-.51-.36-.73-.59-.23-.22-.42-.47-.59-.73a4.2 4.2 0 0 1-.39-.86c-.08-.26-.14-.63-.17-1.1C2 9.77 2 9.06 2 8c0-1.07 0-1.78.02-2.14.03-.47.09-.84.17-1.1.1-.31.23-.59.39-.86.17-.26.36-.51.59-.73.22-.23.47-.42.73-.59.27-.16.55-.29.86-.39.26-.08.63-.14 1.1-.17C6.22 2 6.93 2 8 2c1.06 0 1.77 0 2.13.02.47.03.84.09 1.1.17.31.1.59.23.86.39.26.17.51.36.73.59.23.22.42.47.59.73.16.27.29.55.39.86.08.26.14.63.17 1.1.02.36.03 1.07.03 2.14q0 1.59-.03 2.13c-.03.47-.09.84-.17 1.1-.1.31-.23.59-.39.86-.17.26-.36.51-.59.73-.22.23-.47.42-.73.59-.27.16-.55.29-.86.39-.26.08-.63.14-1.1.17Q9.59 14 8 14c-1.07 0-1.78-.01-2.14-.03M7 5c0-.56.44-1 1-1 .55 0 1 .44 1 1v3c0 .56-.45 1-1 1-.56 0-1-.44-1-1zm1 7c.55 0 1-.45 1-1 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 .55.44 1 1 1" }));
|
|
8
8
|
});
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useTheme } from "./ThemeProvider";
|
|
3
3
|
import getPathClassName from "./utils/getPathClassName";
|
|
4
4
|
const WarningStrokeStsIcon20 = React.forwardRef(({ paletteIndex, ...restProps }, ref) => {
|
|
5
|
-
const pathClassName = getPathClassName(paletteIndex, useTheme());
|
|
5
|
+
const pathClassName = paletteIndex !== undefined ? getPathClassName(paletteIndex, useTheme()) : undefined;
|
|
6
6
|
return React.createElement("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", name: "WarningStrokeStsIcon20", focusable: "false", "aria-hidden": "true", ...restProps, ref: ref },
|
|
7
7
|
React.createElement("path", { className: pathClassName, fillRule: "evenodd", d: "M3.11 18.82c.37.25.78.46 1.21.64.33.14.69.25 1.09.32.35.07.76.12 1.23.16.4.02.89.04 1.49.05.37 0 .99.01 1.87.01.87 0 1.5-.01 1.86-.01.6-.01 1.09-.03 1.49-.05.47-.04.88-.09 1.23-.16.4-.07.76-.18 1.09-.32.43-.18.84-.39 1.21-.64.38-.26.74-.55 1.07-.88.32-.32.61-.68.87-1.06.25-.37.46-.78.64-1.21.14-.33.25-.69.32-1.09.07-.35.12-.76.16-1.23.02-.4.04-.89.05-1.49 0-.37.01-.99.01-1.86 0-.88-.01-1.5-.01-1.87-.01-.6-.03-1.09-.05-1.49-.04-.47-.09-.88-.16-1.23-.07-.4-.18-.76-.32-1.09-.18-.43-.39-.84-.64-1.21-.26-.38-.55-.74-.87-1.06a7.5 7.5 0 0 0-1.07-.88c-.37-.25-.78-.46-1.21-.64-.33-.14-.69-.25-1.09-.32-.35-.07-.76-.12-1.23-.16-.4-.02-.89-.04-1.49-.05H8.13c-.6.01-1.09.03-1.49.05-.47.04-.88.09-1.23.16-.4.07-.76.18-1.09.32-.43.18-.84.39-1.21.64-.38.26-.74.55-1.07.88-.32.32-.61.68-.87 1.06-.25.37-.46.78-.64 1.21-.14.33-.25.69-.32 1.09-.07.35-.12.76-.16 1.23-.02.4-.04.89-.05 1.49v3.73c.01.6.03 1.09.05 1.49.04.47.09.88.16 1.23.07.4.18.76.32 1.09.18.43.39.84.64 1.21.26.38.55.74.87 1.06.33.33.69.62 1.07.88m2.68-1c-.26-.05-.5-.12-.71-.21-.3-.12-.59-.28-.86-.46a4.5 4.5 0 0 1-.76-.62 5 5 0 0 1-.62-.76 4.7 4.7 0 0 1-.46-.86c-.09-.21-.16-.45-.21-.71q-.075-.405-.12-.99c-.02-.36-.04-.82-.05-1.38V8.16c.01-.56.03-1.02.05-1.38q.045-.585.12-.99c.05-.26.12-.5.21-.71.12-.3.28-.59.46-.86s.39-.53.62-.76.49-.44.76-.62.56-.34.86-.46c.21-.09.45-.16.71-.21q.405-.075.99-.12c.36-.02.82-.04 1.38-.05h3.67c.56.01 1.02.03 1.38.05q.585.045.99.12c.26.05.5.12.71.21.3.12.59.28.86.46s.53.39.76.62.44.49.62.76.34.56.46.86c.09.21.16.45.21.71q.075.405.12.99c.02.36.04.82.05 1.38 0 .35.01.97.01 1.84 0 .86-.01 1.48-.01 1.83-.01.56-.03 1.02-.05 1.38q-.045.585-.12.99c-.05.26-.12.5-.21.71-.12.3-.28.59-.46.86s-.39.53-.62.76-.49.44-.76.62-.56.34-.86.46c-.21.09-.45.16-.71.21q-.405.075-.99.12c-.36.02-.82.04-1.38.05-.35 0-.97.01-1.83.01-.87 0-1.49-.01-1.84-.01-.56-.01-1.02-.03-1.38-.05q-.585-.045-.99-.12M11 6c0-.56-.45-1-1-1-.56 0-1 .44-1 1v5c0 .56.44 1 1 1 .55 0 1-.44 1-1zm0 8c0 .55-.45 1-1 1-.56 0-1-.45-1-1 0-.56.44-1 1-1 .55 0 1 .44 1 1" }));
|
|
8
8
|
});
|
package/package.json
CHANGED
package/styles/icons.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._1q6407e { fill: #008985; } ._1rdfvp9 { fill: #19BDB0; } ._p1jtwj { fill: #D10032; } ._gd8z2u { fill: #F80C45; } ._1vim63l { fill: #EF4C01; } ._1goxtgh { fill: #FF7A17; } ._8qhmry { fill: #0E57CC; } ._1vmq1wt { fill: #1297FE; } ._so7p0s { fill: #697591; } ._2tex7t { fill: #95A3C1; } ._1m4g4mo { fill: #1F1F22; fill-opacity: .45; } ._q7ktki { fill: #FFFFFF; fill-opacity: .35; } ._1rvkgpz { fill: #FFFFFF; } ._l8twh { fill: #FFFFFF; } @media (hover: hover) and (pointer: fine), only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .hoverable:hover ._1q6407e { fill: #21A19A; } .hoverable:hover ._1rdfvp9 { fill: #4BD9CF; } .hoverable:hover ._p1jtwj { fill: #E60037; } .hoverable:hover ._gd8z2u { fill: #FF5571; } .hoverable:hover ._1vim63l { fill: #EF4C01; } .hoverable:hover ._1goxtgh { fill: #FF7A17; } .hoverable:hover ._8qhmry { fill: #0E57CC; } .hoverable:hover ._1vmq1wt { fill: #1297FE; } .hoverable:hover ._so7p0s { fill: #697591; } .hoverable:hover ._2tex7t { fill: #95A3C1; } .hoverable:hover ._1m4g4mo { fill: #1F1F22; } .hoverable:hover ._q7ktki { fill: #FFFFFF; } .hoverable:hover ._1rvkgpz { fill: #FFFFFF; } .hoverable:hover ._l8twh { fill: #FFFFFF; } } .hoverable:not(:disabled):active ._1q6407e, .hoverable.active ._1q6407e { fill: #007777; } .hoverable:not(:disabled):active ._1rdfvp9, .hoverable.active ._1rdfvp9 { fill: #008985; } .hoverable:not(:disabled):active ._p1jtwj, .hoverable.active ._p1jtwj { fill: #BD002C; } .hoverable:not(:disabled):active ._gd8z2u, .hoverable.active ._gd8z2u { fill: #D10032; } .hoverable:not(:disabled):active ._1vim63l, .hoverable.active ._1vim63l { fill: #D10032; } .hoverable:not(:disabled):active ._1goxtgh, .hoverable.active ._1goxtgh { fill: #FF7A17; } .hoverable:not(:disabled):active ._8qhmry, .hoverable.active ._8qhmry { fill: #0E57CC; } .hoverable:not(:disabled):active ._1vmq1wt, .hoverable.active ._1vmq1wt { fill: #1297FE; } .hoverable:not(:disabled):active ._so7p0s, .hoverable.active ._so7p0s { fill: #697591; } .hoverable:not(:disabled):active ._2tex7t, .hoverable.active ._2tex7t { fill: #95A3C1; } .hoverable:not(:disabled):active ._1m4g4mo, .hoverable.active ._1m4g4mo { fill: #1F1F22; } .hoverable:not(:disabled):active ._q7ktki, .hoverable.active ._q7ktki { fill: #FFFFFF; } .hoverable:not(:disabled):active ._1rvkgpz, .hoverable.active ._1rvkgpz { fill: #FFFFFF; } .hoverable:not(:disabled):active ._l8twh, .hoverable.active ._l8twh { fill: #FFFFFF; } .hoverable:disabled ._1q6407e, .hoverable.disabled ._1q6407e { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1rdfvp9, .hoverable.disabled ._1rdfvp9 { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._p1jtwj, .hoverable.disabled ._p1jtwj { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._gd8z2u, .hoverable.disabled ._gd8z2u { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1vim63l, .hoverable.disabled ._1vim63l { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1goxtgh, .hoverable.disabled ._1goxtgh { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._8qhmry, .hoverable.disabled ._8qhmry { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._1vmq1wt, .hoverable.disabled ._1vmq1wt { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._so7p0s, .hoverable.disabled ._so7p0s { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._2tex7t, .hoverable.disabled ._2tex7t { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1m4g4mo, .hoverable.disabled ._1m4g4mo { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._q7ktki, .hoverable.disabled ._q7ktki { fill: #FFFFFF; fill-opacity: .15; } .hoverable:disabled ._1rvkgpz, .hoverable.disabled ._1rvkgpz { fill: #1F1F22; fill-opacity: .15; } .hoverable:disabled ._l8twh, .hoverable.disabled ._l8twh { fill: #FFFFFF; fill-opacity: .15; }
|
package/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export interface ISingleColorIconProps extends Omit<React.SVGAttributes<SVGSVGElement>, "children"> {
|
|
2
2
|
/** Индекс цветовой палитры для изменения заливки иконки. */
|
|
3
|
-
paletteIndex
|
|
3
|
+
paletteIndex?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
4
4
|
}
|
|
5
5
|
export interface IMultiColorIconProps extends Omit<React.SVGAttributes<SVGSVGElement>, "children"> {}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { EIconsTheme } from "../ThemeProvider";
|
|
2
2
|
const themeToClassNamePalettes = [
|
|
3
3
|
{
|
|
4
|
-
[EIconsTheme.LIGHT]: "
|
|
5
|
-
[EIconsTheme.DARK]: "
|
|
4
|
+
[EIconsTheme.LIGHT]: "_1q6407e",
|
|
5
|
+
[EIconsTheme.DARK]: "_1rdfvp9",
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
[EIconsTheme.LIGHT]: "
|
|
9
|
-
[EIconsTheme.DARK]: "
|
|
8
|
+
[EIconsTheme.LIGHT]: "_p1jtwj",
|
|
9
|
+
[EIconsTheme.DARK]: "_gd8z2u",
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
[EIconsTheme.LIGHT]: "
|
|
13
|
-
[EIconsTheme.DARK]: "
|
|
12
|
+
[EIconsTheme.LIGHT]: "_1vim63l",
|
|
13
|
+
[EIconsTheme.DARK]: "_1goxtgh",
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
[EIconsTheme.LIGHT]: "
|
|
17
|
-
[EIconsTheme.DARK]: "
|
|
16
|
+
[EIconsTheme.LIGHT]: "_8qhmry",
|
|
17
|
+
[EIconsTheme.DARK]: "_1vmq1wt",
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
[EIconsTheme.LIGHT]: "
|
|
21
|
-
[EIconsTheme.DARK]: "
|
|
20
|
+
[EIconsTheme.LIGHT]: "_so7p0s",
|
|
21
|
+
[EIconsTheme.DARK]: "_2tex7t",
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
[EIconsTheme.LIGHT]: "
|
|
25
|
-
[EIconsTheme.DARK]: "
|
|
24
|
+
[EIconsTheme.LIGHT]: "_1m4g4mo",
|
|
25
|
+
[EIconsTheme.DARK]: "_q7ktki",
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
[EIconsTheme.LIGHT]: "
|
|
29
|
-
[EIconsTheme.DARK]: "
|
|
28
|
+
[EIconsTheme.LIGHT]: "_q7ktki",
|
|
29
|
+
[EIconsTheme.DARK]: "_1m4g4mo",
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
[EIconsTheme.LIGHT]: "
|
|
33
|
-
[EIconsTheme.DARK]: "
|
|
32
|
+
[EIconsTheme.LIGHT]: "_1rvkgpz",
|
|
33
|
+
[EIconsTheme.DARK]: "_l8twh",
|
|
34
34
|
},
|
|
35
35
|
];
|
|
36
36
|
const getPathClassName = (paletteIndex, theme) => themeToClassNamePalettes[paletteIndex][theme];
|