metal-icons 0.1.21 → 0.1.23
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/README.md +4 -0
- package/dist/16/outline/Slash.js +14 -0
- package/dist/16/outline/Slider.js +13 -0
- package/dist/16/outline/Smartphone.js +16 -0
- package/dist/16/outline/Star.js +14 -0
- package/dist/16/outline/SwapHorizontal.js +14 -0
- package/dist/16/outline/SwapVertical.js +14 -0
- package/dist/16/outline/Tablet.js +16 -0
- package/dist/16/outline/Tag.js +16 -0
- package/dist/16/outline/Text.js +13 -0
- package/dist/16/outline/TextAlignCenter.js +13 -0
- package/dist/16/outline/TextAlignJustify.js +13 -0
- package/dist/16/outline/TextAlignLeft.js +13 -0
- package/dist/16/outline/TextAlignRight.js +13 -0
- package/dist/16/outline/ThumbsDown.js +14 -0
- package/dist/16/outline/ThumbsUp.js +14 -0
- package/dist/16/outline/Trash.js +16 -0
- package/dist/16/outline/Upload.js +15 -0
- package/dist/16/outline/User.js +14 -0
- package/dist/16/outline/View.js +17 -0
- package/dist/16/outline/index.esm.js +19 -0
- package/dist/16/solid/Slash.js +14 -0
- package/dist/16/solid/Slider.js +13 -0
- package/dist/16/solid/Smartphone.js +14 -0
- package/dist/16/solid/Star.js +13 -0
- package/dist/16/solid/SwapHorizontal.js +14 -0
- package/dist/16/solid/SwapVertical.js +14 -0
- package/dist/16/solid/Tablet.js +14 -0
- package/dist/16/solid/Tag.js +14 -0
- package/dist/16/solid/Text.js +13 -0
- package/dist/16/solid/TextAlignCenter.js +13 -0
- package/dist/16/solid/TextAlignJustify.js +13 -0
- package/dist/16/solid/TextAlignLeft.js +13 -0
- package/dist/16/solid/TextAlignRight.js +13 -0
- package/dist/16/solid/ThumbsDown.js +13 -0
- package/dist/16/solid/ThumbsUp.js +13 -0
- package/dist/16/solid/Trash.js +14 -0
- package/dist/16/solid/Upload.js +15 -0
- package/dist/16/solid/User.js +14 -0
- package/dist/16/solid/View.js +14 -0
- package/dist/16/solid/index.esm.js +19 -0
- package/dist/24/outline/Slash.js +14 -0
- package/dist/24/outline/Slider.js +13 -0
- package/dist/24/outline/Smartphone.js +16 -0
- package/dist/24/outline/Star.js +14 -0
- package/dist/24/outline/SwapHorizontal.js +14 -0
- package/dist/24/outline/SwapVertical.js +15 -0
- package/dist/24/outline/Tablet.js +16 -0
- package/dist/24/outline/Tag.js +16 -0
- package/dist/24/outline/Text.js +13 -0
- package/dist/24/outline/TextAlignCenter.js +13 -0
- package/dist/24/outline/TextAlignJustify.js +13 -0
- package/dist/24/outline/TextAlignLeft.js +13 -0
- package/dist/24/outline/TextAlignRight.js +13 -0
- package/dist/24/outline/ThumbsDown.js +14 -0
- package/dist/24/outline/ThumbsUp.js +14 -0
- package/dist/24/outline/Trash.js +16 -0
- package/dist/24/outline/Upload.js +15 -0
- package/dist/24/outline/User.js +14 -0
- package/dist/24/outline/View.js +17 -0
- package/dist/24/outline/index.esm.js +19 -0
- package/dist/24/solid/Slash.js +14 -0
- package/dist/24/solid/Slider.js +13 -0
- package/dist/24/solid/Smartphone.js +14 -0
- package/dist/24/solid/Star.js +13 -0
- package/dist/24/solid/SwapHorizontal.js +14 -0
- package/dist/24/solid/SwapVertical.js +15 -0
- package/dist/24/solid/Tablet.js +14 -0
- package/dist/24/solid/Tag.js +14 -0
- package/dist/24/solid/Text.js +13 -0
- package/dist/24/solid/TextAlignCenter.js +13 -0
- package/dist/24/solid/TextAlignJustify.js +13 -0
- package/dist/24/solid/TextAlignLeft.js +13 -0
- package/dist/24/solid/TextAlignRight.js +13 -0
- package/dist/24/solid/ThumbsDown.js +13 -0
- package/dist/24/solid/ThumbsUp.js +13 -0
- package/dist/24/solid/Trash.js +14 -0
- package/dist/24/solid/Upload.js +15 -0
- package/dist/24/solid/User.js +14 -0
- package/dist/24/solid/View.js +14 -0
- package/dist/24/solid/index.esm.js +19 -0
- package/package.json +8 -2
|
@@ -128,3 +128,22 @@ export { default as ShieldX } from './ShieldX.js';
|
|
|
128
128
|
export { default as Shield } from './Shield.js';
|
|
129
129
|
export { default as ShoppingBag } from './ShoppingBag.js';
|
|
130
130
|
export { default as ShoppingCart } from './ShoppingCart.js';
|
|
131
|
+
export { default as Slash } from './Slash.js';
|
|
132
|
+
export { default as Slider } from './Slider.js';
|
|
133
|
+
export { default as Smartphone } from './Smartphone.js';
|
|
134
|
+
export { default as Star } from './Star.js';
|
|
135
|
+
export { default as SwapHorizontal } from './SwapHorizontal.js';
|
|
136
|
+
export { default as SwapVertical } from './SwapVertical.js';
|
|
137
|
+
export { default as Tablet } from './Tablet.js';
|
|
138
|
+
export { default as Tag } from './Tag.js';
|
|
139
|
+
export { default as TextAlignCenter } from './TextAlignCenter.js';
|
|
140
|
+
export { default as TextAlignJustify } from './TextAlignJustify.js';
|
|
141
|
+
export { default as TextAlignLeft } from './TextAlignLeft.js';
|
|
142
|
+
export { default as TextAlignRight } from './TextAlignRight.js';
|
|
143
|
+
export { default as Text } from './Text.js';
|
|
144
|
+
export { default as ThumbsDown } from './ThumbsDown.js';
|
|
145
|
+
export { default as ThumbsUp } from './ThumbsUp.js';
|
|
146
|
+
export { default as Trash } from './Trash.js';
|
|
147
|
+
export { default as Upload } from './Upload.js';
|
|
148
|
+
export { default as User } from './User.js';
|
|
149
|
+
export { default as View } from './View.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSlash = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M16.63 4.103a.75.75 0 0 0-1.027.268l-8.5 14.5a.75.75 0 1 0 1.294.758l8.5-14.5a.75.75 0 0 0-.267-1.026"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgSlash as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSlider = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M3.75 2.5a.75.75 0 0 1 .75.75v7a.75.75 0 1 1-1.5 0v-7a.75.75 0 0 1 .75-.75M3 14.5v6.25a.75.75 0 1 0 1.5 0V14.5h2a.75.75 0 1 0 0-1.5H1a.75.75 0 1 0 0 1.5zm9.5-2.75a.75.75 0 1 0-1.5 0v9a.75.75 0 1 0 1.5 0zm-.75-9.25a.75.75 0 0 1 .75.75V7.5h2a.75.75 0 1 1 0 1.5H9a.75.75 0 0 1 0-1.5h2V3.25a.75.75 0 0 1 .75-.75M22.5 15a.75.75 0 1 1 0 1.5h-2v4.25a.75.75 0 1 1-1.5 0V16.5h-2a.75.75 0 1 1 0-1.5zM19.75 2.5a.75.75 0 0 1 .75.75v9a.75.75 0 1 1-1.5 0v-9a.75.75 0 0 1 .75-.75"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgSlider as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSmartphone = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M11.293 18.293A1 1 0 0 1 12 18h.01a1 1 0 0 1 0 2H12a1 1 0 0 1-.707-1.707"
|
|
11
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M4.805 1.805A2.75 2.75 0 0 1 6.75 1h10.5A2.75 2.75 0 0 1 20 3.75v16.5A2.75 2.75 0 0 1 17.25 23H6.75A2.75 2.75 0 0 1 4 20.25V3.75c0-.73.29-1.429.805-1.945M6.75 2.5c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25z"
|
|
14
|
+
}));
|
|
15
|
+
|
|
16
|
+
export { SvgSmartphone as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgStar = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M12 1a.75.75 0 0 1 .673.418l2.992 6.065 6.694.978a.75.75 0 0 1 .414 1.28l-4.842 4.717 1.143 6.665a.75.75 0 0 1-1.089.79L12 18.766l-5.985 3.149a.75.75 0 0 1-1.089-.79l1.143-6.666-4.842-4.717a.75.75 0 0 1 .414-1.28l6.694-.978 2.992-6.065A.75.75 0 0 1 12 1m0 2.445L9.505 8.5a.75.75 0 0 1-.564.41l-5.58.816 4.037 3.933a.75.75 0 0 1 .216.664l-.952 5.556 4.989-2.625a.75.75 0 0 1 .698 0l4.99 2.625-.953-5.556a.75.75 0 0 1 .216-.664l4.037-3.933-5.58-.816a.75.75 0 0 1-.564-.41z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgStar as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSwapHorizontal = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M6.72 3.309a.75.75 0 0 0-1-1.118l-4.47 4a.75.75 0 0 0 0 1.118l4.47 4a.75.75 0 0 0 1-1.118L3.713 7.5H22.25a.75.75 0 0 0 0-1.5H3.713zm10.56 10.5a.75.75 0 1 1 1-1.118l4.47 4a.75.75 0 0 1 0 1.118l-4.47 4a.75.75 0 1 1-1-1.118L20.287 18H1.75a.75.75 0 0 1 0-1.5h18.537z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgSwapHorizontal as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSwapVertical = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M20.691 6.72a.75.75 0 1 0 1.118-1l-4-4.47a.75.75 0 0 0-1.118 0l-4 4.47a.75.75 0 0 0 1.118 1L16.5 3.713V22.25a.75.75 0 0 0 1.5 0V3.713zm-10.5 10.56a.75.75 0 1 1 1.118 1l-4 4.47a.75.75 0 0 1-1.118 0l-4-4.47a.75.75 0 1 1 1.118-1L6 20.287V1.75a.75.75 0 0 1 1.5 0v18.537z",
|
|
12
|
+
opacity: 0.9
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgSwapVertical as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTablet = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M12 17a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2z"
|
|
11
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M3.75 3A2.75 2.75 0 0 0 1 5.75v12.5A2.75 2.75 0 0 0 3.75 21h16.5A2.75 2.75 0 0 0 23 18.25V5.75A2.75 2.75 0 0 0 20.25 3zM2.5 5.75c0-.69.56-1.25 1.25-1.25h16.5c.69 0 1.25.56 1.25 1.25v12.5c0 .69-.56 1.25-1.25 1.25H3.75c-.69 0-1.25-.56-1.25-1.25z"
|
|
14
|
+
}));
|
|
15
|
+
|
|
16
|
+
export { SvgTablet as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTag = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M5.995 5a1 1 0 0 0-.704.293A1.003 1.003 0 0 0 5.995 7h.01a1 1 0 0 0 .704-.293A1.003 1.003 0 0 0 6.005 5z"
|
|
11
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M4.75 2A2.75 2.75 0 0 0 2 4.75v6.422c0 .729.29 1.428.805 1.944l8 8a2.75 2.75 0 0 0 3.89 0l6.421-6.421a2.75 2.75 0 0 0 0-3.89l-8-8A2.75 2.75 0 0 0 11.172 2zM3.5 4.75c0-.69.56-1.25 1.25-1.25h6.422c.331 0 .649.132.883.366l8 8a1.25 1.25 0 0 1 0 1.768l-6.421 6.421a1.25 1.25 0 0 1-1.768 0l-8-8a1.25 1.25 0 0 1-.366-.883z"
|
|
14
|
+
}));
|
|
15
|
+
|
|
16
|
+
export { SvgTag as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgText = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M3 3.75A.75.75 0 0 1 3.75 3h16a.75.75 0 0 1 .75.75v2.5a.75.75 0 1 1-1.5 0V4.5h-6.5v15h2a.75.75 0 1 1 0 1.5H9a.75.75 0 1 1 0-1.5h2v-15H4.5v1.75a.75.75 0 0 1-1.5 0z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgText as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignCenter = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm3 4a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M5.75 17a.75.75 0 1 0 0 1.5h12.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignCenter as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignJustify = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignJustify as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignLeft as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm4 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M6.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignRight as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgThumbsDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 22,
|
|
7
|
+
height: 22,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "m11.627 20.484 3.73-8.393V1.5H4.377A1.25 1.25 0 0 0 3.14 2.562l-1.442 9.5A1.25 1.25 0 0 0 2.934 13.5h5.173a1.75 1.75 0 0 1 1.75 1.75v3.225a2.025 2.025 0 0 0 1.77 2.009M16.857 1.5v10h2.25c.69 0 1.25-.56 1.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25zM16.594 13l-3.71 8.349a1.1 1.1 0 0 1-1.002.651 3.525 3.525 0 0 1-3.525-3.525V15.25a.25.25 0 0 0-.25-.25H2.934a2.75 2.75 0 0 1-2.72-3.163l1.443-9.5A2.75 2.75 0 0 1 4.377 0h14.73a2.75 2.75 0 0 1 2.75 2.75v7.5a2.75 2.75 0 0 1-2.75 2.75z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgThumbsDown as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgThumbsUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M11.23 2.516 7.5 10.909V21.5h10.98a1.25 1.25 0 0 0 1.237-1.062l1.442-9.5A1.25 1.25 0 0 0 19.923 9.5H14.75A1.75 1.75 0 0 1 13 7.75V4.525a2.025 2.025 0 0 0-1.77-2.009M6 21.5v-10H3.75c-.69 0-1.25.56-1.25 1.25v7.5c0 .69.56 1.25 1.25 1.25zM6.263 10l3.71-8.349A1.1 1.1 0 0 1 10.975 1 3.525 3.525 0 0 1 14.5 4.525V7.75c0 .138.112.25.25.25h5.173a2.75 2.75 0 0 1 2.72 3.163l-1.443 9.5A2.75 2.75 0 0 1 18.48 23H3.75A2.75 2.75 0 0 1 1 20.25v-7.5A2.75 2.75 0 0 1 3.75 10z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgThumbsUp as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTrash = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M9.75 9a.75.75 0 0 1 .75.75v8.5a.75.75 0 1 1-1.5 0v-8.5A.75.75 0 0 1 9.75 9m5.25.75a.75.75 0 1 0-1.5 0v8.5a.75.75 0 1 0 1.5 0z"
|
|
11
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M7 5V3.75A2.75 2.75 0 0 1 9.75 1h4.5A2.75 2.75 0 0 1 17 3.75V5h4.25a.75.75 0 1 1 0 1.5H20v13.75A2.75 2.75 0 0 1 17.25 23H6.75A2.75 2.75 0 0 1 4 20.25V6.5H2.75a.75.75 0 0 1 0-1.5zm1.5-1.25c0-.69.56-1.25 1.25-1.25h4.5c.69 0 1.25.56 1.25 1.25V5h-7zm-3 2.75v13.75c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V6.5z"
|
|
14
|
+
}));
|
|
15
|
+
|
|
16
|
+
export { SvgTrash as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgUpload = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M6.232 8.793a.75.75 0 0 0 1.06-.025l3.958-4.146V15.25a.75.75 0 1 0 1.5 0V4.622l3.957 4.146a.75.75 0 1 0 1.085-1.036l-5.25-5.5a.747.747 0 0 0-1.086.001l-5.249 5.5a.75.75 0 0 0 .025 1.06"
|
|
11
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M2.75 14a.75.75 0 0 1 .75.75v4.5c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25v-4.5a.75.75 0 0 1 1.5 0v4.5A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25v-4.5a.75.75 0 0 1 .75-.75"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgUpload as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgUser = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M8.75 7.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M12 3a4.75 4.75 0 1 0 0 9.5A4.75 4.75 0 0 0 12 3m0 10.5a9 9 0 0 0-5.401 1.81 9.4 9.4 0 0 0-3.315 4.717A.75.75 0 0 0 4 21h16a.75.75 0 0 0 .716-.973 9.4 9.4 0 0 0-3.315-4.718A9 9 0 0 0 12 13.5m-4.501 3.01A7.5 7.5 0 0 1 12 15a7.5 7.5 0 0 1 4.501 1.51 7.84 7.84 0 0 1 2.409 2.99H5.09a7.84 7.84 0 0 1 2.41-2.99Z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgUser as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgView = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8m-2.5 4a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0"
|
|
12
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M12 3C8.135 3 5.14 5.088 3.15 7.162a18 18 0 0 0-2.286 2.936c-.26.417-.46.785-.6 1.074a5 5 0 0 0-.169.388 2 2 0 0 0-.058.177A1 1 0 0 0 0 12c0 .116.025.216.037.263q.026.09.058.177.064.172.17.388c.138.289.34.657.599 1.074a18 18 0 0 0 2.285 2.936C5.14 18.912 8.135 21 12 21c3.864 0 6.86-2.088 8.85-4.162a18 18 0 0 0 2.286-2.936c.26-.417.46-.785.6-1.074q.105-.217.169-.388.033-.087.058-.177A1 1 0 0 0 24 12a1 1 0 0 0-.037-.263 2 2 0 0 0-.058-.177 5 5 0 0 0-.17-.388c-.139-.289-.34-.657-.599-1.074a18 18 0 0 0-2.285-2.936C18.86 5.088 15.865 3 12 3M1.615 12.177a4 4 0 0 1-.08-.177q.03-.072.08-.177c.113-.233.287-.554.523-.934a16.6 16.6 0 0 1 2.093-2.688C6.076 6.28 8.705 4.5 12 4.5s5.924 1.78 7.768 3.701c.788.822 1.49 1.723 2.094 2.688.236.38.41.701.523.934q.05.105.08.177-.038.09-.08.177a11 11 0 0 1-.523.934 16.6 16.6 0 0 1-2.093 2.688C17.924 17.72 15.294 19.5 12 19.5s-5.925-1.78-7.769-3.701a16.6 16.6 0 0 1-2.093-2.688 11 11 0 0 1-.523-.934"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgView as default };
|
|
@@ -128,3 +128,22 @@ export { default as ShieldX } from './ShieldX.js';
|
|
|
128
128
|
export { default as Shield } from './Shield.js';
|
|
129
129
|
export { default as ShoppingBag } from './ShoppingBag.js';
|
|
130
130
|
export { default as ShoppingCart } from './ShoppingCart.js';
|
|
131
|
+
export { default as Slash } from './Slash.js';
|
|
132
|
+
export { default as Slider } from './Slider.js';
|
|
133
|
+
export { default as Smartphone } from './Smartphone.js';
|
|
134
|
+
export { default as Star } from './Star.js';
|
|
135
|
+
export { default as SwapHorizontal } from './SwapHorizontal.js';
|
|
136
|
+
export { default as SwapVertical } from './SwapVertical.js';
|
|
137
|
+
export { default as Tablet } from './Tablet.js';
|
|
138
|
+
export { default as Tag } from './Tag.js';
|
|
139
|
+
export { default as TextAlignCenter } from './TextAlignCenter.js';
|
|
140
|
+
export { default as TextAlignJustify } from './TextAlignJustify.js';
|
|
141
|
+
export { default as TextAlignLeft } from './TextAlignLeft.js';
|
|
142
|
+
export { default as TextAlignRight } from './TextAlignRight.js';
|
|
143
|
+
export { default as Text } from './Text.js';
|
|
144
|
+
export { default as ThumbsDown } from './ThumbsDown.js';
|
|
145
|
+
export { default as ThumbsUp } from './ThumbsUp.js';
|
|
146
|
+
export { default as Trash } from './Trash.js';
|
|
147
|
+
export { default as Upload } from './Upload.js';
|
|
148
|
+
export { default as User } from './User.js';
|
|
149
|
+
export { default as View } from './View.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSlash = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M16.63 4.103a.75.75 0 0 0-1.027.268l-8.5 14.5a.75.75 0 1 0 1.294.758l8.5-14.5a.75.75 0 0 0-.267-1.026"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgSlash as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSlider = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M3.75 2.5a.75.75 0 0 1 .75.75v7a.75.75 0 1 1-1.5 0v-7a.75.75 0 0 1 .75-.75M3 14.5v6.25a.75.75 0 1 0 1.5 0V14.5h2a.75.75 0 1 0 0-1.5H1a.75.75 0 1 0 0 1.5zm9.5-2.75a.75.75 0 1 0-1.5 0v9a.75.75 0 1 0 1.5 0zm-.75-9.25a.75.75 0 0 1 .75.75V7.5h2a.75.75 0 1 1 0 1.5H9a.75.75 0 0 1 0-1.5h2V3.25a.75.75 0 0 1 .75-.75M22.5 15a.75.75 0 1 1 0 1.5h-2v4.25a.75.75 0 1 1-1.5 0V16.5h-2a.75.75 0 1 1 0-1.5zM19.75 2.5a.75.75 0 0 1 .75.75v9a.75.75 0 1 1-1.5 0v-9a.75.75 0 0 1 .75-.75"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgSlider as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSmartphone = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M6.75 1A2.75 2.75 0 0 0 4 3.75v16.5A2.75 2.75 0 0 0 6.75 23h10.5A2.75 2.75 0 0 0 20 20.25V3.75A2.75 2.75 0 0 0 17.25 1zM12 18a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgSmartphone as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgStar = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M12.673 1.418a.75.75 0 0 0-1.345 0L8.335 7.483l-6.693.978a.75.75 0 0 0-.415 1.28l4.842 4.717-1.143 6.665a.75.75 0 0 0 1.089.79L12 18.766l5.985 3.149a.75.75 0 0 0 1.089-.79l-1.143-6.666 4.842-4.717a.75.75 0 0 0-.415-1.28l-6.693-.978-2.992-6.065z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgStar as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSwapHorizontal = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M6.72 3.309a.75.75 0 0 0-1-1.118l-4.47 4a.75.75 0 0 0 0 1.118l4.47 4a.75.75 0 0 0 1-1.118L3.713 7.5H22.25a.75.75 0 0 0 0-1.5H3.713zm10.56 10.5a.75.75 0 1 1 1-1.118l4.47 4a.75.75 0 0 1 0 1.118l-4.47 4a.75.75 0 1 1-1-1.118L20.287 18H1.75a.75.75 0 0 1 0-1.5h18.537z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgSwapHorizontal as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSwapVertical = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M20.691 6.72a.75.75 0 1 0 1.118-1l-4-4.47a.75.75 0 0 0-1.118 0l-4 4.47a.75.75 0 0 0 1.118 1L16.5 3.713V22.25a.75.75 0 0 0 1.5 0V3.713zm-10.5 10.56a.75.75 0 1 1 1.118 1l-4 4.47a.75.75 0 0 1-1.118 0l-4-4.47a.75.75 0 1 1 1.118-1L6 20.287V1.75a.75.75 0 0 1 1.5 0v18.537z",
|
|
12
|
+
opacity: 0.9
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgSwapVertical as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTablet = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M1.805 3.805A2.75 2.75 0 0 1 3.75 3h16.5A2.75 2.75 0 0 1 23 5.75v12.5A2.75 2.75 0 0 1 20.25 21H3.75A2.75 2.75 0 0 1 1 18.25V5.75c0-.73.29-1.429.805-1.945m9.486 13.488a1 1 0 0 1 .704-.293h.01c.264 0 .517.105.704.293A1.002 1.002 0 0 1 12.005 19h-.01a1 1 0 0 1-.704-.293 1 1 0 0 1 0-1.414"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgTablet as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTag = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M2.805 2.805A2.75 2.75 0 0 1 4.75 2h6.422c.73 0 1.428.29 1.944.805l8 8a2.75 2.75 0 0 1 0 3.89l-6.421 6.421a2.75 2.75 0 0 1-3.89 0l-8-8A2.75 2.75 0 0 1 2 11.172V4.75c0-.73.29-1.429.805-1.945m2.488 2.488A1 1 0 0 1 6 5h.01a1 1 0 0 1 0 2H6a1 1 0 0 1-.707-1.707"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgTag as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgText = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M3 3.75A.75.75 0 0 1 3.75 3h16a.75.75 0 0 1 .75.75v2.5a.75.75 0 1 1-1.5 0V4.5h-6.5v15h2a.75.75 0 1 1 0 1.5H9a.75.75 0 1 1 0-1.5h2v-15H4.5v1.75a.75.75 0 0 1-1.5 0z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgText as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignCenter = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm3 4a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M5.75 17a.75.75 0 1 0 0 1.5h12.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignCenter as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignJustify = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignJustify as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignLeft as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextAlignRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm4 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M6.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgTextAlignRight as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgThumbsDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 23,
|
|
7
|
+
height: 22,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M13.456 21.349 17.429 13V0H4.949a2.75 2.75 0 0 0-2.72 2.337l-1.443 9.5A2.75 2.75 0 0 0 3.506 15h5.173a.25.25 0 0 1 .25.25v3.225A3.525 3.525 0 0 0 12.454 22a1.1 1.1 0 0 0 1.002-.651M18.929 0v13h.75a2.75 2.75 0 0 0 2.75-2.75v-7.5A2.75 2.75 0 0 0 19.679 0z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgThumbsDown as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgThumbsUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M9.973 1.651 6 10v13h12.48a2.75 2.75 0 0 0 2.72-2.337l1.443-9.5A2.75 2.75 0 0 0 19.923 8H14.75a.25.25 0 0 1-.25-.25V4.525A3.526 3.526 0 0 0 10.975 1a1.1 1.1 0 0 0-1.002.651M4.5 23V10h-.75A2.75 2.75 0 0 0 1 12.75v7.5A2.75 2.75 0 0 0 3.75 23z"
|
|
11
|
+
}));
|
|
12
|
+
|
|
13
|
+
export { SvgThumbsUp as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTrash = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M7 3.75V5H2.75a.75.75 0 0 0 0 1.5H4v13.75A2.75 2.75 0 0 0 6.75 23h10.5A2.75 2.75 0 0 0 20 20.25V6.5h1.25a.75.75 0 1 0 0-1.5H17V3.75A2.75 2.75 0 0 0 14.25 1h-4.5A2.75 2.75 0 0 0 7 3.75M9.75 2.5c-.69 0-1.25.56-1.25 1.25V5h7V3.75c0-.69-.56-1.25-1.25-1.25zm.53 6.72A.75.75 0 0 0 9 9.75v8.5a.75.75 0 1 0 1.5 0v-8.5a.75.75 0 0 0-.22-.53m4.5 0c.141.14.22.331.22.53v8.5a.75.75 0 1 1-1.5 0v-8.5a.75.75 0 0 1 1.28-.53"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgTrash as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgUpload = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M6.232 8.793a.75.75 0 0 0 1.06-.025l3.958-4.146V15.25a.75.75 0 1 0 1.5 0V4.622l3.957 4.146a.75.75 0 1 0 1.085-1.036l-5.25-5.5a.747.747 0 0 0-1.086.001l-5.249 5.5a.75.75 0 0 0 .025 1.06"
|
|
11
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M2.75 14a.75.75 0 0 1 .75.75v4.5c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25v-4.5a.75.75 0 0 1 1.5 0v4.5A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25v-4.5a.75.75 0 0 1 .75-.75"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgUpload as default };
|