@benefex/icons 0.2.8 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CircleExclamationSolid.d.ts +4 -0
- package/dist/CircleExclamationSolid.js +5 -0
- package/dist/CircleXmarkSolid.d.ts +4 -0
- package/dist/CircleXmarkSolid.js +5 -0
- package/dist/EyeSlashThin.d.ts +4 -0
- package/dist/EyeSlashThin.js +5 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CircleExclamationSolid = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0m-24 152c0-13.2 10.8-24 24-24s24 10.75 24 24v128c0 13.25-10.75 24-24 24s-24-10.7-24-24zm24 248c-17.36 0-31.44-14.08-31.44-31.44s14.07-31.44 31.44-31.44 31.44 14.08 31.44 31.44C287.4 385.9 273.4 400 256 400" })));
|
|
5
|
+
export default CircleExclamationSolid;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CircleXmarkSolid = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M0 256C0 114.6 114.6 0 256 0s256 114.6 256 256-114.6 256-256 256S0 397.4 0 256m175-47.9 47.1 47L175 303c-9.3 9.4-9.3 24.6 0 33.1 9.4 10.2 24.6 10.2 33.1 0l47-46.2 47.9 46.2c9.4 10.2 24.6 10.2 33.1 0 10.2-8.5 10.2-23.7 0-33.1l-46.2-47.9 46.2-47c10.2-8.5 10.2-23.7 0-33.1-8.5-9.3-23.7-9.3-33.1 0l-47.9 47.1-47-47.1c-8.5-9.3-23.7-9.3-33.1 0-9.3 9.4-9.3 24.6 0 33.1" })));
|
|
5
|
+
export default CircleXmarkSolid;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const EyeSlashThin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M636.1 497.7c4.3 2.8 4.9 7.8 2.2 10.4-2.8 4.3-7.8 4.9-11.3 2.2L3.022 14.26A7.996 7.996 0 0 1 1.738 3.022 8 8 0 0 1 12.98 1.738zm-30.6-229.4c-9.6 23-26 52.8-49 82.7l-13.4-9.9c22.9-28.7 38.6-58 47.7-78.9 1.6-4 1.6-8.4 0-12.4-14.1-34.7-44.2-83.8-89.1-125.5-45.1-41.89-106.1-77.2-182.6-77.2-41.2 0-78.8 11.59-111.7 28.3l-13.7-10.85C229.9 44.92 272.2 31.1 320 31.1c80.8 0 145.5 37.74 192.6 81.5 46.8 43.4 78.1 94.5 92.9 131.1 3.3 7.9 3.3 16.7 0 24.6M83.46 160.1l12.56 10.8C74 199.6 58.31 228 49.23 249.8c-1.64 4-1.64 8.4 0 12.4 14.11 33.8 44.15 82.9 89.07 125.5C183.4 429.6 244.4 464 320 464c42.1 0 79.7-10.7 112.6-27.4l13.7 10.9c-36.2 19.6-78.5 32.5-127.2 32.5-79.9 0-144.6-36.8-191.7-80.6-46.78-44.3-78.06-95.4-92.94-131.1a31.98 31.98 0 0 1 0-24.6c9.6-23 26-52.8 49-83.6M208 259.4l17.5 13.7c8.1 44 47.3 78.9 94.5 78.9 1.8 0 3.5-.9 5.2-.1l17.5 13.8c-7.3 1.5-14.9 2.3-22.7 2.3-60.7 0-110.2-48.3-112-108.6m111.1-116.3c61.6 0 111.1 49.2 112.8 109.5l-17.4-13.8c-8.1-44.8-47.3-79.7-95.4-79.7-.9 0-2.6.9-4.3 1l-17.5-13.8c7.3-1.5 14.9-3.2 21.8-3.2" })));
|
|
5
|
+
export default EyeSlashThin;
|
package/dist/index.d.ts
CHANGED
|
@@ -55,6 +55,7 @@ export { default as CircleCheckSolid } from './CircleCheckSolid';
|
|
|
55
55
|
export { default as CircleCheckThin } from './CircleCheckThin';
|
|
56
56
|
export { default as CircleExclamationThin } from './CircleExclamationThin';
|
|
57
57
|
export { default as CircleExclamationLight } from './CircleExclamationLight';
|
|
58
|
+
export { default as CircleExclamationSolid } from './CircleExclamationSolid';
|
|
58
59
|
export { default as CircleInfoLight } from './CircleInfoLight';
|
|
59
60
|
export { default as CircleInfoRegular } from './CircleInfoRegular';
|
|
60
61
|
export { default as CircleInfoThin } from './CircleInfoThin';
|
|
@@ -64,6 +65,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
|
64
65
|
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
65
66
|
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
66
67
|
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
68
|
+
export { default as CircleXmarkSolid } from './CircleXmarkSolid';
|
|
67
69
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
68
70
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
69
71
|
export { default as ClipboardThin } from './ClipboardThin';
|
|
@@ -90,6 +92,7 @@ export { default as EnvelopeRegular } from './EnvelopeRegular';
|
|
|
90
92
|
export { default as ExclamationLight } from './ExclamationLight';
|
|
91
93
|
export { default as EyeLight } from './EyeLight';
|
|
92
94
|
export { default as EyeSlashLight } from './EyeSlashLight';
|
|
95
|
+
export { default as EyeSlashThin } from './EyeSlashThin';
|
|
93
96
|
export { default as EyeThin } from './EyeThin';
|
|
94
97
|
export { default as FaceDiagonalMouthLight } from './FaceDiagonalMouthLight';
|
|
95
98
|
export { default as FaceFrownSlightLight } from './FaceFrownSlightLight';
|
package/dist/index.js
CHANGED
|
@@ -55,6 +55,7 @@ export { default as CircleCheckSolid } from './CircleCheckSolid';
|
|
|
55
55
|
export { default as CircleCheckThin } from './CircleCheckThin';
|
|
56
56
|
export { default as CircleExclamationThin } from './CircleExclamationThin';
|
|
57
57
|
export { default as CircleExclamationLight } from './CircleExclamationLight';
|
|
58
|
+
export { default as CircleExclamationSolid } from './CircleExclamationSolid';
|
|
58
59
|
export { default as CircleInfoLight } from './CircleInfoLight';
|
|
59
60
|
export { default as CircleInfoRegular } from './CircleInfoRegular';
|
|
60
61
|
export { default as CircleInfoThin } from './CircleInfoThin';
|
|
@@ -64,6 +65,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
|
64
65
|
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
65
66
|
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
66
67
|
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
68
|
+
export { default as CircleXmarkSolid } from './CircleXmarkSolid';
|
|
67
69
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
68
70
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
69
71
|
export { default as ClipboardThin } from './ClipboardThin';
|
|
@@ -90,6 +92,7 @@ export { default as EnvelopeRegular } from './EnvelopeRegular';
|
|
|
90
92
|
export { default as ExclamationLight } from './ExclamationLight';
|
|
91
93
|
export { default as EyeLight } from './EyeLight';
|
|
92
94
|
export { default as EyeSlashLight } from './EyeSlashLight';
|
|
95
|
+
export { default as EyeSlashThin } from './EyeSlashThin';
|
|
93
96
|
export { default as EyeThin } from './EyeThin';
|
|
94
97
|
export { default as FaceDiagonalMouthLight } from './FaceDiagonalMouthLight';
|
|
95
98
|
export { default as FaceFrownSlightLight } from './FaceFrownSlightLight';
|