@benefex/icons 0.15.0 → 0.16.0
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/CircleXmarkLight.d.ts +4 -0
- package/dist/CircleXmarkLight.js +5 -0
- package/dist/ReceiptLight.d.ts +4 -0
- package/dist/ReceiptLight.js +5 -0
- package/dist/TagLight.d.ts +4 -0
- package/dist/TagLight.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 CircleXmarkLight = ({ 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: "M180.7 180.7c6.2-6.3 16.4-6.3 22.6 0l52.7 52.7 52.7-52.7c6.2-6.3 16.4-6.3 22.6 0 6.3 6.2 6.3 16.4 0 22.6L278.6 256l52.7 52.7c6.3 6.2 6.3 16.4 0 22.6-6.2 6.3-16.4 6.3-22.6 0L256 278.6l-52.7 52.7c-6.2 6.3-16.4 6.3-22.6 0-6.3-6.2-6.3-16.4 0-22.6l52.7-52.7-52.7-52.7c-6.3-6.2-6.3-16.4 0-22.6M512 256c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32" })));
|
|
5
|
+
export default CircleXmarkLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ReceiptLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M288 143.1c8.8 0 16 8.1 16 16 0 9.7-7.2 16-16 16H96c-8.84 0-16-6.3-16-16 0-7.9 7.16-16 16-16zM80 352c0-8.8 7.16-16 16-16h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.84 0-16-7.2-16-16m208-112.9c8.8 0 16 8.1 16 16 0 9.7-7.2 16-16 16H96c-8.84 0-16-6.3-16-16 0-7.9 7.16-16 16-16zM79.27 50.1 124.7 4.687c6.2-6.249 16.4-6.249 22.6 0L192 49.37l44.7-44.683c6.2-6.249 16.4-6.249 22.6 0L304.7 50.1l52.8-46.141a15.92 15.92 0 0 1 17.1-2.529C380.3 4.024 384 9.722 384 16v480c0 6.3-3.7 11.1-9.4 14.6-5.7 2.6-12.4 1.6-17.1-2.6l-52.8-46.1-45.4 45.4c-6.2 6.3-16.4 6.3-22.6 0L192 462.6l-44.7 44.7c-6.2 6.3-16.4 6.3-22.6 0l-45.43-45.4L26.54 508c-4.73 4.2-11.43 5.2-17.152 2.6C3.671 507.1 0 502.3 0 496V16A16 16 0 0 1 26.54 3.959zm-9.81 377c6.34-4.7 15.9-4.4 21.85 1.6L136 473.4l44.7-44.7c6.2-6.3 16.4-6.3 22.6 0l44.7 44.7 44.7-44.7c5.9-6 15.5-6.3 21.8-1.6l37.5 33.6V51.26l-37.5 32.78c-6.3 5.55-15.9 5.23-21.8-.73L248 38.63l-44.7 44.68c-6.2 6.25-16.4 6.25-22.6 0L136 38.63 91.31 83.31c-5.95 5.96-15.51 6.28-21.85.73L32 51.26V460.7z" })));
|
|
5
|
+
export default ReceiptLight;
|
package/dist/TagLight.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const TagLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M88 144c0-13.3 10.75-24 24-24 13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.25 0-24-10.7-24-24M0 80c0-26.51 21.49-48 48-48h149.5c17 0 33.2 6.74 45.2 18.75l176 175.95c25 25 25 65.6 0 90.6L285.3 450.7c-25 25-65.6 25-90.6 0l-175.95-176C6.743 262.7 0 246.5 0 229.5zm41.37 172.1 176.03 176c12.5 12.5 32.7 12.5 45.2 0l133.5-133.5c12.5-12.5 12.5-32.7 0-45.2l-176-176.03c-6-6-15-9.37-22.6-9.37H48c-8.84 0-16 7.16-16 16v149.5c0 7.6 3.37 16.6 9.37 22.6m0 0-22.62 22.6z" })));
|
|
5
|
+
export default TagLight;
|
package/dist/index.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
|
77
77
|
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
78
78
|
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
79
79
|
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
80
|
+
export { default as CircleXmarkLight } from './CircleXmarkLight';
|
|
80
81
|
export { default as CircleXmarkSolid } from './CircleXmarkSolid';
|
|
81
82
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
82
83
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
@@ -274,6 +275,7 @@ export { default as PrintThin } from './PrintThin';
|
|
|
274
275
|
export { default as QrcodeLight } from './QrcodeLight';
|
|
275
276
|
export { default as QuestionLight } from './QuestionLight';
|
|
276
277
|
export { default as QuotesLight } from './QuotesLight';
|
|
278
|
+
export { default as ReceiptLight } from './ReceiptLight';
|
|
277
279
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
278
280
|
export { default as RocketLight } from './RocketLight';
|
|
279
281
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -314,6 +316,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
|
|
|
314
316
|
export { default as TableLight } from './TableLight';
|
|
315
317
|
export { default as TableRegular } from './TableRegular';
|
|
316
318
|
export { default as TableThin } from './TableThin';
|
|
319
|
+
export { default as TagLight } from './TagLight';
|
|
317
320
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
318
321
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
319
322
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|
package/dist/index.js
CHANGED
|
@@ -77,6 +77,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
|
77
77
|
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
78
78
|
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
79
79
|
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
80
|
+
export { default as CircleXmarkLight } from './CircleXmarkLight';
|
|
80
81
|
export { default as CircleXmarkSolid } from './CircleXmarkSolid';
|
|
81
82
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
82
83
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
@@ -274,6 +275,7 @@ export { default as PrintThin } from './PrintThin';
|
|
|
274
275
|
export { default as QrcodeLight } from './QrcodeLight';
|
|
275
276
|
export { default as QuestionLight } from './QuestionLight';
|
|
276
277
|
export { default as QuotesLight } from './QuotesLight';
|
|
278
|
+
export { default as ReceiptLight } from './ReceiptLight';
|
|
277
279
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
278
280
|
export { default as RocketLight } from './RocketLight';
|
|
279
281
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -314,6 +316,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
|
|
|
314
316
|
export { default as TableLight } from './TableLight';
|
|
315
317
|
export { default as TableRegular } from './TableRegular';
|
|
316
318
|
export { default as TableThin } from './TableThin';
|
|
319
|
+
export { default as TagLight } from './TagLight';
|
|
317
320
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
318
321
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
319
322
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|