@benefex/icons 0.14.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/FamilyLight.d.ts +4 -0
- package/dist/FamilyLight.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 +4 -0
- package/dist/index.js +4 -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 FamilyLight = ({ 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: "M384 128c35.38 0 64-28.62 64-64S419.38 0 384 0s-64 28.62-64 64 28.6 64 64 64m0-96c17.64 0 32 14.36 32 32s-14.36 32-32 32-32-14.36-32-32 14.4-32 32-32m121.5 311.2-39.08-136.8C458.6 178.9 433.5 160 404.9 160h-70.55c1.05 5.2 1.65 10.5 1.65 16s-.6 10.8-1.6 16h70.55c14.29 0 26.84 9.471 30.77 23.21L474.8 352H368v32h48v112c0 8.844 7.156 16 16 16s16-7.156 16-16V384h26.78c21.22 0 36.62-20.3 30.72-40.8M64 224c0-17.64 14.36-32 32-32h81.62c-1.02-5.2-1.62-10.5-1.62-16s.6-10.8 1.6-16H96c-35.35 0-64 28.7-64 64v96c0 17.67 14.33 32 32 32v144c0 8.8 7.16 16 16 16s16-7.2 16-16V352h48v-32H64zm64-96c35.38 0 64-28.62 64-64S163.4 0 128 0 64 28.62 64 64s28.63 64 64 64m0-96c17.64 0 32 14.36 32 32s-14.4 32-32 32-32-14.36-32-32 14.4-32 32-32m128 208c30.95 0 56-25.05 56-56s-25.9-56-56-56-56 25-56 56 25 56 56 56m0-80c13.23 0 24 10.77 24 24s-10.77 24-24 24-24-10.8-24-24 10.8-24 24-24m32 112h-64c-26.51 0-48 21.49-48 48v64c0 17.67 14.33 32 32 32v64c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-64c17.67 0 32-14.33 32-32v-64c0-26.5-21.5-48-48-48m16 112h-32v96h-32v-96h-32v-64c0-8.822 7.178-16 16-16h64c8.822 0 16 7.178 16 16z" })));
|
|
5
|
+
export default FamilyLight;
|
|
@@ -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';
|
|
@@ -115,6 +116,7 @@ export { default as FaceMehLight } from './FaceMehLight';
|
|
|
115
116
|
export { default as FacePartyLight } from './FacePartyLight';
|
|
116
117
|
export { default as FaceSmileLight } from './FaceSmileLight';
|
|
117
118
|
export { default as FaceSurpriseLight } from './FaceSurpriseLight';
|
|
119
|
+
export { default as FamilyLight } from './FamilyLight';
|
|
118
120
|
export { default as Family } from './Family';
|
|
119
121
|
export { default as FaxLight } from './FaxLight';
|
|
120
122
|
export { default as FileAudioThin } from './FileAudioThin';
|
|
@@ -273,6 +275,7 @@ export { default as PrintThin } from './PrintThin';
|
|
|
273
275
|
export { default as QrcodeLight } from './QrcodeLight';
|
|
274
276
|
export { default as QuestionLight } from './QuestionLight';
|
|
275
277
|
export { default as QuotesLight } from './QuotesLight';
|
|
278
|
+
export { default as ReceiptLight } from './ReceiptLight';
|
|
276
279
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
277
280
|
export { default as RocketLight } from './RocketLight';
|
|
278
281
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -313,6 +316,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
|
|
|
313
316
|
export { default as TableLight } from './TableLight';
|
|
314
317
|
export { default as TableRegular } from './TableRegular';
|
|
315
318
|
export { default as TableThin } from './TableThin';
|
|
319
|
+
export { default as TagLight } from './TagLight';
|
|
316
320
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
317
321
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
318
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';
|
|
@@ -115,6 +116,7 @@ export { default as FaceMehLight } from './FaceMehLight';
|
|
|
115
116
|
export { default as FacePartyLight } from './FacePartyLight';
|
|
116
117
|
export { default as FaceSmileLight } from './FaceSmileLight';
|
|
117
118
|
export { default as FaceSurpriseLight } from './FaceSurpriseLight';
|
|
119
|
+
export { default as FamilyLight } from './FamilyLight';
|
|
118
120
|
export { default as Family } from './Family';
|
|
119
121
|
export { default as FaxLight } from './FaxLight';
|
|
120
122
|
export { default as FileAudioThin } from './FileAudioThin';
|
|
@@ -273,6 +275,7 @@ export { default as PrintThin } from './PrintThin';
|
|
|
273
275
|
export { default as QrcodeLight } from './QrcodeLight';
|
|
274
276
|
export { default as QuestionLight } from './QuestionLight';
|
|
275
277
|
export { default as QuotesLight } from './QuotesLight';
|
|
278
|
+
export { default as ReceiptLight } from './ReceiptLight';
|
|
276
279
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
277
280
|
export { default as RocketLight } from './RocketLight';
|
|
278
281
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -313,6 +316,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
|
|
|
313
316
|
export { default as TableLight } from './TableLight';
|
|
314
317
|
export { default as TableRegular } from './TableRegular';
|
|
315
318
|
export { default as TableThin } from './TableThin';
|
|
319
|
+
export { default as TagLight } from './TagLight';
|
|
316
320
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
317
321
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
318
322
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|