@pushwoosh/kit-icons 2.1.12 → 2.1.13
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/bucket-icon/assets/index.d.ts +8 -0
- package/icons/bucket-icon/assets/index.js +10 -0
- package/icons/bucket-icon/assets/name_bucket_size_medium_view_filled.js +11 -0
- package/icons/bucket-icon/assets/name_bucket_size_medium_view_lined.js +11 -0
- package/icons/bucket-icon/assets/name_bucket_size_small_view_filled.js +11 -0
- package/icons/bucket-icon/assets/name_bucket_size_small_view_lined.js +11 -0
- package/icons/bucket-icon/bucket-icon.component.d.ts +3 -0
- package/icons/bucket-icon/bucket-icon.component.js +3 -0
- package/icons/bucket-icon/bucket-icon.types.d.ts +5 -0
- package/icons/bucket-icon/bucket-icon.types.js +1 -0
- package/icons/bucket-icon/index.d.ts +2 -0
- package/icons/bucket-icon/index.js +2 -0
- package/icons/index.d.ts +5 -0
- package/icons/index.js +6 -1
- package/icons/list-style-icon/assets/index.d.ts +8 -0
- package/icons/list-style-icon/assets/index.js +10 -0
- package/icons/list-style-icon/assets/name_list_style_size_medium_type_bullet.js +11 -0
- package/icons/list-style-icon/assets/name_list_style_size_medium_type_numeric.js +11 -0
- package/icons/list-style-icon/assets/name_list_style_size_small_type_bullet.js +11 -0
- package/icons/list-style-icon/assets/name_list_style_size_small_type_numeric.js +11 -0
- package/icons/list-style-icon/index.d.ts +2 -0
- package/icons/list-style-icon/index.js +2 -0
- package/icons/list-style-icon/list-style-icon.component.d.ts +3 -0
- package/icons/list-style-icon/list-style-icon.component.js +3 -0
- package/icons/list-style-icon/list-style-icon.types.d.ts +5 -0
- package/icons/list-style-icon/list-style-icon.types.js +1 -0
- package/icons/text-align-icon/assets/index.d.ts +12 -0
- package/icons/text-align-icon/assets/index.js +18 -0
- package/icons/text-align-icon/assets/name_text_align_size_medium_type_center.js +11 -0
- package/icons/text-align-icon/assets/name_text_align_size_medium_type_justify.js +11 -0
- package/icons/text-align-icon/assets/name_text_align_size_medium_type_left.js +11 -0
- package/icons/text-align-icon/assets/name_text_align_size_medium_type_right.js +11 -0
- package/icons/text-align-icon/assets/name_text_align_size_small_type_center.js +11 -0
- package/icons/text-align-icon/assets/name_text_align_size_small_type_justify.js +11 -0
- package/icons/text-align-icon/assets/name_text_align_size_small_type_left.js +11 -0
- package/icons/text-align-icon/assets/name_text_align_size_small_type_right.js +11 -0
- package/icons/text-align-icon/index.d.ts +2 -0
- package/icons/text-align-icon/index.js +2 -0
- package/icons/text-align-icon/text-align-icon.component.d.ts +3 -0
- package/icons/text-align-icon/text-align-icon.component.js +3 -0
- package/icons/text-align-icon/text-align-icon.types.d.ts +5 -0
- package/icons/text-align-icon/text-align-icon.types.js +1 -0
- package/icons/text-link-icon/assets/index.d.ts +8 -0
- package/icons/text-link-icon/assets/index.js +10 -0
- package/icons/text-link-icon/assets/name_text_link_size_medium_type_link.js +11 -0
- package/icons/text-link-icon/assets/name_text_link_size_medium_type_unlink.js +13 -0
- package/icons/text-link-icon/assets/name_text_link_size_small_type_link.js +11 -0
- package/icons/text-link-icon/assets/name_text_link_size_small_type_unlink.js +20 -0
- package/icons/text-link-icon/index.d.ts +2 -0
- package/icons/text-link-icon/index.js +2 -0
- package/icons/text-link-icon/text-link-icon.component.d.ts +3 -0
- package/icons/text-link-icon/text-link-icon.component.js +3 -0
- package/icons/text-link-icon/text-link-icon.types.d.ts +5 -0
- package/icons/text-link-icon/text-link-icon.types.js +1 -0
- package/icons/text-style-icon/assets/index.d.ts +14 -0
- package/icons/text-style-icon/assets/index.js +22 -0
- package/icons/text-style-icon/assets/name_text_style_size_medium_type_bold.js +11 -0
- package/icons/text-style-icon/assets/name_text_style_size_medium_type_color.js +13 -0
- package/icons/text-style-icon/assets/name_text_style_size_medium_type_italic.js +11 -0
- package/icons/text-style-icon/assets/name_text_style_size_medium_type_strike.js +11 -0
- package/icons/text-style-icon/assets/name_text_style_size_medium_type_underline.js +11 -0
- package/icons/text-style-icon/assets/name_text_style_size_small_type_bold.js +11 -0
- package/icons/text-style-icon/assets/name_text_style_size_small_type_color.js +13 -0
- package/icons/text-style-icon/assets/name_text_style_size_small_type_italic.js +11 -0
- package/icons/text-style-icon/assets/name_text_style_size_small_type_strike.js +13 -0
- package/icons/text-style-icon/assets/name_text_style_size_small_type_underline.js +13 -0
- package/icons/text-style-icon/index.d.ts +2 -0
- package/icons/text-style-icon/index.js +2 -0
- package/icons/text-style-icon/text-style-icon.component.d.ts +3 -0
- package/icons/text-style-icon/text-style-icon.component.js +3 -0
- package/icons/text-style-icon/text-style-icon.types.d.ts +5 -0
- package/icons/text-style-icon/text-style-icon.types.js +1 -0
- package/package.json +1 -1
|
@@ -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_bucket_size_medium_view_filled.js";
|
|
2
|
+
import medium_lined from "./name_bucket_size_medium_view_lined.js";
|
|
3
|
+
import small_filled from "./name_bucket_size_small_view_filled.js";
|
|
4
|
+
import small_lined from "./name_bucket_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 NameBucketSizeMediumViewFilledSvg = 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: "M18.498 14.75a.75.75 0 0 1 .735.593.92.92 0 0 0 .314.515l.15.135c.333.325.55.746.552 1.234a1.75 1.75 0 0 1-1.576 1.764L18.5 19a1.75 1.75 0 0 1-1.75-1.773h.001c.003-.548.276-1.025.703-1.369a.9.9 0 0 0 .312-.512l.038-.125a.75.75 0 0 1 .694-.471M11.625 3.749c.438 0 .859.175 1.169.484l5.473 5.472a1.656 1.656 0 0 1 0 2.339l-5.695 5.694a3.46 3.46 0 0 1-4.894 0l-2.916-2.916a3.463 3.463 0 0 1 0-4.894l1.96-1.961a.75.75 0 0 1 1.061 1.06l-1.96 1.961q-.122.123-.219.262H16.94l.266-.267a.155.155 0 0 0 0-.217l-5.473-5.472a.154.154 0 0 0-.216 0l-1.082 1.081L11.78 7.72a.75.75 0 0 1-1.06 1.06L6.97 5.03a.75.75 0 0 1 1.06-1.06l1.345 1.344 1.081-1.08c.31-.31.73-.485 1.169-.485"
|
|
10
|
+
}));
|
|
11
|
+
export default NameBucketSizeMediumViewFilledSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameBucketSizeMediumViewLinedSvg = 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: "M18.498 14.75a.75.75 0 0 1 .735.593.92.92 0 0 0 .314.515l.15.135c.333.325.55.746.552 1.234a1.75 1.75 0 0 1-1.576 1.764L18.5 19a1.75 1.75 0 0 1-1.75-1.773h.001c.003-.548.276-1.025.703-1.369a.9.9 0 0 0 .312-.512l.038-.125a.75.75 0 0 1 .694-.471M11.625 3.749c.438 0 .859.175 1.169.484l5.473 5.472a1.656 1.656 0 0 1 0 2.339l-5.695 5.694a3.46 3.46 0 0 1-4.894 0l-2.916-2.916a3.463 3.463 0 0 1 0-4.894l1.96-1.961a.75.75 0 0 1 1.061 1.06l-1.96 1.961q-.122.123-.219.262H16.94l.266-.267a.155.155 0 0 0 0-.217l-5.473-5.472a.154.154 0 0 0-.216 0l-1.082 1.081L11.78 7.72a.75.75 0 0 1-1.06 1.06L6.97 5.03a.75.75 0 0 1 1.06-1.06l1.345 1.344 1.081-1.08c.31-.31.73-.485 1.169-.485m6.776 13.272-.005.004a.5.5 0 0 0-.127.142.15.15 0 0 0-.019.07v.01a.25.25 0 0 0 .25.253l.049-.005a.25.25 0 0 0 .182-.151.3.3 0 0 0 .019-.097v-.01a.14.14 0 0 0-.02-.068.5.5 0 0 0-.131-.148l-.002-.002q-.05-.041-.097-.086-.048.046-.099.088M5.285 12.75c.074.38.26.734.537 1.012l2.916 2.916a1.96 1.96 0 0 0 2.774 0l3.928-3.928z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameBucketSizeMediumViewLinedSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameBucketSizeSmallViewFilledSvg = 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: "M7.667.583c.412 0 .807.164 1.099.455l4.864 4.864a1.554 1.554 0 0 1 0 2.197L8.568 13.16a3.16 3.16 0 0 1-4.468 0l-2.592-2.592a3.16 3.16 0 0 1 0-4.468L3.25 4.356a.75.75 0 0 1 1.06 1.061L2.569 7.16q-.042.044-.082.09h9.87l.212-.212A.06.06 0 0 0 12.584 7a.05.05 0 0 0-.016-.037L7.705 2.099a.053.053 0 0 0-.075 0L6.728 3l1.136 1.137a.75.75 0 0 1-1.06 1.06L3.47 1.864A.75.75 0 0 1 4.53.804l1.136 1.135.901-.9a1.56 1.56 0 0 1 1.1-.457m6.332 9.667a.5.5 0 0 1 .49.396c.056.257.196.489.4.657l.134.119c.294.287.475.649.477 1.06l-.006.148a1.496 1.496 0 0 1-1.346 1.362L14 14a1.5 1.5 0 0 1-1.5-1.519c.002-.461.231-.873.611-1.178l.074-.066a1.15 1.15 0 0 0 .326-.59l.025-.084A.5.5 0 0 1 14 10.25"
|
|
10
|
+
}));
|
|
11
|
+
export default NameBucketSizeSmallViewFilledSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameBucketSizeSmallViewLinedSvg = 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: "M7.667.583c.412 0 .807.164 1.099.455l4.864 4.864a1.554 1.554 0 0 1 0 2.197L8.568 13.16a3.16 3.16 0 0 1-4.468 0l-2.592-2.592a3.16 3.16 0 0 1 0-4.468L3.25 4.356a.75.75 0 0 1 1.06 1.061L2.569 7.16q-.042.044-.082.09h9.87l.212-.212A.06.06 0 0 0 12.584 7a.05.05 0 0 0-.016-.037L7.705 2.099a.053.053 0 0 0-.075 0L6.728 3l1.136 1.137a.75.75 0 0 1-1.06 1.06L3.47 1.864A.75.75 0 0 1 4.53.804l1.136 1.135.901-.9a1.56 1.56 0 0 1 1.1-.457m6.332 9.667a.5.5 0 0 1 .49.396c.056.257.196.489.4.657l.134.119c.294.287.475.649.477 1.06l-.006.148a1.496 1.496 0 0 1-1.346 1.362L14 14a1.5 1.5 0 0 1-1.5-1.519c.002-.461.231-.873.611-1.178l.074-.066a1.15 1.15 0 0 0 .326-.59l.025-.084A.5.5 0 0 1 14 10.25M2.137 8.75c.073.284.22.546.431.757L5.16 12.1a1.66 1.66 0 0 0 2.348 0l3.348-3.35z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameBucketSizeSmallViewLinedSvg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/icons/index.d.ts
CHANGED
|
@@ -131,3 +131,8 @@ export * from './webhook-icon';
|
|
|
131
131
|
export * from './whatsapp-icon';
|
|
132
132
|
export * from './wizard-icon';
|
|
133
133
|
export * from './zoom-icon';
|
|
134
|
+
export * from './bucket-icon';
|
|
135
|
+
export * from './list-style-icon';
|
|
136
|
+
export * from './text-align-icon';
|
|
137
|
+
export * from './text-link-icon';
|
|
138
|
+
export * from './text-style-icon';
|
package/icons/index.js
CHANGED
|
@@ -130,4 +130,9 @@ export * from './warning-round-icon';
|
|
|
130
130
|
export * from './webhook-icon';
|
|
131
131
|
export * from './whatsapp-icon';
|
|
132
132
|
export * from './wizard-icon';
|
|
133
|
-
export * from './zoom-icon';
|
|
133
|
+
export * from './zoom-icon';
|
|
134
|
+
export * from './bucket-icon';
|
|
135
|
+
export * from './list-style-icon';
|
|
136
|
+
export * from './text-align-icon';
|
|
137
|
+
export * from './text-link-icon';
|
|
138
|
+
export * from './text-style-icon';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'medium-bullet': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
'medium-numeric': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'small-bullet': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
'small-numeric': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import medium_bullet from "./name_list_style_size_medium_type_bullet.js";
|
|
2
|
+
import medium_numeric from "./name_list_style_size_medium_type_numeric.js";
|
|
3
|
+
import small_bullet from "./name_list_style_size_small_type_bullet.js";
|
|
4
|
+
import small_numeric from "./name_list_style_size_small_type_numeric.js";
|
|
5
|
+
export default {
|
|
6
|
+
'medium-bullet': medium_bullet,
|
|
7
|
+
'medium-numeric': medium_numeric,
|
|
8
|
+
'small-bullet': small_bullet,
|
|
9
|
+
'small-numeric': small_numeric
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameListStyleSizeMediumTypeBulletSvg = 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.258 16.5a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5zm13.492 0a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zM5.258 11.25a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5zm13.492 0a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zM5.258 6a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5zM18.75 6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 9 6z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameListStyleSizeMediumTypeBulletSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameListStyleSizeMediumTypeNumericSvg = 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.957 13.547a1.876 1.876 0 0 1 2.293 1.828l-.01.188c-.044.43-.235.786-.446 1.066a4.4 4.4 0 0 1-.588.621h.669a.75.75 0 0 1 0 1.5H5.55a.75.75 0 0 1-.746-.673L4.8 18c0-.504.316-.876.515-1.082.217-.224.511-.459.724-.64.24-.204.428-.38.557-.551.124-.166.154-.275.154-.352a.375.375 0 0 0-.65-.255A.75.75 0 0 1 5 14.1c.256-.277.59-.47.957-.553M18.75 16.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm0-5.25a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm-12-6A.75.75 0 0 1 7.5 6v3a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.077-1.496L6 9V6.75a.75.75 0 0 1 0-1.5zm12 .75a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameListStyleSizeMediumTypeNumericSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameListStyleSizeSmallTypeBulletSvg = 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: "M2.007 11.916a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm11.993 0a.75.75 0 0 1 0 1.5H5.333a.75.75 0 0 1 0-1.5zM2.007 7.25a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zM14 7.25a.75.75 0 0 1 0 1.5H5.333a.75.75 0 0 1 0-1.5zM2.007 2.583a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm11.993 0a.75.75 0 0 1 0 1.5H5.333a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameListStyleSizeSmallTypeBulletSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameListStyleSizeSmallTypeNumericSvg = 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: "M2.61 9.294A1.75 1.75 0 0 1 4.75 11c0 .48-.201.872-.422 1.165a3.6 3.6 0 0 1-.378.419h.383a.75.75 0 0 1 0 1.5H2.267a.75.75 0 0 1-.746-.674l-.004-.076c0-.482.302-.834.481-1.02.196-.202.464-.417.65-.575.212-.18.373-.332.482-.476.104-.138.12-.219.12-.263a.251.251 0 0 0-.434-.17.75.75 0 0 1-1.1-1.02c.24-.257.551-.438.894-.516M14 11.917a.75.75 0 0 1 0 1.5H7.333a.75.75 0 0 1 0-1.5zm0-4.667a.75.75 0 0 1 0 1.5H7.333a.75.75 0 0 1 0-1.5zM3.333 1.917a.75.75 0 0 1 .75.75v2.588A.75.75 0 0 1 4 6.75H2.667a.75.75 0 0 1-.084-1.495V3.41a.749.749 0 0 1 .084-1.494zM14 2.584a.75.75 0 0 1 0 1.5H7.333a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameListStyleSizeSmallTypeNumericSvg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'medium-center': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
'medium-justify': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'medium-left': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
'medium-right': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
'small-center': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
'small-justify': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
+
'small-left': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
10
|
+
'small-right': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import medium_center from "./name_text_align_size_medium_type_center.js";
|
|
2
|
+
import medium_justify from "./name_text_align_size_medium_type_justify.js";
|
|
3
|
+
import medium_left from "./name_text_align_size_medium_type_left.js";
|
|
4
|
+
import medium_right from "./name_text_align_size_medium_type_right.js";
|
|
5
|
+
import small_center from "./name_text_align_size_small_type_center.js";
|
|
6
|
+
import small_justify from "./name_text_align_size_small_type_justify.js";
|
|
7
|
+
import small_left from "./name_text_align_size_small_type_left.js";
|
|
8
|
+
import small_right from "./name_text_align_size_small_type_right.js";
|
|
9
|
+
export default {
|
|
10
|
+
'medium-center': medium_center,
|
|
11
|
+
'medium-justify': medium_justify,
|
|
12
|
+
'medium-left': medium_left,
|
|
13
|
+
'medium-right': medium_right,
|
|
14
|
+
'small-center': small_center,
|
|
15
|
+
'small-justify': small_justify,
|
|
16
|
+
'small-left': small_left,
|
|
17
|
+
'small-right': small_right
|
|
18
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeMediumTypeCenterSvg = 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: "M17.25 16.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5zm-1.5-5.25a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm3-5.25a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeMediumTypeCenterSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeMediumTypeJustifySvg = 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: "M18.75 16.5a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5zm0-5.25a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5zm0-5.25a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeMediumTypeJustifySvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeMediumTypeLeftSvg = 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: "M15.75 16.5a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5zm-1.5-5.25a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1 0-1.5zM18.75 6a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeMediumTypeLeftSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeMediumTypeRightSvg = 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: "M18.75 16.5a.75.75 0 0 1 0 1.5H8.25a.75.75 0 0 1 0-1.5zm0-5.25a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1 0-1.5zm0-5.25a.75.75 0 0 1 0 1.5H5.25a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeMediumTypeRightSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeSmallTypeCenterSvg = 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.667 11.916a.75.75 0 0 1 0 1.5H3.333a.75.75 0 0 1 0-1.5zM11.333 7.25a.75.75 0 0 1 0 1.5H4.667a.75.75 0 0 1 0-1.5zM14 2.583a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeSmallTypeCenterSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeSmallTypeJustifySvg = 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: "M14 11.916a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm0-4.666a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm0-4.667a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeSmallTypeJustifySvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeSmallTypeLeftSvg = 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: "M11.333 11.916a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zM10 7.25a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm4-4.667a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeSmallTypeLeftSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextAlignSizeSmallTypeRightSvg = 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: "M14 11.916a.75.75 0 0 1 0 1.5H4.667a.75.75 0 0 1 0-1.5zm0-4.666a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm0-4.667a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextAlignSizeSmallTypeRightSvg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'medium-link': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
'medium-unlink': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'small-link': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
'small-unlink': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import medium_link from "./name_text_link_size_medium_type_link.js";
|
|
2
|
+
import medium_unlink from "./name_text_link_size_medium_type_unlink.js";
|
|
3
|
+
import small_link from "./name_text_link_size_small_type_link.js";
|
|
4
|
+
import small_unlink from "./name_text_link_size_small_type_unlink.js";
|
|
5
|
+
export default {
|
|
6
|
+
'medium-link': medium_link,
|
|
7
|
+
'medium-unlink': medium_unlink,
|
|
8
|
+
'small-link': small_link,
|
|
9
|
+
'small-unlink': small_unlink
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextLinkSizeMediumTypeLinkSvg = 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.75 7.5a.75.75 0 0 1 0 1.5h-1.5a3 3 0 0 0 0 6h1.5a.75.75 0 0 1 0 1.5h-1.5a4.5 4.5 0 0 1 0-9zm6 0a4.5 4.5 0 0 1 0 9h-1.5a.75.75 0 0 1 0-1.5h1.5a3 3 0 0 0 0-6h-1.5a.75.75 0 0 1 0-1.5zM15 11.25a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextLinkSizeMediumTypeLinkSvg;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextLinkSizeMediumTypeUnlinkSvg = 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
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M3.97 3.97a.75.75 0 0 1 1.06 0l15 15a.75.75 0 0 1-1.06 1.06l-7.28-7.28H9a.75.75 0 0 1 0-1.5h1.19L7.953 9.014A3 3 0 0 0 8.25 15h1.5a.75.75 0 0 1 0 1.5h-1.5a4.5 4.5 0 0 1-1.54-8.729l-2.74-2.74a.75.75 0 0 1 0-1.061M15.75 7.5a4.501 4.501 0 0 1 3.6 7.2.75.75 0 0 1-1.2-.9 3.002 3.002 0 0 0-2.4-4.8h-1.5a.75.75 0 0 1 0-1.5z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
13
|
+
export default NameTextLinkSizeMediumTypeUnlinkSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextLinkSizeSmallTypeLinkSvg = 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 3.917a.75.75 0 0 1 0 1.5H4.666a2.584 2.584 0 0 0 0 5.167H6a.75.75 0 0 1 0 1.5H4.666a4.084 4.084 0 0 1 0-8.167zm5.333 0a4.084 4.084 0 0 1 0 8.167H10a.75.75 0 0 1 0-1.5h1.333A2.586 2.586 0 0 0 13.916 8a2.584 2.584 0 0 0-2.583-2.583H10a.75.75 0 0 1 0-1.5zm-.667 3.333a.75.75 0 0 1 0 1.5H5.333a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextLinkSizeSmallTypeLinkSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextLinkSizeSmallTypeUnlinkSvg = 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
|
+
fillRule: "evenodd",
|
|
12
|
+
d: "M.803.803a.75.75 0 0 1 1.06 0l13.333 13.333a.75.75 0 1 1-1.06 1.06L7.689 8.75H5.333a.75.75 0 0 1 0-1.5h.856L4.373 5.434a2.584 2.584 0 0 0 .293 5.15H6a.75.75 0 0 1 0 1.5H4.666a4.084 4.084 0 0 1-1.518-7.875L.803 1.863a.75.75 0 0 1 0-1.06m10.53 3.113A4.085 4.085 0 0 1 14.6 10.45a.75.75 0 0 1-1.2-.9 2.584 2.584 0 0 0-2.067-4.133H10a.75.75 0 0 1 0-1.5z",
|
|
13
|
+
clipRule: "evenodd"
|
|
14
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
15
|
+
id: "prefix__a"
|
|
16
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#fff",
|
|
18
|
+
d: "M0 0h16v16H0z"
|
|
19
|
+
}))));
|
|
20
|
+
export default NameTextLinkSizeSmallTypeUnlinkSvg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'medium-bold': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
+
'medium-color': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
+
'medium-italic': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
+
'medium-strike': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
+
'medium-underline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
'small-bold': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
+
'small-color': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
10
|
+
'small-italic': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
11
|
+
'small-strike': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
12
|
+
'small-underline': import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import medium_bold from "./name_text_style_size_medium_type_bold.js";
|
|
2
|
+
import medium_color from "./name_text_style_size_medium_type_color.js";
|
|
3
|
+
import medium_italic from "./name_text_style_size_medium_type_italic.js";
|
|
4
|
+
import medium_strike from "./name_text_style_size_medium_type_strike.js";
|
|
5
|
+
import medium_underline from "./name_text_style_size_medium_type_underline.js";
|
|
6
|
+
import small_bold from "./name_text_style_size_small_type_bold.js";
|
|
7
|
+
import small_color from "./name_text_style_size_small_type_color.js";
|
|
8
|
+
import small_italic from "./name_text_style_size_small_type_italic.js";
|
|
9
|
+
import small_strike from "./name_text_style_size_small_type_strike.js";
|
|
10
|
+
import small_underline from "./name_text_style_size_small_type_underline.js";
|
|
11
|
+
export default {
|
|
12
|
+
'medium-bold': medium_bold,
|
|
13
|
+
'medium-color': medium_color,
|
|
14
|
+
'medium-italic': medium_italic,
|
|
15
|
+
'medium-strike': medium_strike,
|
|
16
|
+
'medium-underline': medium_underline,
|
|
17
|
+
'small-bold': small_bold,
|
|
18
|
+
'small-color': small_color,
|
|
19
|
+
'small-italic': small_italic,
|
|
20
|
+
'small-strike': small_strike,
|
|
21
|
+
'small-underline': small_underline
|
|
22
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeMediumTypeBoldSvg = 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: "M13.5 5.25a3.75 3.75 0 0 1 2.651 6.401q-.038.039-.077.074A3.75 3.75 0 0 1 18 15a3.75 3.75 0 0 1-3.75 3.75h-6a1.5 1.5 0 0 1-1.5-1.5V6.75a1.5 1.5 0 0 1 1.5-1.5zm-5.25 12h6a2.25 2.25 0 0 0 0-4.5h-6zm0-6h5.25a2.25 2.25 0 0 0 0-4.5H8.25z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextStyleSizeMediumTypeBoldSvg;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeMediumTypeColorSvg = 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
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M12 5.25a.75.75 0 0 1 .67.415l6 12a.75.75 0 0 1-1.34.67l-1.794-3.585H8.464L6.67 18.335a.75.75 0 0 1-1.342-.67l6-12A.75.75 0 0 1 12 5.25m-2.786 8h5.572L12 7.677z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
13
|
+
export default NameTextStyleSizeMediumTypeColorSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeMediumTypeItalicSvg = 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: "M17.25 5.25a.75.75 0 0 1 0 1.5h-2.48l-3.938 10.5H13.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5h2.48l3.938-10.5H10.5a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextStyleSizeMediumTypeItalicSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeMediumTypeStrikeSvg = 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: "M18 11.25a.75.75 0 0 1 0 1.5h-1.501a3.75 3.75 0 0 1-2.999 6h-6a.75.75 0 0 1 0-1.5h6a2.25 2.25 0 0 0 .223-4.49l-.223-.01H6a.75.75 0 0 1 0-1.5zm-3-6a.75.75 0 0 1 0 1.5H9.75a1.5 1.5 0 0 0-1.487 1.294 1.5 1.5 0 0 0 .072.706.75.75 0 0 1-1.415.5 3 3 0 0 1 2.83-4z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextStyleSizeMediumTypeStrikeSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeMediumTypeUnderlineSvg = 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: "M18 17.25a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm-1.5-12a.75.75 0 0 1 .75.75v4.5a5.25 5.25 0 0 1-10.5 0V6a.75.75 0 0 1 1.5 0v4.5a3.75 3.75 0 0 0 7.5 0V6a.75.75 0 0 1 .75-.75"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextStyleSizeMediumTypeUnderlineSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeSmallTypeBoldSvg = 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: "M8.997 2.25a3.25 3.25 0 0 1 3.25 3.25c0 .838-.324 1.641-.902 2.245q.311.195.576.457a3.25 3.25 0 0 1-2.299 5.548H4.498A1.25 1.25 0 0 1 3.25 12.5v-9c0-.687.554-1.25 1.248-1.25zm-4.247 10h4.872a1.75 1.75 0 0 0 1.75-1.75 1.75 1.75 0 0 0-1.75-1.75H4.75zm0-5h4.247a1.75 1.75 0 0 0 1.75-1.75 1.75 1.75 0 0 0-1.75-1.75H4.75z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextStyleSizeSmallTypeBoldSvg;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeSmallTypeColorSvg = 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
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M8 2.25a.75.75 0 0 1 .67.415l5 10a.75.75 0 0 1-1.34.67l-1.46-2.918H5.13l-1.46 2.918a.75.75 0 0 1-1.34-.67l5-10A.75.75 0 0 1 8 2.25M5.88 8.917h4.24L8 4.677z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
13
|
+
export default NameTextStyleSizeSmallTypeColorSvg;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeSmallTypeItalicSvg = 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.375 2.25a.75.75 0 0 1 0 1.5h-1.98l-3.188 8.5H9.25a.75.75 0 0 1 0 1.5H3.625a.75.75 0 0 1 0-1.5h1.98l3.188-8.5H6.75a.75.75 0 0 1 0-1.5z"
|
|
10
|
+
}));
|
|
11
|
+
export default NameTextStyleSizeSmallTypeItalicSvg;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeSmallTypeStrikeSvg = 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
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M13 7.25a.75.75 0 0 1 0 1.5h-1.013a3.249 3.249 0 0 1-2.737 5h-5a.75.75 0 0 1 0-1.5h5a1.75 1.75 0 0 0 .173-3.491L9.25 8.75H3a.75.75 0 0 1 0-1.5zm-2.5-5a.75.75 0 0 1 0 1.5H6.125a1.126 1.126 0 0 0-1.062 1.5.75.75 0 0 1-1.414.5 2.626 2.626 0 0 1 2.476-3.5z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
13
|
+
export default NameTextStyleSizeSmallTypeStrikeSvg;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const NameTextStyleSizeSmallTypeUnderlineSvg = 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
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M13 12.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5zm-1.25-10a.75.75 0 0 1 .75.75v3.75a4.5 4.5 0 0 1-9 0V3A.75.75 0 0 1 5 3v3.75a3 3 0 0 0 6 0V3a.75.75 0 0 1 .75-.75",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}));
|
|
13
|
+
export default NameTextStyleSizeSmallTypeUnderlineSvg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|