@pushwoosh/kit-icons 2.1.9 → 2.1.10
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/icons/ai-creator-icon/ai-creator-icon.component.d.ts +3 -0
- package/icons/ai-creator-icon/ai-creator-icon.component.js +3 -0
- package/icons/ai-creator-icon/ai-creator-icon.types.d.ts +5 -0
- package/icons/ai-creator-icon/ai-creator-icon.types.js +1 -0
- package/icons/ai-creator-icon/assets/index.d.ts +8 -0
- package/icons/ai-creator-icon/assets/index.js +10 -0
- package/icons/ai-creator-icon/assets/name_ai_creator_size_medium_view_filled.js +11 -0
- package/icons/ai-creator-icon/assets/name_ai_creator_size_medium_view_lined.js +11 -0
- package/icons/ai-creator-icon/assets/name_ai_creator_size_small_view_filled.js +11 -0
- package/icons/ai-creator-icon/assets/name_ai_creator_size_small_view_lined.js +11 -0
- package/icons/ai-creator-icon/index.d.ts +2 -0
- package/icons/ai-creator-icon/index.js +2 -0
- package/icons/cart-icon/assets/index.d.ts +8 -0
- package/icons/cart-icon/assets/index.js +10 -0
- package/icons/cart-icon/assets/name_cart_size_medium_view_filled.js +11 -0
- package/icons/cart-icon/assets/name_cart_size_medium_view_lined.js +11 -0
- package/icons/cart-icon/assets/name_cart_size_small_view_filled.js +18 -0
- package/icons/cart-icon/assets/name_cart_size_small_view_lined.js +18 -0
- package/icons/cart-icon/cart-icon.component.d.ts +3 -0
- package/icons/cart-icon/cart-icon.component.js +3 -0
- package/icons/cart-icon/cart-icon.types.d.ts +5 -0
- package/icons/cart-icon/cart-icon.types.js +1 -0
- package/icons/cart-icon/index.d.ts +2 -0
- package/icons/cart-icon/index.js +2 -0
- package/icons/click-icon/assets/index.d.ts +8 -0
- package/icons/click-icon/assets/index.js +10 -0
- package/icons/click-icon/assets/name_click_size_medium_view_filled.js +11 -0
- package/icons/click-icon/assets/name_click_size_medium_view_lined.js +11 -0
- package/icons/click-icon/assets/name_click_size_small_view_filled.js +11 -0
- package/icons/click-icon/assets/name_click_size_small_view_lined.js +11 -0
- package/icons/click-icon/click-icon.component.d.ts +3 -0
- package/icons/click-icon/click-icon.component.js +3 -0
- package/icons/click-icon/click-icon.types.d.ts +5 -0
- package/icons/click-icon/click-icon.types.js +1 -0
- package/icons/click-icon/index.d.ts +2 -0
- package/icons/click-icon/index.js +2 -0
- package/icons/help-round-icon/assets/index.d.ts +2 -0
- package/icons/help-round-icon/assets/index.js +5 -1
- package/icons/help-round-icon/assets/name_help_round_size_medium_view_filled.js +1 -3
- package/icons/help-round-icon/assets/name_help_round_size_medium_view_lined.js +1 -3
- package/icons/help-round-icon/assets/name_help_round_size_medium_view_shaded.js +19 -0
- package/icons/help-round-icon/assets/name_help_round_size_small_view_filled.js +1 -3
- package/icons/help-round-icon/assets/name_help_round_size_small_view_lined.js +1 -6
- package/icons/help-round-icon/assets/name_help_round_size_small_view_shaded.js +19 -0
- package/icons/help-round-icon/help-round-icon.types.d.ts +1 -1
- package/icons/index.d.ts +3 -128
- package/icons/index.js +4 -129
- package/icons/info-round-icon/assets/index.d.ts +2 -0
- package/icons/info-round-icon/assets/index.js +5 -1
- package/icons/info-round-icon/assets/name_info_round_size_medium_view_filled.js +1 -3
- package/icons/info-round-icon/assets/name_info_round_size_medium_view_lined.js +1 -3
- package/icons/info-round-icon/assets/name_info_round_size_medium_view_shaded.js +19 -0
- package/icons/info-round-icon/assets/name_info_round_size_small_view_filled.js +1 -3
- package/icons/info-round-icon/assets/name_info_round_size_small_view_lined.js +1 -3
- package/icons/info-round-icon/assets/name_info_round_size_small_view_shaded.js +19 -0
- package/icons/info-round-icon/info-round-icon.types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'medium-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
'medium-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'small-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
'small-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import medium_filled from "./name_ai_creator_size_medium_view_filled.js";
|
|
2
|
+
import medium_lined from "./name_ai_creator_size_medium_view_lined.js";
|
|
3
|
+
import small_filled from "./name_ai_creator_size_small_view_filled.js";
|
|
4
|
+
import small_lined from "./name_ai_creator_size_small_view_lined.js";
|
|
5
|
+
export default {
|
|
6
|
+
'medium-filled': medium_filled,
|
|
7
|
+
'medium-lined': medium_lined,
|
|
8
|
+
'small-filled': small_filled,
|
|
9
|
+
'small-lined': small_lined
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameAiCreatorSizeMediumViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M5.82 15.068a.5.5 0 0 1 .945 0l.481 1.398a.5.5 0 0 0 .31.31l1.4.48a.5.5 0 0 1 0 .945l-1.4.479a.5.5 0 0 0-.31.31l-.481 1.399a.5.5 0 0 1-.946 0l-.481-1.399a.5.5 0 0 0-.312-.31l-1.398-.48a.5.5 0 0 1 0-.946l1.398-.478a.5.5 0 0 0 .312-.311zM11.816 4.07a.5.5 0 0 1 .947 0l1.756 5.123a.5.5 0 0 0 .31.31l5.121 1.757a.5.5 0 0 1 0 .945l-5.12 1.757a.5.5 0 0 0-.311.31l-1.756 5.123a.5.5 0 0 1-.947 0l-1.755-5.121a.5.5 0 0 0-.311-.31l-5.12-1.76a.5.5 0 0 1 0-.945l5.12-1.757a.5.5 0 0 0 .31-.31zm6.002-1.002a.5.5 0 0 1 .946 0l.481 1.398a.5.5 0 0 0 .31.31l1.4.48a.5.5 0 0 1 0 .945l-1.4.479a.5.5 0 0 0-.31.31l-.481 1.399a.5.5 0 0 1-.946 0l-.481-1.399a.5.5 0 0 0-.312-.31l-1.397-.48a.5.5 0 0 1 0-.946l1.398-.478a.5.5 0 0 0 .312-.311z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameAiCreatorSizeMediumViewFilledSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameAiCreatorSizeMediumViewLinedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M6.057 14.807a.5.5 0 0 1 .946 0l.481 1.398a.5.5 0 0 0 .31.31l1.4.48a.5.5 0 0 1 0 .946l-1.4.478a.5.5 0 0 0-.31.31l-.481 1.4-.034.078a.501.501 0 0 1-.877 0l-.035-.079-.481-1.398a.5.5 0 0 0-.208-.262l-.104-.049-1.398-.478a.5.5 0 0 1 0-.947l1.398-.478a.5.5 0 0 0 .311-.31zm6-10.997a.5.5 0 0 1 .945 0l1.756 5.12a.5.5 0 0 0 .31.311l5.122 1.76a.5.5 0 0 1 0 .945l-5.122 1.756a.5.5 0 0 0-.31.31l-1.63 4.754-.126.369-.035.08a.501.501 0 0 1-.876 0l-.036-.08-.127-.368-1.63-4.754a.5.5 0 0 0-.206-.262l-.104-.049-5.12-1.756a.5.5 0 0 1 0-.946l5.12-1.758a.5.5 0 0 0 .31-.31zM6.52 16.532a1.5 1.5 0 0 1-.932.93l-.017.005.017.006a1.5 1.5 0 0 1 .867.771l.065.16.008.024.009-.024.065-.16c.173-.36.485-.64.868-.771l.015-.006-.016-.005a1.5 1.5 0 0 1-.932-.931l-.009-.025zm5.196-7.113a2 2 0 0 1-1.242 1.242l-2.365.81 2.364.812a2 2 0 0 1 1.243 1.243l.811 2.364.81-2.363.088-.213a2 2 0 0 1 1.156-1.03l2.364-.812-2.365-.812a2 2 0 0 1-1.242-1.243l-.81-2.363zm6.34-6.612a.5.5 0 0 1 .946 0l.481 1.398a.5.5 0 0 0 .31.31l1.4.48a.5.5 0 0 1 0 .946l-1.4.478a.5.5 0 0 0-.31.31l-.481 1.4-.035.078a.501.501 0 0 1-.876 0l-.035-.079-.481-1.398a.5.5 0 0 0-.208-.262l-.104-.049-1.398-.478a.5.5 0 0 1 0-.947l1.398-.478a.5.5 0 0 0 .311-.31zm.464 1.724a1.5 1.5 0 0 1-.932.931l-.017.005.017.006a1.5 1.5 0 0 1 .867.771l.065.16.008.024.009-.023.065-.16a1.5 1.5 0 0 1 .868-.772l.015-.006-.015-.005a1.5 1.5 0 0 1-.933-.931l-.009-.025z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameAiCreatorSizeMediumViewLinedSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameAiCreatorSizeSmallViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M12.22 10.76a.3.3 0 0 1 .562 0l.345.936a.3.3 0 0 0 .178.177l.935.346a.3.3 0 0 1 0 .563l-.935.345a.3.3 0 0 0-.178.178l-.345.935a.3.3 0 0 1-.563 0l-.346-.935a.3.3 0 0 0-.177-.178l-.935-.345a.3.3 0 0 1 0-.563l.935-.346a.3.3 0 0 0 .177-.177zm-6-9a.3.3 0 0 1 .562 0l1.156 3.125c.03.082.095.148.178.178l3.124 1.156a.3.3 0 0 1 0 .563L8.116 7.938a.3.3 0 0 0-.178.177L6.782 11.24a.3.3 0 0 1-.563 0L5.063 8.115a.3.3 0 0 0-.178-.177L1.761 6.782a.3.3 0 0 1 0-.563l3.124-1.156a.3.3 0 0 0 .178-.178z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameAiCreatorSizeSmallViewFilledSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameAiCreatorSizeSmallViewLinedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M12.22 10.76a.3.3 0 0 1 .562 0l.345.936a.3.3 0 0 0 .178.176l.935.347a.3.3 0 0 1 0 .563l-.935.345a.3.3 0 0 0-.178.178l-.345.935a.3.3 0 0 1-.563 0l-.345-.935a.3.3 0 0 0-.178-.178l-.935-.345a.3.3 0 0 1 0-.563l.935-.347a.3.3 0 0 0 .178-.176zM5.59 1.34c.422-.75 1.578-.697 1.895.16l1.084 2.931L11.5 5.516c.913.338.913 1.63 0 1.969L8.569 8.569 7.485 11.5c-.339.914-1.63.914-1.969 0L4.431 8.57l-2.93-1.084c-.914-.339-.914-1.63 0-1.97l2.93-1.084 1.085-2.93zm.176 3.806a1.05 1.05 0 0 1-.62.62L3.161 6.5l1.985.735c.287.106.514.333.62.62L6.5 9.839l.735-1.984.045-.105a1.05 1.05 0 0 1 .575-.515L9.839 6.5l-1.984-.734a1.05 1.05 0 0 1-.62-.62L6.5 3.16z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameAiCreatorSizeSmallViewLinedSvg;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'medium-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
'medium-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'small-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
'small-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import medium_filled from "./name_cart_size_medium_view_filled.js";
|
|
2
|
+
import medium_lined from "./name_cart_size_medium_view_lined.js";
|
|
3
|
+
import small_filled from "./name_cart_size_small_view_filled.js";
|
|
4
|
+
import small_lined from "./name_cart_size_small_view_lined.js";
|
|
5
|
+
export default {
|
|
6
|
+
'medium-filled': medium_filled,
|
|
7
|
+
'medium-lined': medium_lined,
|
|
8
|
+
'small-filled': small_filled,
|
|
9
|
+
'small-lined': small_lined
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameCartSizeMediumViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M8.666 17.916a1.584 1.584 0 1 1 0 3.166 1.584 1.584 0 0 1 0-3.166m9.167 0a1.584 1.584 0 1 1-.002 3.168 1.584 1.584 0 0 1 .002-3.168M5.505 2.97a.75.75 0 0 1 .603.58l.766 3.575h13.534a.75.75 0 0 1 .733.912l-1.375 6.192a2.42 2.42 0 0 1-2.357 1.896H9.258v-.002a2.416 2.416 0 0 1-2.4-1.908L5.535 8.037l-.008-.032-.758-3.547H3.708a.75.75 0 0 1 0-1.5h1.667z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameCartSizeMediumViewFilledSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameCartSizeMediumViewLinedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M8.666 17.916a1.584 1.584 0 1 1 0 3.166 1.584 1.584 0 0 1 0-3.166m9.167 0a1.584 1.584 0 1 1-.002 3.168 1.584 1.584 0 0 1 .002-3.168M5.505 2.97a.75.75 0 0 1 .603.58l.766 3.575h13.534a.75.75 0 0 1 .733.912l-.871 3.92-.504 2.271a2.42 2.42 0 0 1-2.357 1.897H9.258v-.002a2.42 2.42 0 0 1-2.4-1.908l-.485-2.264-.839-3.914-.006-.03-.76-3.549h-1.06a.75.75 0 0 1 0-1.5h1.667zm2.82 10.93a.92.92 0 0 0 .916.724h.66l-.263-2.081H8.034zm3.09.724h1.168l.002-2.081H11.15zm2.668 0h1.249l.242-2.081h-1.489zm2.759 0h.565a.92.92 0 0 0 .894-.72v-.002l.302-1.36h-1.519zm-9.13-3.581h1.735l-.306-2.42H7.194zm3.248 0h1.625l.002-2.42h-1.934zm3.125 0h1.664l.281-2.42h-1.943zm3.174 0h1.677l.537-2.42H17.54z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameCartSizeMediumViewLinedSvg;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameCartSizeSmallViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
8
|
+
clipPath: "url(#prefix__a)"
|
|
9
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M5.479 12.59a1.417 1.417 0 1 1-1.554 1.555L3.917 14l.008-.146a1.417 1.417 0 0 1 1.409-1.271zm7.334 0a1.417 1.417 0 1 1-1.555 1.555L11.25 14l.007-.146a1.417 1.417 0 0 1 1.409-1.271zM2.83.628a.75.75 0 0 1 .604.581l.587 2.74h10.706a.752.752 0 0 1 .732.913l-1.1 4.953a2.086 2.086 0 0 1-2.03 1.634H5.807A2.08 2.08 0 0 1 3.74 9.803L2.68 4.857l-.003-.017-.583-2.724h-.727a.75.75 0 0 1 0-1.5H2.7z"
|
|
12
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
13
|
+
id: "prefix__a"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#fff",
|
|
16
|
+
d: "M0 0h16v16H0z"
|
|
17
|
+
}))));
|
|
18
|
+
export default NameCartSizeSmallViewFilledSvg;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameCartSizeSmallViewLinedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
8
|
+
clipPath: "url(#prefix__a)"
|
|
9
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M5.479 12.59a1.417 1.417 0 1 1-1.554 1.555L3.917 14l.008-.146a1.417 1.417 0 0 1 1.409-1.271zm7.334 0a1.417 1.417 0 1 1-1.555 1.555L11.25 14l.007-.146a1.417 1.417 0 0 1 1.409-1.271zM2.7.616c.353 0 .66.247.734.593l.587 2.74h10.706a.753.753 0 0 1 .732.913l-.661 2.978-.439 1.975a2.085 2.085 0 0 1-2.03 1.634H5.807v-.001A2.08 2.08 0 0 1 3.74 9.803l-.422-1.97-.637-2.976-.004-.017-.583-2.724h-.727a.75.75 0 0 1 0-1.5zm2.507 8.873a.584.584 0 0 0 .583.461l.018-.001H6.84l-.13-1.522H4.98zm3.139.46h1.553l.062-1.522H8.216zm3.053 0h.927a.584.584 0 0 0 .569-.458V9.49l.237-1.063h-1.67zM4.66 6.927h1.924l-.126-1.478H4.342zm3.429 0h1.934l.06-1.478h-2.12zm3.435 0h1.942l.328-1.478h-2.211z"
|
|
12
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
13
|
+
id: "prefix__a"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#fff",
|
|
16
|
+
d: "M0 0h16v16H0z"
|
|
17
|
+
}))));
|
|
18
|
+
export default NameCartSizeSmallViewLinedSvg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'medium-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
'medium-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'small-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
'small-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import medium_filled from "./name_click_size_medium_view_filled.js";
|
|
2
|
+
import medium_lined from "./name_click_size_medium_view_lined.js";
|
|
3
|
+
import small_filled from "./name_click_size_small_view_filled.js";
|
|
4
|
+
import small_lined from "./name_click_size_small_view_lined.js";
|
|
5
|
+
export default {
|
|
6
|
+
'medium-filled': medium_filled,
|
|
7
|
+
'medium-lined': medium_lined,
|
|
8
|
+
'small-filled': small_filled,
|
|
9
|
+
'small-lined': small_lined
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameClickSizeMediumViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M10.254 9.102c.169-.007.338.022.495.087h.001l9.167 3.75.001.001c.171.07.322.18.442.32l.11.148.082.163a1.168 1.168 0 0 1-.806 1.582l-3.624.868a.1.1 0 0 0-.04.023l-.022.039-.866 3.62a1.168 1.168 0 0 1-2.216.175l-3.75-9.167a1.17 1.17 0 0 1-.067-.667l.045-.167c.058-.163.152-.312.275-.435l.13-.113c.14-.103.3-.174.471-.207zm-3.406 2.734a.75.75 0 0 1 1.087 1.034l-1.583 1.666a.75.75 0 1 1-1.087-1.033zM3.502 8.153a.75.75 0 0 1 .922-.523l2.417.667a.75.75 0 0 1-.4 1.446l-2.415-.667a.75.75 0 0 1-.524-.923m10.04-2.927a.75.75 0 0 1 1.033 1.087l-1.666 1.583a.75.75 0 0 1-1.034-1.087zm-5.35-1.763a.75.75 0 0 1 .923.524l.667 2.416a.75.75 0 0 1-1.447.4l-.667-2.418a.75.75 0 0 1 .524-.921"
|
|
10
|
+
}));
|
|
11
|
+
export default NameClickSizeMediumViewFilledSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameClickSizeMediumViewLinedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M9.863 8.75c.169-.008.338.021.495.086l9.168 3.75v.001c.172.07.323.18.442.32l.11.148.083.163a1.167 1.167 0 0 1-.807 1.582l-3.623.868h-.001a.1.1 0 0 0-.04.023l-.021.039-.867 3.62h.001a1.17 1.17 0 0 1-1.75.727 1.17 1.17 0 0 1-.467-.552l-3.75-9.166v-.001a1.17 1.17 0 0 1-.067-.667l.046-.167c.058-.163.151-.312.274-.435l.131-.113c.139-.103.3-.174.47-.207zm3.72 9.25.627-2.62a1.58 1.58 0 0 1 1.171-1.17l2.617-.628-7.473-3.057zm-7.126-6.516a.75.75 0 1 1 1.086 1.033L5.96 14.183a.75.75 0 1 1-1.086-1.033zM3.11 7.8a.75.75 0 0 1 .922-.523l2.417.667a.75.75 0 0 1-.4 1.446l-2.416-.667A.75.75 0 0 1 3.11 7.8m10.04-2.927a.75.75 0 0 1 1.033 1.087l-1.666 1.583a.75.75 0 0 1-1.033-1.087zM7.8 3.111a.75.75 0 0 1 .923.523L9.39 6.05a.75.75 0 0 1-1.446.4l-.667-2.418a.75.75 0 0 1 .523-.921"
|
|
10
|
+
}));
|
|
11
|
+
export default NameClickSizeMediumViewLinedSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameClickSizeSmallViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M6.283 5.249c.16-.007.32.022.47.085H6.75l7.327 2.997c.159.065.299.167.41.296l.101.138.077.152a1.09 1.09 0 0 1-.176 1.12c-.15.174-.35.295-.572.348v.002l-2.85.681-.68 2.846a1.09 1.09 0 0 1-.97.834 1.09 1.09 0 0 1-1.088-.672v-.001L5.334 6.752a1.1 1.1 0 0 1-.066-.628l.042-.155c.054-.151.14-.29.255-.404l.122-.105c.129-.095.278-.16.437-.192zM3.456 7.483a.75.75 0 0 1 1.087 1.033L3.277 9.85a.75.75 0 0 1-1.088-1.032zM.744 4.6a.75.75 0 0 1 .922-.523l1.933.533a.75.75 0 0 1-.4 1.446l-1.932-.533A.75.75 0 0 1 .744 4.6m8.073-2.41a.75.75 0 0 1 1.032 1.087L8.516 4.544a.75.75 0 0 1-1.033-1.088zM4.6.743a.75.75 0 0 1 .923.523L6.056 3.2a.75.75 0 0 1-1.446.4l-.533-1.934A.75.75 0 0 1 4.6.744"
|
|
10
|
+
}));
|
|
11
|
+
export default NameClickSizeSmallViewFilledSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameClickSizeSmallViewLinedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M6.284 5.25c.16-.008.32.021.47.084h-.002l7.327 2.997c.158.065.299.167.41.296l.101.139.077.151a1.09 1.09 0 0 1-.176 1.12c-.15.174-.35.296-.573.349h.001l-2.85.683-.68 2.845v.001a1.085 1.085 0 0 1-1.625.675 1.1 1.1 0 0 1-.434-.514L5.334 6.751v.001a1.1 1.1 0 0 1-.065-.629l.042-.155c.054-.151.14-.29.255-.403l.122-.106c.129-.095.278-.16.436-.191zm2.945 7.063.393-1.643A1.4 1.4 0 0 1 10 9.996l.147-.128c.155-.117.334-.201.524-.247l1.642-.393-5.218-2.135zm-5.773-4.83a.75.75 0 0 1 1.088 1.034L3.278 9.85A.75.75 0 0 1 2.19 8.818zM.745 4.602a.75.75 0 0 1 .921-.524l1.934.534a.75.75 0 0 1-.4 1.446l-1.932-.533A.75.75 0 0 1 .745 4.6m8.073-2.41A.75.75 0 0 1 9.85 3.278L8.517 4.544a.75.75 0 0 1-1.033-1.088zM4.6.744a.75.75 0 0 1 .923.524L6.057 3.2a.751.751 0 0 1-1.446.4l-.533-1.934A.75.75 0 0 1 4.6.744"
|
|
10
|
+
}));
|
|
11
|
+
export default NameClickSizeSmallViewLinedSvg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
declare const _default: {
|
|
3
3
|
'medium-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
'medium-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'medium-shaded': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
6
|
'small-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
7
|
'small-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
'small-shaded': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
9
|
};
|
|
8
10
|
export default _default;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import medium_filled from "./name_help_round_size_medium_view_filled.js";
|
|
2
2
|
import medium_lined from "./name_help_round_size_medium_view_lined.js";
|
|
3
|
+
import medium_shaded from "./name_help_round_size_medium_view_shaded.js";
|
|
3
4
|
import small_filled from "./name_help_round_size_small_view_filled.js";
|
|
4
5
|
import small_lined from "./name_help_round_size_small_view_lined.js";
|
|
6
|
+
import small_shaded from "./name_help_round_size_small_view_shaded.js";
|
|
5
7
|
export default {
|
|
6
8
|
'medium-filled': medium_filled,
|
|
7
9
|
'medium-lined': medium_lined,
|
|
10
|
+
'medium-shaded': medium_shaded,
|
|
8
11
|
'small-filled': small_filled,
|
|
9
|
-
'small-lined': small_lined
|
|
12
|
+
'small-lined': small_lined,
|
|
13
|
+
'small-shaded': small_shaded
|
|
10
14
|
};
|
|
@@ -6,8 +6,6 @@ const NameHelpRoundSizeMediumViewFilledSvg = props => /*#__PURE__*/React.createE
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
|
|
10
|
-
d: "M3 12c0-4.974 4.025-9 9-9s9 4.025 9 9-4.025 9-9 9-9-4.025-9-9m9.223-3.562a1.75 1.75 0 0 0-1.947 1.144l-.332.943-1.887-.663.332-.944a3.75 3.75 0 0 1 7.288 1.25c0 1.447-1.073 2.395-1.82 2.893a7 7 0 0 1-.93.522v1.167h-2v-1.833a1 1 0 0 1 .682-.949l.014-.004.066-.025a5.5 5.5 0 0 0 1.058-.542c.627-.418.93-.844.93-1.23v-.002a1.75 1.75 0 0 0-1.454-1.727M13.25 17a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0",
|
|
11
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M15.2 4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.31C20 6.28 20 7.12 20 8.8v6.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.31 1.31C17.72 20 16.88 20 15.2 20H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.31C4 17.72 4 16.88 4 15.2V8.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.31-1.31C6.28 4 7.12 4 8.8 4zM12 15.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m.56-9.283a3.75 3.75 0 0 0-4.17 2.451l-.331.943 1.886.664.331-.943a1.75 1.75 0 0 1 3.402.583v.002c0 .386-.303.813-.93 1.23a5.5 5.5 0 0 1-1.125.567l-.013.005a1 1 0 0 0-.682.948v1.833h2v-1.167c.268-.127.597-.3.93-.521.747-.499 1.82-1.447 1.82-2.894a3.75 3.75 0 0 0-3.117-3.701"
|
|
12
10
|
}));
|
|
13
11
|
export default NameHelpRoundSizeMediumViewFilledSvg;
|
|
@@ -6,8 +6,6 @@ const NameHelpRoundSizeMediumViewLinedSvg = props => /*#__PURE__*/React.createEl
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
|
|
10
|
-
d: "M12 19.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15m9-7.5a9 9 0 1 1-18 0 9 9 0 0 1 18 0m-8.735-3.809A2 2 0 0 0 10.04 9.5.75.75 0 1 1 8.625 9a3.5 3.5 0 0 1 6.802 1.166c0 1.315-.977 2.198-1.71 2.686a7 7 0 0 1-1.04.57v.077a.75.75 0 0 1-1.5 0v-.583a.75.75 0 0 1 .511-.711h.001l.002-.001.015-.006.072-.026c.064-.025.159-.062.274-.114a6 6 0 0 0 .834-.454c.642-.428 1.04-.92 1.04-1.438v-.001a2 2 0 0 0-1.661-1.975m3.162 1.976h-.75zM12 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
|
|
11
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M16.313 4.005c.975.015 1.568.077 2.05.322a3 3 0 0 1 1.31 1.31C20 6.28 20 7.12 20 8.8v6.4l-.005 1.113c-.015.975-.077 1.568-.322 2.05l-.115.205a3 3 0 0 1-1.196 1.105l-.123.058c-.46.197-1.032.25-1.927.264L15.2 20H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.196-1.105l-.115-.206c-.245-.481-.307-1.074-.322-2.05L4 15.2V8.8c0-1.575 0-2.412.27-3.04l.057-.122a3 3 0 0 1 1.105-1.196l.206-.115C6.279 4 7.12 4 8.8 4h6.4zM8.8 5.5c-.865 0-1.423.001-1.848.036-.407.033-.558.09-.633.127a1.5 1.5 0 0 0-.656.656c-.038.075-.094.226-.127.633-.035.425-.036.983-.036 1.848v6.4c0 .865.001 1.423.036 1.848.033.407.09.558.127.633.144.282.374.512.656.656.075.038.226.094.633.127.425.035.983.036 1.848.036h6.4c.865 0 1.423-.001 1.848-.036.407-.033.558-.09.633-.127.282-.144.512-.374.656-.656.038-.075.094-.226.127-.633.035-.425.036-.983.036-1.848V8.8c0-.865-.001-1.423-.036-1.848-.033-.407-.09-.558-.127-.633a1.5 1.5 0 0 0-.656-.656c-.075-.038-.226-.094-.633-.127-.425-.035-.983-.036-1.848-.036zM12 15a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-1.847-7.854a3.501 3.501 0 0 1 5.274 3.021c0 1.315-.976 2.198-1.71 2.687a7 7 0 0 1-1.04.569v.078a.751.751 0 0 1-1.5 0v-.584a.75.75 0 0 1 .513-.71h-.002l.003-.002.016-.005.071-.026a5.7 5.7 0 0 0 1.107-.568c.643-.428 1.041-.92 1.042-1.439v-.001a2 2 0 0 0-1.661-1.975A2 2 0 0 0 10.04 9.5a.75.75 0 0 1-1.414-.497 3.5 3.5 0 0 1 1.527-1.856"
|
|
12
10
|
}));
|
|
13
11
|
export default NameHelpRoundSizeMediumViewLinedSvg;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameHelpRoundSizeMediumViewShadedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
x: 4,
|
|
11
|
+
y: 4,
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
opacity: 0.1,
|
|
14
|
+
rx: 3
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M12 15.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-1.973-8.82a3.75 3.75 0 0 1 5.65 3.238c0 1.447-1.073 2.395-1.82 2.893a7 7 0 0 1-.93.523v1.167h-2v-1.835a1 1 0 0 1 .682-.948l.014-.005.066-.024a5.5 5.5 0 0 0 1.058-.542c.627-.418.93-.845.93-1.23v-.002a1.751 1.751 0 0 0-3.4-.583l-.333.943-1.887-.663.332-.944a3.75 3.75 0 0 1 1.638-1.989"
|
|
18
|
+
}));
|
|
19
|
+
export default NameHelpRoundSizeMediumViewShadedSvg;
|
|
@@ -6,8 +6,6 @@ const NameHelpRoundSizeSmallViewFilledSvg = props => /*#__PURE__*/React.createEl
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
|
|
10
|
-
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M8.133 5.58a1.1 1.1 0 0 0-1.224.719l-.133.377a.5.5 0 0 1-.637.306l-.755-.266a.5.5 0 0 1-.306-.637l.133-.378a2.9 2.9 0 0 1 5.636.966c0 1.144-.847 1.879-1.401 2.249-.211.14-.419.255-.6.344a.44.44 0 0 1-.44.44h-.86a.5.5 0 0 1-.5-.5v-.533a.9.9 0 0 1 .613-.853l.009-.003.044-.017q.065-.022.182-.075a4 4 0 0 0 .553-.301c.446-.297.6-.562.6-.751v-.002a1.1 1.1 0 0 0-.914-1.085M8 12.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
|
|
11
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M10.2 1c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.312C15 3.28 15 4.12 15 5.799V10.2c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.31 1.31C12.72 15 11.88 15 10.2 15H5.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.31C1 12.72 1 11.88 1 10.2V5.8c0-1.68 0-2.52.327-3.161a3 3 0 0 1 1.31-1.312C3.28 1 4.12 1 5.8 1zM8 10.501a1 1 0 1 0 0 2 1 1 0 0 0 0-2m.438-6.695a2.9 2.9 0 0 0-3.226 1.896l-.3.849 1.7.597.297-.85a1.102 1.102 0 0 1 1.88-.342c.167.199.258.45.258.71v.001c0 .189-.154.454-.599.751a3.8 3.8 0 0 1-.78.394l-.006.001a.9.9 0 0 0-.615.854V9.7h1.8v-.445c.18-.09.39-.2.6-.339.519-.346 1.296-1.015 1.39-2.04l.01-.209a2.9 2.9 0 0 0-2.41-2.861"
|
|
12
10
|
}));
|
|
13
11
|
export default NameHelpRoundSizeSmallViewFilledSvg;
|
|
@@ -6,11 +6,6 @@ const NameHelpRoundSizeSmallViewLinedSvg = props => /*#__PURE__*/React.createEle
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
d: "
|
|
10
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "currentColor",
|
|
12
|
-
fillRule: "evenodd",
|
|
13
|
-
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11",
|
|
14
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M11.313 1.005c.975.015 1.568.077 2.05.322a3 3 0 0 1 1.31 1.31C15 3.28 15 4.12 15 5.8v4.4l-.005 1.113c-.015.975-.077 1.568-.322 2.05l-.115.205a3 3 0 0 1-1.196 1.105l-.123.057c-.46.198-1.032.251-1.927.265L10.2 15H5.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.196-1.105l-.115-.206c-.245-.481-.307-1.074-.322-2.05L1 10.2V5.8c0-1.575 0-2.412.27-3.04l.057-.122a3 3 0 0 1 1.105-1.196l.206-.115C3.279 1 4.12 1 5.8 1h4.4zM5.8 2.5c-.865 0-1.423.001-1.848.036-.407.033-.558.09-.633.127a1.5 1.5 0 0 0-.656.656c-.038.075-.094.226-.127.633-.035.425-.036.983-.036 1.848v4.4c0 .865.001 1.423.036 1.848.033.407.09.558.127.633.144.282.374.512.656.656.075.038.226.094.633.127.425.035.983.036 1.848.036h4.4c.865 0 1.423-.001 1.848-.036.407-.033.558-.09.633-.127.282-.144.512-.374.656-.656.038-.075.094-.226.127-.633.035-.425.036-.983.036-1.848V5.8c0-.865-.001-1.423-.036-1.848-.033-.407-.09-.558-.127-.633a1.5 1.5 0 0 0-.656-.656c-.075-.038-.226-.094-.633-.127-.425-.035-.983-.036-1.848-.036zM8 10.497a1 1 0 1 1 0 2 1 1 0 0 1 0-2M6.63 4.42a2.601 2.601 0 0 1 3.917 2.244c0 .985-.73 1.642-1.267 2-.266.177-.53.31-.733.401V9.8h-1.2V8.663a.6.6 0 0 1 .41-.57l.012-.003.05-.019a4 4 0 0 0 .795-.407c.464-.309.734-.653.734-1v-.002a1.402 1.402 0 0 0-2.11-1.209c-.285.168-.501.43-.611.742l-.2.567-1.132-.399.2-.565a2.6 2.6 0 0 1 1.135-1.38"
|
|
15
10
|
}));
|
|
16
11
|
export default NameHelpRoundSizeSmallViewLinedSvg;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameHelpRoundSizeSmallViewShadedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
8
|
+
width: 14,
|
|
9
|
+
height: 14,
|
|
10
|
+
x: 1,
|
|
11
|
+
y: 1,
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
opacity: 0.1,
|
|
14
|
+
rx: 3
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M8 10.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2M6.478 4.164a2.902 2.902 0 0 1 4.37 2.503l-.01.21c-.095 1.025-.872 1.693-1.392 2.04a6 6 0 0 1-.598.338V9.7H7.047V8.667a.9.9 0 0 1 .615-.853l.006-.002.045-.017a3.8 3.8 0 0 0 .735-.377c.445-.297.599-.562.599-.751a1.1 1.1 0 0 0-.914-1.087 1.1 1.1 0 0 0-1.224.719l-.298.85-1.699-.598.3-.849a2.9 2.9 0 0 1 1.266-1.538"
|
|
18
|
+
}));
|
|
19
|
+
export default NameHelpRoundSizeSmallViewShadedSvg;
|
package/icons/index.d.ts
CHANGED
|
@@ -1,130 +1,5 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './attachment-icon';
|
|
5
|
-
export * from './backup-icon';
|
|
6
|
-
export * from './billing-icon';
|
|
7
|
-
export * from './bookmark-icon';
|
|
8
|
-
export * from './box-icon';
|
|
9
|
-
export * from './browser-icon';
|
|
10
|
-
export * from './bullet-icon';
|
|
11
|
-
export * from './calendar-icon';
|
|
12
|
-
export * from './call-icon';
|
|
13
|
-
export * from './certificate-icon';
|
|
14
|
-
export * from './change-icon';
|
|
15
|
-
export * from './check-round-icon';
|
|
16
|
-
export * from './check-icon';
|
|
17
|
-
export * from './chevron-icon';
|
|
18
|
-
export * from './close-round-icon';
|
|
19
|
-
export * from './close-icon';
|
|
20
|
-
export * from './cloud-icon';
|
|
21
|
-
export * from './code-icon';
|
|
22
|
-
export * from './collapse-icon';
|
|
23
|
-
export * from './color-icon';
|
|
24
|
-
export * from './comment-icon';
|
|
25
|
-
export * from './compare-icon';
|
|
26
|
-
export * from './copy-icon';
|
|
27
|
-
export * from './crown-icon';
|
|
28
|
-
export * from './csv-icon';
|
|
29
|
-
export * from './danger-triangle-icon';
|
|
30
|
-
export * from './desktop-icon';
|
|
31
|
-
export * from './device-icon';
|
|
32
|
-
export * from './docs-icon';
|
|
33
|
-
export * from './document-icon';
|
|
34
|
-
export * from './dollar-icon';
|
|
35
|
-
export * from './double-chevron-icon';
|
|
36
|
-
export * from './down-right-icon';
|
|
37
|
-
export * from './download-icon';
|
|
38
|
-
export * from './drag-icon';
|
|
39
|
-
export * from './dropdown-icon';
|
|
40
|
-
export * from './edit-icon';
|
|
41
|
-
export * from './email-address-icon';
|
|
42
|
-
export * from './email-icon';
|
|
43
|
-
export * from './emoji-icon';
|
|
44
|
-
export * from './eraser-icon';
|
|
45
|
-
export * from './expand-icon';
|
|
46
|
-
export * from './filter-icon';
|
|
47
|
-
export * from './finish-icon';
|
|
48
|
-
export * from './flash-icon';
|
|
49
|
-
export * from './folder-icon';
|
|
50
|
-
export * from './full-row-icon';
|
|
51
|
-
export * from './fullscreen-icon';
|
|
52
|
-
export * from './funnel-icon';
|
|
1
|
+
export * from './ai-creator-icon';
|
|
2
|
+
export * from './cart-icon';
|
|
3
|
+
export * from './click-icon';
|
|
53
4
|
export * from './help-round-icon';
|
|
54
|
-
export * from './history-log-icon';
|
|
55
|
-
export * from './history-icon';
|
|
56
|
-
export * from './home-icon';
|
|
57
|
-
export * from './host-icon';
|
|
58
|
-
export * from './image-icon';
|
|
59
|
-
export * from './inapp-icon';
|
|
60
|
-
export * from './industry-icon';
|
|
61
|
-
export * from './infinity-icon';
|
|
62
5
|
export * from './info-round-icon';
|
|
63
|
-
export * from './journey-icon';
|
|
64
|
-
export * from './kebab-icon';
|
|
65
|
-
export * from './key-icon';
|
|
66
|
-
export * from './language-icon';
|
|
67
|
-
export * from './layers-icon';
|
|
68
|
-
export * from './limit-icon';
|
|
69
|
-
export * from './link-icon';
|
|
70
|
-
export * from './list-icon';
|
|
71
|
-
export * from './lock-icon';
|
|
72
|
-
export * from './login-icon';
|
|
73
|
-
export * from './logout-icon';
|
|
74
|
-
export * from './menu-icon';
|
|
75
|
-
export * from './minus-round-icon';
|
|
76
|
-
export * from './minus-icon';
|
|
77
|
-
export * from './mobile-icon';
|
|
78
|
-
export * from './more-icon';
|
|
79
|
-
export * from './notes-list-icon';
|
|
80
|
-
export * from './notification-icon';
|
|
81
|
-
export * from './open-icon';
|
|
82
|
-
export * from './pause-round-icon';
|
|
83
|
-
export * from './photo-icon';
|
|
84
|
-
export * from './place-icon';
|
|
85
|
-
export * from './platform-logo-icon';
|
|
86
|
-
export * from './play-round-icon';
|
|
87
|
-
export * from './plugin-icon';
|
|
88
|
-
export * from './plus-round-icon';
|
|
89
|
-
export * from './plus-icon';
|
|
90
|
-
export * from './power-icon';
|
|
91
|
-
export * from './profile-icon';
|
|
92
|
-
export * from './pulse-icon';
|
|
93
|
-
export * from './push-icon';
|
|
94
|
-
export * from './redo-icon';
|
|
95
|
-
export * from './refresh-icon';
|
|
96
|
-
export * from './reload-icon';
|
|
97
|
-
export * from './reward-icon';
|
|
98
|
-
export * from './search-icon';
|
|
99
|
-
export * from './secure-icon';
|
|
100
|
-
export * from './segment-icon';
|
|
101
|
-
export * from './send-icon';
|
|
102
|
-
export * from './settings-icon';
|
|
103
|
-
export * from './sidebar-icon';
|
|
104
|
-
export * from './sms-icon';
|
|
105
|
-
export * from './social-logo-icon';
|
|
106
|
-
export * from './sort-icon';
|
|
107
|
-
export * from './star-icon';
|
|
108
|
-
export * from './stats-icon';
|
|
109
|
-
export * from './stop-icon';
|
|
110
|
-
export * from './super-user-icon';
|
|
111
|
-
export * from './tag-icon';
|
|
112
|
-
export * from './target-icon';
|
|
113
|
-
export * from './test-device-icon';
|
|
114
|
-
export * from './tiles-icon';
|
|
115
|
-
export * from './time-icon';
|
|
116
|
-
export * from './top-right-icon';
|
|
117
|
-
export * from './translate-icon';
|
|
118
|
-
export * from './trash-icon';
|
|
119
|
-
export * from './trophy-icon';
|
|
120
|
-
export * from './tutorial-icon';
|
|
121
|
-
export * from './undo-icon';
|
|
122
|
-
export * from './upload-icon';
|
|
123
|
-
export * from './user-icon';
|
|
124
|
-
export * from './variable-icon';
|
|
125
|
-
export * from './visibility-icon';
|
|
126
|
-
export * from './warning-round-icon';
|
|
127
|
-
export * from './webhook-icon';
|
|
128
|
-
export * from './whatsapp-icon';
|
|
129
|
-
export * from './wizard-icon';
|
|
130
|
-
export * from './zoom-icon';
|
package/icons/index.js
CHANGED
|
@@ -1,130 +1,5 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './attachment-icon';
|
|
5
|
-
export * from './backup-icon';
|
|
6
|
-
export * from './billing-icon';
|
|
7
|
-
export * from './bookmark-icon';
|
|
8
|
-
export * from './box-icon';
|
|
9
|
-
export * from './browser-icon';
|
|
10
|
-
export * from './bullet-icon';
|
|
11
|
-
export * from './calendar-icon';
|
|
12
|
-
export * from './call-icon';
|
|
13
|
-
export * from './certificate-icon';
|
|
14
|
-
export * from './change-icon';
|
|
15
|
-
export * from './check-round-icon';
|
|
16
|
-
export * from './check-icon';
|
|
17
|
-
export * from './chevron-icon';
|
|
18
|
-
export * from './close-round-icon';
|
|
19
|
-
export * from './close-icon';
|
|
20
|
-
export * from './cloud-icon';
|
|
21
|
-
export * from './code-icon';
|
|
22
|
-
export * from './collapse-icon';
|
|
23
|
-
export * from './color-icon';
|
|
24
|
-
export * from './comment-icon';
|
|
25
|
-
export * from './compare-icon';
|
|
26
|
-
export * from './copy-icon';
|
|
27
|
-
export * from './crown-icon';
|
|
28
|
-
export * from './csv-icon';
|
|
29
|
-
export * from './danger-triangle-icon';
|
|
30
|
-
export * from './desktop-icon';
|
|
31
|
-
export * from './device-icon';
|
|
32
|
-
export * from './docs-icon';
|
|
33
|
-
export * from './document-icon';
|
|
34
|
-
export * from './dollar-icon';
|
|
35
|
-
export * from './double-chevron-icon';
|
|
36
|
-
export * from './down-right-icon';
|
|
37
|
-
export * from './download-icon';
|
|
38
|
-
export * from './drag-icon';
|
|
39
|
-
export * from './dropdown-icon';
|
|
40
|
-
export * from './edit-icon';
|
|
41
|
-
export * from './email-address-icon';
|
|
42
|
-
export * from './email-icon';
|
|
43
|
-
export * from './emoji-icon';
|
|
44
|
-
export * from './eraser-icon';
|
|
45
|
-
export * from './expand-icon';
|
|
46
|
-
export * from './filter-icon';
|
|
47
|
-
export * from './finish-icon';
|
|
48
|
-
export * from './flash-icon';
|
|
49
|
-
export * from './folder-icon';
|
|
50
|
-
export * from './full-row-icon';
|
|
51
|
-
export * from './fullscreen-icon';
|
|
52
|
-
export * from './funnel-icon';
|
|
1
|
+
export * from './ai-creator-icon';
|
|
2
|
+
export * from './cart-icon';
|
|
3
|
+
export * from './click-icon';
|
|
53
4
|
export * from './help-round-icon';
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './history-icon';
|
|
56
|
-
export * from './home-icon';
|
|
57
|
-
export * from './host-icon';
|
|
58
|
-
export * from './image-icon';
|
|
59
|
-
export * from './inapp-icon';
|
|
60
|
-
export * from './industry-icon';
|
|
61
|
-
export * from './infinity-icon';
|
|
62
|
-
export * from './info-round-icon';
|
|
63
|
-
export * from './journey-icon';
|
|
64
|
-
export * from './kebab-icon';
|
|
65
|
-
export * from './key-icon';
|
|
66
|
-
export * from './language-icon';
|
|
67
|
-
export * from './layers-icon';
|
|
68
|
-
export * from './limit-icon';
|
|
69
|
-
export * from './link-icon';
|
|
70
|
-
export * from './list-icon';
|
|
71
|
-
export * from './lock-icon';
|
|
72
|
-
export * from './login-icon';
|
|
73
|
-
export * from './logout-icon';
|
|
74
|
-
export * from './menu-icon';
|
|
75
|
-
export * from './minus-round-icon';
|
|
76
|
-
export * from './minus-icon';
|
|
77
|
-
export * from './mobile-icon';
|
|
78
|
-
export * from './more-icon';
|
|
79
|
-
export * from './notes-list-icon';
|
|
80
|
-
export * from './notification-icon';
|
|
81
|
-
export * from './open-icon';
|
|
82
|
-
export * from './pause-round-icon';
|
|
83
|
-
export * from './photo-icon';
|
|
84
|
-
export * from './place-icon';
|
|
85
|
-
export * from './platform-logo-icon';
|
|
86
|
-
export * from './play-round-icon';
|
|
87
|
-
export * from './plugin-icon';
|
|
88
|
-
export * from './plus-round-icon';
|
|
89
|
-
export * from './plus-icon';
|
|
90
|
-
export * from './power-icon';
|
|
91
|
-
export * from './profile-icon';
|
|
92
|
-
export * from './pulse-icon';
|
|
93
|
-
export * from './push-icon';
|
|
94
|
-
export * from './redo-icon';
|
|
95
|
-
export * from './refresh-icon';
|
|
96
|
-
export * from './reload-icon';
|
|
97
|
-
export * from './reward-icon';
|
|
98
|
-
export * from './search-icon';
|
|
99
|
-
export * from './secure-icon';
|
|
100
|
-
export * from './segment-icon';
|
|
101
|
-
export * from './send-icon';
|
|
102
|
-
export * from './settings-icon';
|
|
103
|
-
export * from './sidebar-icon';
|
|
104
|
-
export * from './sms-icon';
|
|
105
|
-
export * from './social-logo-icon';
|
|
106
|
-
export * from './sort-icon';
|
|
107
|
-
export * from './star-icon';
|
|
108
|
-
export * from './stats-icon';
|
|
109
|
-
export * from './stop-icon';
|
|
110
|
-
export * from './super-user-icon';
|
|
111
|
-
export * from './tag-icon';
|
|
112
|
-
export * from './target-icon';
|
|
113
|
-
export * from './test-device-icon';
|
|
114
|
-
export * from './tiles-icon';
|
|
115
|
-
export * from './time-icon';
|
|
116
|
-
export * from './top-right-icon';
|
|
117
|
-
export * from './translate-icon';
|
|
118
|
-
export * from './trash-icon';
|
|
119
|
-
export * from './trophy-icon';
|
|
120
|
-
export * from './tutorial-icon';
|
|
121
|
-
export * from './undo-icon';
|
|
122
|
-
export * from './upload-icon';
|
|
123
|
-
export * from './user-icon';
|
|
124
|
-
export * from './variable-icon';
|
|
125
|
-
export * from './visibility-icon';
|
|
126
|
-
export * from './warning-round-icon';
|
|
127
|
-
export * from './webhook-icon';
|
|
128
|
-
export * from './whatsapp-icon';
|
|
129
|
-
export * from './wizard-icon';
|
|
130
|
-
export * from './zoom-icon';
|
|
5
|
+
export * from './info-round-icon';
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
declare const _default: {
|
|
3
3
|
'medium-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
'medium-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'medium-shaded': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
6
|
'small-filled': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
7
|
'small-lined': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
'small-shaded': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
9
|
};
|
|
8
10
|
export default _default;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import medium_filled from "./name_info_round_size_medium_view_filled.js";
|
|
2
2
|
import medium_lined from "./name_info_round_size_medium_view_lined.js";
|
|
3
|
+
import medium_shaded from "./name_info_round_size_medium_view_shaded.js";
|
|
3
4
|
import small_filled from "./name_info_round_size_small_view_filled.js";
|
|
4
5
|
import small_lined from "./name_info_round_size_small_view_lined.js";
|
|
6
|
+
import small_shaded from "./name_info_round_size_small_view_shaded.js";
|
|
5
7
|
export default {
|
|
6
8
|
'medium-filled': medium_filled,
|
|
7
9
|
'medium-lined': medium_lined,
|
|
10
|
+
'medium-shaded': medium_shaded,
|
|
8
11
|
'small-filled': small_filled,
|
|
9
|
-
'small-lined': small_lined
|
|
12
|
+
'small-lined': small_lined,
|
|
13
|
+
'small-shaded': small_shaded
|
|
10
14
|
};
|
|
@@ -6,8 +6,6 @@ const NameInfoRoundSizeMediumViewFilledSvg = props => /*#__PURE__*/React.createE
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
|
|
10
|
-
d: "M3 12c0-4.974 4.025-9 9-9s9 4.025 9 9-4.025 9-9 9-9-4.025-9-9m10.25-4a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M11 11h-.5a.5.5 0 0 0 0 1 .5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1 .5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5.5.5 0 0 0 0-1z",
|
|
11
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M15.2 4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.31C20 6.28 20 7.12 20 8.8v6.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.31 1.31C17.72 20 16.88 20 15.2 20H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.31C4 17.72 4 16.88 4 15.2V8.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.31-1.31C6.28 4 7.12 4 8.8 4zm-4.7 7a.5.5 0 0 0 0 1 .5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1 .5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5.5.5 0 0 0 0-1zM12 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"
|
|
12
10
|
}));
|
|
13
11
|
export default NameInfoRoundSizeMediumViewFilledSvg;
|
|
@@ -6,8 +6,6 @@ const NameInfoRoundSizeMediumViewLinedSvg = props => /*#__PURE__*/React.createEl
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
|
|
10
|
-
d: "M12 19.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15m9-7.5a9 9 0 1 1-18 0 9 9 0 0 1 18 0m-7.75-3.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M13.5 12a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1 .5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1 .5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5",
|
|
11
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M16.313 4.005c.975.015 1.568.077 2.05.322a3 3 0 0 1 1.31 1.31C20 6.28 20 7.12 20 8.8v6.4l-.005 1.113c-.015.975-.077 1.568-.322 2.05l-.115.205a3 3 0 0 1-1.196 1.105l-.123.058c-.46.197-1.032.25-1.927.264L15.2 20H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.196-1.105l-.115-.206c-.245-.481-.307-1.074-.322-2.05L4 15.2V8.8c0-1.575 0-2.412.27-3.04l.057-.122a3 3 0 0 1 1.105-1.196l.206-.115C6.279 4 7.12 4 8.8 4h6.4zM8.8 5.5c-.865 0-1.423.001-1.848.036-.407.033-.558.09-.633.127a1.5 1.5 0 0 0-.656.656c-.038.075-.094.226-.127.633-.035.425-.036.983-.036 1.848v6.4c0 .865.001 1.423.036 1.848.033.407.09.558.127.633.144.282.374.512.656.656.075.038.226.094.633.127.425.035.983.036 1.848.036h6.4c.865 0 1.423-.001 1.848-.036.407-.033.558-.09.633-.127.282-.144.512-.374.656-.656.038-.075.094-.226.127-.633.035-.425.036-.983.036-1.848V8.8c0-.865-.001-1.423-.036-1.848-.033-.407-.09-.558-.127-.633a1.5 1.5 0 0 0-.656-.656c-.075-.038-.226-.094-.633-.127-.425-.035-.983-.036-1.848-.036zm4.7 5.5a.5.5 0 0 1 .1.99l-.2.02a.5.5 0 0 0-.4.49v3a.5.5 0 0 0 .4.49l.2.02a.5.5 0 0 1-.1.99h-3a.5.5 0 0 1-.1-.99l.2-.02a.5.5 0 0 0 .4-.49v-3a.5.5 0 0 0-.4-.49l-.2-.02a.5.5 0 0 1 .1-.99zM12 7a1.25 1.25 0 1 1 0 2.5A1.25 1.25 0 0 1 12 7"
|
|
12
10
|
}));
|
|
13
11
|
export default NameInfoRoundSizeMediumViewLinedSvg;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameInfoRoundSizeMediumViewShadedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
x: 4,
|
|
11
|
+
y: 4,
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
opacity: 0.1,
|
|
14
|
+
rx: 3
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M13.5 12H13v5h.5v1h-3v-1h.5v-5h-.5v-1h3zM12 6.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5"
|
|
18
|
+
}));
|
|
19
|
+
export default NameInfoRoundSizeMediumViewShadedSvg;
|
|
@@ -6,8 +6,6 @@ const NameInfoRoundSizeSmallViewFilledSvg = props => /*#__PURE__*/React.createEl
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
|
|
10
|
-
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-5.5 3.5H9V8h.5a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1H7v3.5h-.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1M8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
|
|
11
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M10.2 1c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.31C15 3.28 15 4.12 15 5.8v4.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.31 1.31C12.72 15 11.88 15 10.2 15H5.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.31C1 12.72 1 11.88 1 10.2V5.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.31-1.31C3.28 1 4.12 1 5.8 1zM6.5 7a.5.5 0 0 0 0 1H7v3.5h-.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H9V8h.5a.5.5 0 0 0 0-1zM8 3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2"
|
|
12
10
|
}));
|
|
13
11
|
export default NameInfoRoundSizeSmallViewFilledSvg;
|
|
@@ -6,8 +6,6 @@ const NameInfoRoundSizeSmallViewLinedSvg = props => /*#__PURE__*/React.createEle
|
|
|
6
6
|
fill: "none"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
8
|
fill: "currentColor",
|
|
9
|
-
|
|
10
|
-
d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-.75 2.375A.375.375 0 0 0 6.875 8a.375.375 0 0 1-.375-.375V7.5A.5.5 0 0 1 7 7h2a.5.5 0 0 1 .5.5v.125A.375.375 0 0 1 9.125 8a.375.375 0 0 0-.375.375v2.25c0 .207.168.375.375.375s.375.168.375.375v.125a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5v-.125c0-.207.168-.375.375-.375a.375.375 0 0 0 .375-.375z",
|
|
11
|
-
clipRule: "evenodd"
|
|
9
|
+
d: "M11.313 1.005c.975.015 1.568.077 2.05.322a3 3 0 0 1 1.31 1.31C15 3.28 15 4.12 15 5.8v4.4l-.005 1.113c-.015.975-.077 1.568-.322 2.05l-.115.205a3 3 0 0 1-1.196 1.105l-.123.057c-.46.198-1.032.251-1.927.265L10.2 15H5.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.196-1.105l-.115-.206c-.245-.481-.307-1.074-.322-2.05L1 10.2V5.8c0-1.575 0-2.412.27-3.04l.057-.122a3 3 0 0 1 1.105-1.196l.206-.115C3.279 1 4.12 1 5.8 1h4.4zM5.8 2.5c-.865 0-1.423.001-1.848.036-.407.033-.558.09-.633.127a1.5 1.5 0 0 0-.656.656c-.038.075-.094.226-.127.633-.035.425-.036.983-.036 1.848v4.4c0 .865.001 1.423.036 1.848.033.407.09.558.127.633.144.282.374.512.656.656.075.038.226.094.633.127.425.035.983.036 1.848.036h4.4c.865 0 1.423-.001 1.848-.036.407-.033.558-.09.633-.127.282-.144.512-.374.656-.656.038-.075.094-.226.127-.633.035-.425.036-.983.036-1.848V5.8c0-.865-.001-1.423-.036-1.848-.033-.407-.09-.558-.127-.633a1.5 1.5 0 0 0-.656-.656c-.075-.038-.226-.094-.633-.127-.425-.035-.983-.036-1.848-.036zM9 7a.5.5 0 0 1 .5.5v.125a.375.375 0 0 1-.3.367l-.15.016a.375.375 0 0 0-.3.367v2.25c0 .181.129.332.3.367l.15.016c.171.035.3.186.3.367v.125a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5v-.125c0-.181.129-.332.3-.367l.15-.016a.375.375 0 0 0 .3-.367v-2.25a.375.375 0 0 0-.3-.367l-.15-.016a.375.375 0 0 1-.3-.367V7.5A.5.5 0 0 1 7 7zM8 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
|
|
12
10
|
}));
|
|
13
11
|
export default NameInfoRoundSizeSmallViewLinedSvg;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameInfoRoundSizeSmallViewShadedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: 16,
|
|
5
|
+
height: 16,
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
8
|
+
width: 14,
|
|
9
|
+
height: 14,
|
|
10
|
+
x: 1,
|
|
11
|
+
y: 1,
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
opacity: 0.1,
|
|
14
|
+
rx: 3
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M9 12H7V7h2zM8 3.4a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2"
|
|
18
|
+
}));
|
|
19
|
+
export default NameInfoRoundSizeSmallViewShadedSvg;
|