@proicons/react 4.11.1 → 4.11.3
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 +16 -13
- package/dist/icons/{AddCircularIcon.js → AddCircleIcon.js} +2 -2
- package/dist/icons/{ArrowFowardIcon.js → ArrowForwardIcon.js} +2 -2
- package/dist/icons/{AttatchIcon.js → AttachIcon.js} +2 -2
- package/dist/icons/{MuseumIcon.js → BankIcon.js} +2 -2
- package/dist/icons/BlueskyIcon.js +23 -0
- package/dist/icons/BracesIcon.js +1 -1
- package/dist/icons/CancelOctagonIcon.js +33 -0
- package/dist/icons/ChromeRestoreIcon.js +2 -2
- package/dist/icons/CloudIcon.js +5 -2
- package/dist/icons/CommentAdd2Icon.js +23 -0
- package/dist/icons/CommentAddIcon.js +33 -0
- package/dist/icons/CommentExclamationIcon.js +5 -2
- package/dist/icons/CommentIcon.js +5 -2
- package/dist/icons/CommentMultipleIcon.js +5 -2
- package/dist/icons/Css2Icon.js +34 -0
- package/dist/icons/CssIcon.js +2 -2
- package/dist/icons/DrawTextIcon.js +1 -1
- package/dist/icons/ExtensionIcon.js +5 -2
- package/dist/icons/{FastFowardIcon.js → FastForwardIcon.js} +2 -2
- package/dist/icons/FileMultipleIcon.js +34 -0
- package/dist/icons/FolderMultipleIcon.js +33 -0
- package/dist/icons/HtmlIcon.js +2 -2
- package/dist/icons/LinuxIcon.js +13 -2
- package/dist/icons/NarratorIcon.js +1 -9
- package/dist/icons/OctagonIcon.js +1 -1
- package/dist/icons/PaintbrushIcon.js +1 -20
- package/dist/icons/PanelBottomIcon.js +23 -0
- package/dist/icons/PanelBottomOpenIcon.js +31 -0
- package/dist/icons/PanelLeftContractIcon.js +1 -1
- package/dist/icons/PanelLeftExpandIcon.js +1 -1
- package/dist/icons/PanelLeftIcon.js +1 -1
- package/dist/icons/PanelLeftOpenIcon.js +2 -2
- package/dist/icons/PanelRightContractIcon.js +1 -1
- package/dist/icons/PanelRightExpandIcon.js +1 -1
- package/dist/icons/PanelRightIcon.js +1 -1
- package/dist/icons/PanelRightOpenIcon.js +2 -2
- package/dist/icons/ParenthesesIcon.js +23 -0
- package/dist/icons/Pdf2Icon.js +1 -1
- package/dist/icons/PdfIcon.js +8 -6
- package/dist/icons/PhotoMultipleIcon.js +34 -0
- package/dist/icons/{PlayCircularIcon.js → PlayCircleIcon.js} +2 -2
- package/dist/icons/SaveMultipleIcon.js +34 -0
- package/dist/icons/SavePencilIcon.js +31 -0
- package/dist/icons/SearchCancelIcon.js +0 -11
- package/dist/icons/{SlashBoxIcon.js → SlashSquareIcon.js} +2 -2
- package/dist/icons/SplitHorizontalIcon.js +23 -0
- package/dist/icons/SplitVerticalIcon.js +23 -0
- package/dist/icons/TextAddIcon.js +1 -1
- package/dist/icons/TextBoldIcon.js +5 -2
- package/dist/icons/TextSubscriptIcon.js +1 -1
- package/dist/icons/TextSuperscriptIcon.js +1 -1
- package/dist/icons/ThumbsDownIcon.js +5 -2
- package/dist/icons/ThumbsUpIcon.js +5 -2
- package/dist/icons/TiktokIcon.js +5 -2
- package/dist/icons/{Volume1Icon.js → VolumeLowIcon.js} +2 -2
- package/dist/icons/{Volume0Icon.js → VolumeMediumIcon.js} +2 -2
- package/dist/icons/WindowAddIcon.js +43 -0
- package/dist/icons.js +183 -81
- package/dist/proicons-react.js +183 -81
- package/dist/proicons.d.ts +3500 -0
- package/dist/utils/rename.js +1 -1
- package/package.json +13 -10
- package/dist/icons/SaveAsIcon.js +0 -31
- package/lib/proicons-react.d.ts +0 -5172
package/README.md
CHANGED
|
@@ -2,20 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
<p>
|
|
4
4
|
<a href="https://github.com/ProCode-Software/proicons/releases">
|
|
5
|
-
<img src="https://img.shields.io/github/v/release/ProCode-Software/proicons?style=for-the-badge
|
|
5
|
+
<img src="https://img.shields.io/github/v/release/ProCode-Software/proicons?style=for-the-badge"
|
|
6
6
|
alt="Version">
|
|
7
7
|
</a>
|
|
8
|
-
<a href="">
|
|
9
|
-
<img src="https://img.shields.io/github/stars/ProCode-Software/proicons?style=for-the-badge
|
|
8
|
+
<a href="https://github.com/ProCode-Software/proicons">
|
|
9
|
+
<img src="https://img.shields.io/github/stars/ProCode-Software/proicons?style=for-the-badge"
|
|
10
10
|
alt="Stars">
|
|
11
11
|
</a>
|
|
12
12
|
<a href="https://www.npmjs.com/package/@proicons/react">
|
|
13
|
-
<img src="https://img.shields.io/npm/dm/@proicons/react?label=downloads&style=for-the-badge
|
|
14
|
-
alt="NPM Package">
|
|
13
|
+
<img src="https://img.shields.io/npm/dm/@proicons/react?label=downloads&style=for-the-badge" alt="NPM Package">
|
|
15
14
|
</a>
|
|
16
15
|
<a href="https://github.com/ProCode-Software/proicons/blob/main/LICENSE">
|
|
17
|
-
<img src="https://img.shields.io/github/license/ProCode-Software/proicons?style=for-the-badge
|
|
18
|
-
alt="License">
|
|
16
|
+
<img src="https://img.shields.io/github/license/ProCode-Software/proicons?style=for-the-badge" alt="License">
|
|
19
17
|
</a>
|
|
20
18
|
</p>
|
|
21
19
|
|
|
@@ -27,38 +25,43 @@
|
|
|
27
25
|
An implementation of the <a href="https://github.com/ProCode-Software/proicons" target="_blank">ProIcons</a> icon library for React applications.
|
|
28
26
|
<br>
|
|
29
27
|
<a href="https://procode-software.github.io/proicons/icons">Browse icons</a> |
|
|
30
|
-
<a href="https://procode-software.github.io/proicons/docs/
|
|
28
|
+
<a href="https://procode-software.github.io/proicons/docs/react">Documentation</a> |
|
|
31
29
|
<a href="https://github.com/ProCode-Software/proicons/tree/main/packages/proicons-react">GitHub</a> |
|
|
32
30
|
<a href="https://www.npmjs.com/package/@proicons/react">NPM</a>
|
|
33
31
|
</p>
|
|
34
32
|
|
|
35
33
|
## Features
|
|
34
|
+
|
|
36
35
|
- All icons are available as customizable React components
|
|
37
36
|
- Supports ESM tree-shaking
|
|
38
37
|
|
|
39
|
-
**[Read the full documentation here](https://procode-software.github.io/proicons/docs/
|
|
38
|
+
**[Read the full documentation here](https://procode-software.github.io/proicons/docs/react)**
|
|
40
39
|
|
|
41
40
|
## Installation
|
|
41
|
+
|
|
42
42
|
Install via [NPM](https://npmjs.com/package/@proicons/react):
|
|
43
|
+
|
|
43
44
|
```shell
|
|
44
45
|
npm install @proicons/react
|
|
45
46
|
```
|
|
47
|
+
|
|
46
48
|
> [!IMPORTANT]
|
|
47
49
|
> This package is ESM-only. To use in CommonJS contexts, use `await import('@proicons/react')` (asynchronous) or `require('@proicons/react')` in newer Node.js versions.
|
|
48
50
|
|
|
49
51
|
## Usage
|
|
52
|
+
|
|
50
53
|
All icons are available as React components named in PascalCase and may end in `Icon`.
|
|
51
54
|
|
|
52
55
|
To import the Add Square icon:
|
|
56
|
+
|
|
53
57
|
```jsx
|
|
54
58
|
import { SearchIcon } from '@proicons/react'
|
|
55
59
|
|
|
56
60
|
function App() {
|
|
57
|
-
return
|
|
58
|
-
<SearchIcon color="red" size={32} />
|
|
59
|
-
)
|
|
61
|
+
return <SearchIcon color="red" size={32} />
|
|
60
62
|
}
|
|
61
63
|
```
|
|
62
64
|
|
|
63
65
|
## Contributing
|
|
64
|
-
|
|
66
|
+
|
|
67
|
+
For more info on how to contribute, please see our [contributing guide](https://github.com/ProCode-Software/proicons/blob/main/CONTRIBUTING.md).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* See the LICENSE file in the root directory of the source tree.
|
|
6
6
|
*/
|
|
7
7
|
import { createIcon } from "../createIcon.js";
|
|
8
|
-
const
|
|
8
|
+
const AddCircleIcon = createIcon({ name: "Add Circle", deprecated: false }, [
|
|
9
9
|
[
|
|
10
10
|
"circle",
|
|
11
11
|
{
|
|
@@ -32,5 +32,5 @@ const AddCircularIcon = createIcon({ name: "Add Circular", deprecated: false },
|
|
|
32
32
|
]
|
|
33
33
|
]);
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
AddCircleIcon
|
|
36
36
|
};
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* See the LICENSE file in the root directory of the source tree.
|
|
6
6
|
*/
|
|
7
7
|
import { createIcon } from "../createIcon.js";
|
|
8
|
-
const
|
|
8
|
+
const ArrowForwardIcon = createIcon({ name: "Arrow Forward", deprecated: false }, [
|
|
9
9
|
[
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
@@ -19,5 +19,5 @@ const ArrowFowardIcon = createIcon({ name: "Arrow Foward", deprecated: false },
|
|
|
19
19
|
]
|
|
20
20
|
]);
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
ArrowForwardIcon
|
|
23
23
|
};
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* See the LICENSE file in the root directory of the source tree.
|
|
6
6
|
*/
|
|
7
7
|
import { createIcon } from "../createIcon.js";
|
|
8
|
-
const
|
|
8
|
+
const AttachIcon = createIcon({ name: "Attach", deprecated: false }, [
|
|
9
9
|
[
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
@@ -19,5 +19,5 @@ const AttatchIcon = createIcon({ name: "Attatch", deprecated: false }, [
|
|
|
19
19
|
]
|
|
20
20
|
]);
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
AttachIcon
|
|
23
23
|
};
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* See the LICENSE file in the root directory of the source tree.
|
|
6
6
|
*/
|
|
7
7
|
import { createIcon } from "../createIcon.js";
|
|
8
|
-
const
|
|
8
|
+
const BankIcon = createIcon({ name: "Bank", deprecated: false }, [
|
|
9
9
|
[
|
|
10
10
|
"rect",
|
|
11
11
|
{
|
|
@@ -34,5 +34,5 @@ const MuseumIcon = createIcon({ name: "Museum", deprecated: false }, [
|
|
|
34
34
|
]
|
|
35
35
|
]);
|
|
36
36
|
export {
|
|
37
|
-
|
|
37
|
+
BankIcon
|
|
38
38
|
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license ProIcons React v4.11.1 - MIT
|
|
3
|
+
*
|
|
4
|
+
* This code is licensed under the MIT license.
|
|
5
|
+
* See the LICENSE file in the root directory of the source tree.
|
|
6
|
+
*/
|
|
7
|
+
import { createIcon } from "../createIcon.js";
|
|
8
|
+
const BlueskyIcon = createIcon({ name: "Bluesky", deprecated: false }, [
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "m2.753 4.514.434 5.853a3.354 3.354 0 0 0 3.345 3.106h.702l-.51.291a5.94 5.94 0 0 0-2.447 2.677 2.655 2.655 0 0 0 .74 3.17l.972.787c1.226.994 3 1.236 4.085.089.92-.974 1.32-1.914 1.405-2.128q.018-.046.032-.093l.295-.924c.111-.347.176-.707.194-1.07.018.363.083.723.194 1.07l.295.924q.014.047.032.093c.084.214.486 1.154 1.405 2.128 1.084 1.147 2.859.906 4.085-.088l.971-.788a2.655 2.655 0 0 0 .741-3.17 5.94 5.94 0 0 0-2.447-2.676l-.51-.292h.702a3.354 3.354 0 0 0 3.345-3.106l.434-5.853c.101-1.363-1.373-2.25-2.5-1.477-1.726 1.18-3.77 2.698-4.565 3.754-1.41 1.872-2.117 3.559-2.182 3.719-.065-.16-.772-1.847-2.182-3.72-.795-1.055-2.84-2.573-4.564-3.754-1.128-.772-2.602.115-2.5 1.478"
|
|
17
|
+
},
|
|
18
|
+
[]
|
|
19
|
+
]
|
|
20
|
+
]);
|
|
21
|
+
export {
|
|
22
|
+
BlueskyIcon
|
|
23
|
+
};
|
package/dist/icons/BracesIcon.js
CHANGED
|
@@ -13,7 +13,7 @@ const BracesIcon = createIcon({ name: "Braces", deprecated: false }, [
|
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
"stroke-width": "1.5",
|
|
16
|
-
d: "
|
|
16
|
+
d: "M9 20.25a3 3 0 0 1-3-3v0-1.343a4 4 0 0 0-1.172-2.829L3.75 12l1.078-1.078A4 4 0 0 0 6 8.093V6.75v0a3 3 0 0 1 3-3v0m6 16.5a3 3 0 0 0 3-3v0-1.343a4 4 0 0 1 1.172-2.829L20.25 12l-1.078-1.078A4 4 0 0 1 18 8.093V6.75v0a3 3 0 0 0-3-3v0"
|
|
17
17
|
},
|
|
18
18
|
[]
|
|
19
19
|
]
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license ProIcons React v4.11.1 - MIT
|
|
3
|
+
*
|
|
4
|
+
* This code is licensed under the MIT license.
|
|
5
|
+
* See the LICENSE file in the root directory of the source tree.
|
|
6
|
+
*/
|
|
7
|
+
import { createIcon } from "../createIcon.js";
|
|
8
|
+
const CancelOctagonIcon = createIcon({ name: "Cancel Octagon", deprecated: false }, [
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M7.583 3.336a2 2 0 0 1 1.414-.586h6.006a2 2 0 0 1 1.414.586l4.247 4.247a2 2 0 0 1 .586 1.414v6.006a2 2 0 0 1-.586 1.414l-4.247 4.247a2 2 0 0 1-1.414.586H8.997a2 2 0 0 1-1.414-.586l-4.247-4.247a2 2 0 0 1-.586-1.414V8.997a2 2 0 0 1 .586-1.414z"
|
|
17
|
+
},
|
|
18
|
+
[]
|
|
19
|
+
],
|
|
20
|
+
[
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-width": "1.5",
|
|
26
|
+
d: "m8.75 8.75 6.5 6.5m0-6.5-6.5 6.5"
|
|
27
|
+
},
|
|
28
|
+
[]
|
|
29
|
+
]
|
|
30
|
+
]);
|
|
31
|
+
export {
|
|
32
|
+
CancelOctagonIcon
|
|
33
|
+
};
|
|
@@ -13,7 +13,7 @@ const ChromeRestoreIcon = createIcon({ name: "Chrome Restore", deprecated: false
|
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
"stroke-width": "1.5",
|
|
16
|
-
d: "M2.75 9.
|
|
16
|
+
d: "M2.75 9.75a3.5 3.5 0 0 1 3.5-3.5h8a3.5 3.5 0 0 1 3.5 3.5v8a3.5 3.5 0 0 1-3.5 3.5h-8a3.5 3.5 0 0 1-3.5-3.5z"
|
|
17
17
|
},
|
|
18
18
|
[]
|
|
19
19
|
],
|
|
@@ -24,7 +24,7 @@ const ChromeRestoreIcon = createIcon({ name: "Chrome Restore", deprecated: false
|
|
|
24
24
|
"stroke-linecap": "round",
|
|
25
25
|
"stroke-linejoin": "round",
|
|
26
26
|
"stroke-width": "1.5",
|
|
27
|
-
d: "
|
|
27
|
+
d: "M7.25 2.75h7.241v0a6.76 6.76 0 0 1 6.759 6.759v7.241"
|
|
28
28
|
},
|
|
29
29
|
[]
|
|
30
30
|
]
|
package/dist/icons/CloudIcon.js
CHANGED
|
@@ -9,8 +9,11 @@ const CloudIcon = createIcon({ name: "Cloud", deprecated: false }, [
|
|
|
9
9
|
[
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M18.268 11c0 .3.21.563.497.65a3.502 3.502 0 0 1-1.015 6.85H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334A5.5 5.5 0 0 1 18.268 11"
|
|
14
17
|
},
|
|
15
18
|
[]
|
|
16
19
|
]
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license ProIcons React v4.11.1 - MIT
|
|
3
|
+
*
|
|
4
|
+
* This code is licensed under the MIT license.
|
|
5
|
+
* See the LICENSE file in the root directory of the source tree.
|
|
6
|
+
*/
|
|
7
|
+
import { createIcon } from "../createIcon.js";
|
|
8
|
+
const CommentAdd2Icon = createIcon({ name: "Comment Add 2", deprecated: false }, [
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4zM12 6.854v6m-3-3h6"
|
|
17
|
+
},
|
|
18
|
+
[]
|
|
19
|
+
]
|
|
20
|
+
]);
|
|
21
|
+
export {
|
|
22
|
+
CommentAdd2Icon
|
|
23
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license ProIcons React v4.11.1 - MIT
|
|
3
|
+
*
|
|
4
|
+
* This code is licensed under the MIT license.
|
|
5
|
+
* See the LICENSE file in the root directory of the source tree.
|
|
6
|
+
*/
|
|
7
|
+
import { createIcon } from "../createIcon.js";
|
|
8
|
+
const CommentAddIcon = createIcon({ name: "Comment Add", deprecated: false }, [
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M20.91 12.958a4 4 0 0 1-4 4h-4.368l-4.52 4.16a.5.5 0 0 1-.839-.368v-3.792H7.09a4 4 0 0 1-4-4V6.749a4 4 0 0 1 4-4h4.161"
|
|
17
|
+
},
|
|
18
|
+
[]
|
|
19
|
+
],
|
|
20
|
+
[
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
fill: "currentColor",
|
|
24
|
+
"fill-rule": "evenodd",
|
|
25
|
+
d: "M17.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V6h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 0 1-1 0V7h-2.493a.5.5 0 1 1 0-1H17V3.507a.5.5 0 0 1 .5-.5",
|
|
26
|
+
"clip-rule": "evenodd"
|
|
27
|
+
},
|
|
28
|
+
[]
|
|
29
|
+
]
|
|
30
|
+
]);
|
|
31
|
+
export {
|
|
32
|
+
CommentAddIcon
|
|
33
|
+
};
|
|
@@ -11,8 +11,11 @@ const CommentExclamationIcon = createIcon(
|
|
|
11
11
|
[
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
"stroke-linecap": "round",
|
|
16
|
+
"stroke-linejoin": "round",
|
|
17
|
+
"stroke-width": "1.5",
|
|
18
|
+
d: "M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4z"
|
|
16
19
|
},
|
|
17
20
|
[]
|
|
18
21
|
],
|
|
@@ -9,8 +9,11 @@ const CommentIcon = createIcon({ name: "Comment", deprecated: false }, [
|
|
|
9
9
|
[
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4z"
|
|
14
17
|
},
|
|
15
18
|
[]
|
|
16
19
|
]
|
|
@@ -9,8 +9,11 @@ const CommentMultipleIcon = createIcon({ name: "Comment Multiple", deprecated: f
|
|
|
9
9
|
[
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M5.985 5.76a3 3 0 0 0-3 3v5.982a3 3 0 0 0 3 3h.446v3.017a.5.5 0 0 0 .839.367l3.67-3.385h4.045a3 3 0 0 0 3-3V8.76a3 3 0 0 0-3-3z"
|
|
14
17
|
},
|
|
15
18
|
[]
|
|
16
19
|
],
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license ProIcons React v4.11.1 - MIT
|
|
3
|
+
*
|
|
4
|
+
* This code is licensed under the MIT license.
|
|
5
|
+
* See the LICENSE file in the root directory of the source tree.
|
|
6
|
+
*/
|
|
7
|
+
import { createIcon } from "../createIcon.js";
|
|
8
|
+
const Css2Icon = createIcon({ name: "CSS 2", deprecated: false }, [
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M3.75 5.25a1.5 1.5 0 0 1 1.5-1.5h11.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5z"
|
|
17
|
+
},
|
|
18
|
+
[]
|
|
19
|
+
],
|
|
20
|
+
[
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round",
|
|
26
|
+
"stroke-width": "1.5",
|
|
27
|
+
d: "M9.25 17.25h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1m4 0h-1a1 1 0 0 0-1 1v.5a1 1 0 0 0 1 1v0a1 1 0 0 1 1 1v.5a1 1 0 0 1-1 1h-1m6-5h-1a1 1 0 0 0-1 1v.5a1 1 0 0 0 1 1v0a1 1 0 0 1 1 1v.5a1 1 0 0 1-1 1h-1"
|
|
28
|
+
},
|
|
29
|
+
[]
|
|
30
|
+
]
|
|
31
|
+
]);
|
|
32
|
+
export {
|
|
33
|
+
Css2Icon
|
|
34
|
+
};
|
package/dist/icons/CssIcon.js
CHANGED
|
@@ -13,7 +13,7 @@ const CssIcon = createIcon({ name: "CSS", deprecated: false }, [
|
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
"stroke-width": "1.5",
|
|
16
|
-
d: "m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.
|
|
16
|
+
d: "m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.069 1.045a3 3 0 0 1-1.492 0l-4.07-1.045a1.5 1.5 0 0 1-1.097-1.16L3.246 4.792A1.5 1.5 0 0 1 4.717 3h14.566a1.5 1.5 0 0 1 1.471 1.792"
|
|
17
17
|
},
|
|
18
18
|
[]
|
|
19
19
|
],
|
|
@@ -24,7 +24,7 @@ const CssIcon = createIcon({ name: "CSS", deprecated: false }, [
|
|
|
24
24
|
"stroke-linecap": "round",
|
|
25
25
|
"stroke-linejoin": "round",
|
|
26
26
|
"stroke-width": "1.5",
|
|
27
|
-
d: "
|
|
27
|
+
d: "m15.998 11.891-.891 4.458a1 1 0 0 1-.64.744l-2.126.77a1 1 0 0 1-.681 0l-2.146-.777a.99.99 0 0 1-.622-.74l-.222-1.114m7.328-3.341.859-4.292a.6.6 0 0 0-.589-.718H7m8.998 5.01H8.002"
|
|
28
28
|
},
|
|
29
29
|
[]
|
|
30
30
|
]
|
|
@@ -21,7 +21,7 @@ const DrawTextIcon = createIcon({ name: "Draw Text", deprecated: false }, [
|
|
|
21
21
|
"path",
|
|
22
22
|
{
|
|
23
23
|
fill: "currentColor",
|
|
24
|
-
d: "M15.
|
|
24
|
+
d: "M15.586 20.936a2.5 2.5 0 0 0 1.219-.673l5.454-5.45a2.526 2.526 0 1 0-3.57-3.573l-5.453 5.452c-.335.336-.569.76-.674 1.222l-.536 2.354a1.007 1.007 0 0 0 1.206 1.206z"
|
|
25
25
|
},
|
|
26
26
|
[]
|
|
27
27
|
],
|
|
@@ -9,8 +9,11 @@ const ExtensionIcon = createIcon({ name: "Extension", deprecated: false }, [
|
|
|
9
9
|
[
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M13 2.75A2.25 2.25 0 0 0 10.75 5c0 .14 0 .21-.012.267a.6.6 0 0 1-.471.471c-.058.012-.128.012-.267.012H8.75a2 2 0 0 0-2 2V9c0 .14 0 .21-.012.267a.6.6 0 0 1-.471.471c-.058.012-.128.012-.267.012a2.25 2.25 0 0 0 0 4.5c.14 0 .209 0 .267.011a.6.6 0 0 1 .471.472c.012.058.012.128.012.267v1.25a2 2 0 0 0 2 2H10c.14 0 .21 0 .267.012a.6.6 0 0 1 .471.47c.012.059.012.129.012.268a2.25 2.25 0 1 0 4.5 0c0-.14 0-.21.011-.267a.6.6 0 0 1 .472-.471c.058-.012.128-.012.267-.012h1.25a2 2 0 0 0 2-2V15c0-.14 0-.21-.012-.267a.6.6 0 0 0-.471-.472c-.058-.011-.128-.011-.267-.011a2.25 2.25 0 0 1 0-4.5c.14 0 .209 0 .267-.012a.6.6 0 0 0 .471-.471c.012-.058.012-.128.012-.267V7.75a2 2 0 0 0-2-2H16c-.14 0-.21 0-.267-.012a.6.6 0 0 1-.472-.471C15.25 5.21 15.25 5.14 15.25 5A2.25 2.25 0 0 0 13 2.75"
|
|
14
17
|
},
|
|
15
18
|
[]
|
|
16
19
|
]
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* See the LICENSE file in the root directory of the source tree.
|
|
6
6
|
*/
|
|
7
7
|
import { createIcon } from "../createIcon.js";
|
|
8
|
-
const
|
|
8
|
+
const FastForwardIcon = createIcon({ name: "Fast Forward", deprecated: false }, [
|
|
9
9
|
[
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
@@ -28,5 +28,5 @@ const FastFowardIcon = createIcon({ name: "Fast Foward", deprecated: false }, [
|
|
|
28
28
|
]
|
|
29
29
|
]);
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
FastForwardIcon
|
|
32
32
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license ProIcons React v4.11.1 - MIT
|
|
3
|
+
*
|
|
4
|
+
* This code is licensed under the MIT license.
|
|
5
|
+
* See the LICENSE file in the root directory of the source tree.
|
|
6
|
+
*/
|
|
7
|
+
import { createIcon } from "../createIcon.js";
|
|
8
|
+
const FileMultipleIcon = createIcon({ name: "File Multiple", deprecated: false }, [
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5",
|
|
16
|
+
d: "M13.237 3.013c.319.144.613.345.866.596l5.033 5.002c.252.25.454.542.6.859m-6.5-6.457a3 3 0 0 0-1.22-.263H9.5A2.5 2.5 0 0 0 7 5.25v10.5a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5v-5.066c0-.423-.092-.836-.265-1.214m-6.498-6.457v4.781a1.68 1.68 0 0 0 1.686 1.676h4.812"
|
|
17
|
+
},
|
|
18
|
+
[]
|
|
19
|
+
],
|
|
20
|
+
[
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round",
|
|
26
|
+
"stroke-width": "1.5",
|
|
27
|
+
d: "M4 6.75v9a5.5 5.5 0 0 0 5.5 5.5H16"
|
|
28
|
+
},
|
|
29
|
+
[]
|
|
30
|
+
]
|
|
31
|
+
]);
|
|
32
|
+
export {
|
|
33
|
+
FileMultipleIcon
|
|
34
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license ProIcons React v4.11.1 - MIT
|
|
3
|
+
*
|
|
4
|
+
* This code is licensed under the MIT license.
|
|
5
|
+
* See the LICENSE file in the root directory of the source tree.
|
|
6
|
+
*/
|
|
7
|
+
import { createIcon } from "../createIcon.js";
|
|
8
|
+
const FolderMultipleIcon = createIcon({ name: "Folder Multiple", deprecated: false }, [
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
"stroke-width": "1.5",
|
|
15
|
+
d: "M2.75 7.624v6.127a3.5 3.5 0 0 0 3.5 3.5h8.5a3.5 3.5 0 0 0 3.5-3.5V9.187a3.5 3.5 0 0 0-3.5-3.5l-4.25.001M2.75 7.624V5.749a2 2 0 0 1 2-2h2.775a2.5 2.5 0 0 1 1.768.732L10.5 5.688M2.75 7.624h4.779a2.5 2.5 0 0 0 1.767-.732L10.5 5.688"
|
|
16
|
+
},
|
|
17
|
+
[]
|
|
18
|
+
],
|
|
19
|
+
[
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
"stroke-linecap": "round",
|
|
24
|
+
"stroke-linejoin": "round",
|
|
25
|
+
"stroke-width": "1.5",
|
|
26
|
+
d: "M21.25 9.687v4.064a6.5 6.5 0 0 1-6.5 6.5h-8"
|
|
27
|
+
},
|
|
28
|
+
[]
|
|
29
|
+
]
|
|
30
|
+
]);
|
|
31
|
+
export {
|
|
32
|
+
FolderMultipleIcon
|
|
33
|
+
};
|
package/dist/icons/HtmlIcon.js
CHANGED
|
@@ -13,7 +13,7 @@ const HtmlIcon = createIcon({ name: "HTML", deprecated: false }, [
|
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
"stroke-width": "1.5",
|
|
16
|
-
d: "m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.
|
|
16
|
+
d: "m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.069 1.045a3 3 0 0 1-1.492 0l-4.07-1.045a1.5 1.5 0 0 1-1.097-1.16L3.246 4.792A1.5 1.5 0 0 1 4.717 3h14.566a1.5 1.5 0 0 1 1.471 1.792"
|
|
17
17
|
},
|
|
18
18
|
[]
|
|
19
19
|
],
|
|
@@ -24,7 +24,7 @@ const HtmlIcon = createIcon({ name: "HTML", deprecated: false }, [
|
|
|
24
24
|
"stroke-linecap": "round",
|
|
25
25
|
"stroke-linejoin": "round",
|
|
26
26
|
"stroke-width": "1.5",
|
|
27
|
-
d: "M17
|
|
27
|
+
d: "M17 6.881H7.732a.6.6 0 0 0-.589.718l.859 4.292h7.996l-.891 4.458a1 1 0 0 1-.64.744l-2.126.77a1 1 0 0 1-.681 0l-2.127-.77a1 1 0 0 1-.64-.744l-.224-1.119"
|
|
28
28
|
},
|
|
29
29
|
[]
|
|
30
30
|
]
|
package/dist/icons/LinuxIcon.js
CHANGED
|
@@ -23,18 +23,29 @@ const LinuxIcon = createIcon({ name: "Linux", deprecated: false }, [
|
|
|
23
23
|
{
|
|
24
24
|
width: "1.48",
|
|
25
25
|
height: "1.48",
|
|
26
|
-
x: "10.
|
|
26
|
+
x: "10.381",
|
|
27
27
|
y: "5.713",
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
rx: ".74"
|
|
30
30
|
},
|
|
31
31
|
[]
|
|
32
32
|
],
|
|
33
|
+
[
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
stroke: "currentColor",
|
|
37
|
+
"stroke-linecap": "round",
|
|
38
|
+
"stroke-linejoin": "round",
|
|
39
|
+
"stroke-width": "1.5",
|
|
40
|
+
d: "M14.603 20.846a1.916 1.916 0 0 0 3.253.436l1.852-2.308a.69.69 0 0 0-.193-1.03l-1.538-.888m-3.374 3.79a5.9 5.9 0 0 1-2.337.476 5.9 5.9 0 0 1-2.453-.526m4.79.05a1.92 1.92 0 0 1-.028-1.457l.89-2.29m-5.652 3.697a1.916 1.916 0 0 1-2.474 1.074L4.58 20.795a.69.69 0 0 1-.347-.989l1.661-2.878a.69.69 0 0 1 .542-.343m3.377 4.21a1.92 1.92 0 0 0-.58-2.207l-.02-.017m-2.777-1.986a6 6 0 0 1-.125-1.218 5.92 5.92 0 0 1 1.16-3.531c.809-1.098 1.588-2.313 1.588-3.677V6.206a3.206 3.206 0 1 1 6.413 0V8.16c0 1.364.78 2.58 1.589 3.676a5.93 5.93 0 0 1 1.16 3.532c0 .586-.085 1.153-.244 1.688m-11.541-.47a.7.7 0 0 1 .488.15l2.288 1.836m8.766-1.516-1.341-.774a.69.69 0 0 0-.989.348l-.182.47m0 0c-.106-2.161-1.498-4.939-3.2-4.939-1.771 0-3.207 3.007-3.207 5.197 0 .423.054.831.153 1.214"
|
|
41
|
+
},
|
|
42
|
+
[]
|
|
43
|
+
],
|
|
33
44
|
[
|
|
34
45
|
"path",
|
|
35
46
|
{
|
|
36
47
|
fill: "currentColor",
|
|
37
|
-
d: "
|
|
48
|
+
d: "M11.08 8.272a.6.6 0 0 0-.46.984l1.185 1.423a.6.6 0 0 0 .922 0l1.185-1.423a.6.6 0 0 0-.461-.984z"
|
|
38
49
|
},
|
|
39
50
|
[]
|
|
40
51
|
]
|
|
@@ -6,14 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { createIcon } from "../createIcon.js";
|
|
8
8
|
const NarratorIcon = createIcon({ name: "Narrator", deprecated: false }, [
|
|
9
|
-
[
|
|
10
|
-
"path",
|
|
11
|
-
{
|
|
12
|
-
fill: "currentColor",
|
|
13
|
-
d: "M7.183 16.958h.75a.75.75 0 0 0-.75-.75zm.839 4.16.508.552zm4.52-4.16v-.75a.75.75 0 0 0-.508.199zM3.839 6.75A3.25 3.25 0 0 1 7.09 3.5V2a4.75 4.75 0 0 0-4.75 4.75zm0 6.208V6.75h-1.5v6.208zm3.25 3.25a3.25 3.25 0 0 1-3.25-3.25h-1.5a4.75 4.75 0 0 0 4.75 4.75zm.072 0H7.09v1.5h.072zm.022 0h-.022v1.5h.022zm.75 4.542v-3.792h-1.5v3.792zm-.419-.184a.25.25 0 0 1 .42.184h-1.5c0 1.09 1.295 1.657 2.096.92zm4.52-4.16-4.52 4.16L8.53 21.67l4.52-4.16zm4.877-.198h-4.37v1.5h4.37zm3.25-3.25a3.25 3.25 0 0 1-3.25 3.25v1.5a4.75 4.75 0 0 0 4.75-4.75zm0-6.208v6.208h1.5V6.75zM16.91 3.5a3.25 3.25 0 0 1 3.25 3.25h1.5A4.75 4.75 0 0 0 16.91 2zm-9.822 0h9.822V2H7.089z"
|
|
14
|
-
},
|
|
15
|
-
[]
|
|
16
|
-
],
|
|
17
9
|
[
|
|
18
10
|
"path",
|
|
19
11
|
{
|
|
@@ -21,7 +13,7 @@ const NarratorIcon = createIcon({ name: "Narrator", deprecated: false }, [
|
|
|
21
13
|
"stroke-linecap": "round",
|
|
22
14
|
"stroke-linejoin": "round",
|
|
23
15
|
"stroke-width": "1.5",
|
|
24
|
-
d: "
|
|
16
|
+
d: "M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4zM12 14V6m3.25 5.788V8.212m-6.5 3.576V8.212"
|
|
25
17
|
},
|
|
26
18
|
[]
|
|
27
19
|
]
|
|
@@ -13,7 +13,7 @@ const OctagonIcon = createIcon({ name: "Octagon", deprecated: false }, [
|
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
"stroke-width": "1.5",
|
|
16
|
-
d: "M7.
|
|
16
|
+
d: "M7.583 3.336a2 2 0 0 1 1.414-.586h6.006a2 2 0 0 1 1.414.586l4.247 4.247a2 2 0 0 1 .586 1.414v6.006a2 2 0 0 1-.586 1.414l-4.247 4.247a2 2 0 0 1-1.414.586H8.997a2 2 0 0 1-1.414-.586l-4.247-4.247a2 2 0 0 1-.586-1.414V8.997a2 2 0 0 1 .586-1.414z"
|
|
17
17
|
},
|
|
18
18
|
[]
|
|
19
19
|
]
|