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
|
@@ -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: "M7.25 7.75a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0m-.651 7.56A9 9 0 0 1 12 13.5c1.944 0 3.835.635 5.401 1.81a9.4 9.4 0 0 1 3.315 4.717A.75.75 0 0 1 20 21H4a.75.75 0 0 1-.716-.973 9.4 9.4 0 0 1 3.315-4.718Z"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgUser as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
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: "M3.15 7.162C5.14 5.088 8.135 3 12 3s6.86 2.088 8.851 4.162a18 18 0 0 1 2.285 2.936c.259.417.46.785.599 1.074q.095.19.17.388.033.087.058.177c.012.047.037.147.037.263s-.025.216-.037.263q-.025.09-.058.177c-.042.113-.1.245-.169.388-.14.289-.34.657-.6 1.074a18 18 0 0 1-2.286 2.936C18.86 18.912 15.864 21 12 21c-3.865 0-6.86-2.088-8.851-4.162a18 18 0 0 1-2.285-2.936 12 12 0 0 1-.599-1.074 4 4 0 0 1-.17-.388 2 2 0 0 1-.058-.177A1 1 0 0 1 0 12q0-.134.037-.263.025-.09.058-.177.064-.171.169-.388c.14-.289.34-.657.6-1.074A18 18 0 0 1 3.15 7.162m6.022 2.01a4 4 0 1 1 5.656 5.656 4 4 0 0 1-5.656-5.656"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
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';
|
package/package.json
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "metal-icons",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"description": "A flexible React icon
|
|
4
|
+
"version": "0.1.23",
|
|
5
|
+
"description": "A flexible React icon library.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"icon-library",
|
|
8
|
+
"icons",
|
|
9
|
+
"react",
|
|
10
|
+
"svg"
|
|
11
|
+
],
|
|
6
12
|
"repository": {
|
|
7
13
|
"type": "git",
|
|
8
14
|
"url": "https://github.com/jasonmelgoza/metal-icons.git"
|