@benefex/icons 0.5.1 → 0.6.1
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/BrainLight.d.ts +4 -0
- package/dist/BrainLight.js +5 -0
- package/dist/BrainRegular.d.ts +4 -0
- package/dist/BrainRegular.js +5 -0
- package/dist/PaperPlaneTopLight.d.ts +4 -0
- package/dist/PaperPlaneTopLight.js +5 -0
- package/dist/PaperPlaneTopRegular.d.ts +4 -0
- package/dist/PaperPlaneTopRegular.js +5 -0
- package/dist/ThumbsDownSolid.d.ts +4 -0
- package/dist/ThumbsDownSolid.js +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BrainLight = ({ 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: "M144.2 75.4c-.6 6.7-5.4 12.4-12 14C111.4 94.7 96 113.6 96 136c0 3.1.3 6.2.9 9.2 1.5 7.6-2.7 15.2-10 18C68.8 170 56 187.6 56 208c0 5.2.8 10.3 2.4 15 2 6.1.2 12.8-4.6 17C40.4 251.7 32 268.9 32 288c0 22.9 12 43 30.2 54.3 6.7 4.2 9.3 12.6 6.3 19.8-2.9 6.7-4.5 14.1-4.5 21.9 0 30.9 25.1 56 56 56 3.3 0 6.5-.3 9.5-.8 7.5-1.3 14.9 2.9 17.6 10 6.9 18 24.4 30.8 44.8 30.8 26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48-25 0-45.5 19.1-47.8 43.4zM256 480c-14.6 19.4-37.8 32-64 32-29.6 0-55.5-16.1-69.3-40H120c-48.6 0-88-39.4-88-88 0-7.6 1-15 2.8-22C13.6 344.4 0 317.8 0 288c0-25.1 9.6-48 25.4-65-.9-4.9-1.4-9.9-1.4-15 0-29.6 16.1-55.5 40-69.3V136c0-33.6 20.7-62.4 50.1-74.2C122.3 26.4 154.1 0 192 0c26.2 0 49.4 12.6 64 32 14.6-19.4 37.8-32 64-32 37.9 0 69.7 26.4 77.9 61.8C427.3 73.6 448 102.4 448 136v2.7c23.9 13.8 40 39.7 40 69.3 0 5.1-.5 10.1-1.4 15 15.8 17.1 25.4 40 25.4 65 0 29.8-13.6 56.4-34.8 74 1.8 7.1 2.8 14.4 2.8 22 0 48.6-39.4 88-88 88h-2.7c-13.8 23.9-39.7 40-69.3 40-26.2 0-49.4-12.6-64-32m16-48c0 26.5 21.5 48 48 48 20.4 0 37.9-12.8 44.8-30.8 2.7-7.1 10.1-11.3 17.6-10 3.1.5 6.3.8 9.5.8 30.9 0 56-25.1 56-56 0-7.8-1.6-15.2-4.4-21.8-3.1-7.2-.4-15.7 6.3-19.8C468 331 480 310.9 480 288c0-19.1-8.4-36.3-21.7-48.1-4.8-4.2-6.6-10.9-4.6-17 1.5-4.7 2.4-9.7 2.4-15 0-20.4-12.8-38-30.9-44.9-7.3-2.8-11.5-10.4-10-18 .6-3 .9-6 .9-9.2 0-22.4-15.4-41.3-36.2-46.5-6.6-1.7-11.4-7.3-12-14C365.5 51.1 345 32 320 32c-26.5 0-48 21.5-48 48z" })));
|
|
5
|
+
export default BrainLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BrainRegular = ({ 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: "M153.5 76.9c-1.9 6.8-6.8 12.4-13.2 15.3-16.6 7.5-28.2 24.1-28.3 43.5-.1 9.1-5.2 17.3-13.3 21.3-15.9 7.9-26.7 24.2-26.7 43 0 7.1 1.5 13.7 4.2 19.7 4.4 9.7 1.9 21-6.1 28C56.5 259.4 48 276.7 48 296c0 20.2 9.3 38.1 23.9 49.9 6.7 5.4 10 14 8.7 22.5-.4 2.5-.6 5-.6 7.6 0 26.1 20.8 47.3 46.7 48 9.2.3 17.4 5.7 21.2 14.1 6.9 15.3 22.3 25.9 40.1 25.9 24.3 0 44-19.7 44-44V88c0-22.1-17.9-40-40-40-18.2 0-33.7 12.2-38.5 28.9M256 482c-16.8 18.5-41.1 30-68 30-32.2 0-60.5-16.5-76.9-41.5-45-8-79.1-47.3-79.1-94.5v-1.6C12.2 354.2 0 326.5 0 296c0-27.8 10.1-53.2 26.8-72.7C25 215.8 24 208 24 200c0-32.6 16.3-61.5 41.1-78.8 4.5-28.9 21.8-53.5 45.9-67.8C124.5 22 155.7 0 192 0c25.2 0 48 10.6 64 27.6C272 10.6 294.8 0 320 0c36.3 0 67.5 22 80.9 53.4 24.1 14.3 41.5 38.9 45.9 67.8 24.9 17.3 41.2 46.2 41.2 78.8 0 8-1 15.8-2.8 23.3 16.7 19.6 26.8 45 26.8 72.7 0 30.5-12.2 58.2-32 78.4v1.6c0 47.3-34.1 86.5-79.1 94.5-16.4 25-44.7 41.5-76.9 41.5-26.9 0-51.2-11.6-68-30m24-62c0 24.3 19.7 44 44 44 17.8 0 33.2-10.6 40.1-25.9 3.8-8.4 12-13.9 21.2-14.1 25.9-.7 46.7-21.9 46.7-48 0-2.6-.2-5.2-.6-7.6-1.4-8.5 2-17.1 8.7-22.5 14.6-11.8 23.9-29.7 23.9-49.9 0-19.3-8.5-36.6-22.1-48.3-8-6.9-10.5-18.3-6.1-28 2.7-6 4.2-12.6 4.2-19.7 0-18.8-10.8-35.1-26.7-43-8.1-4-13.3-12.3-13.3-21.3-.1-19.3-11.7-36-28.3-43.5-6.4-2.9-11.3-8.5-13.2-15.3C353.7 60.2 338.2 48 320 48c-22.1 0-40 17.9-40 40z" })));
|
|
5
|
+
export default BrainRegular;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const PaperPlaneTopLight = ({ 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: "M3.4 78.3c-6-12-3.9-26.5 5.3-36.3s23.5-12.7 35.9-7.5l448 192c11.8 5 19.4 16.6 19.4 29.4s-7.6 24.4-19.4 29.4l-448 192c-12.3 5.3-26.7 2.3-35.9-7.5s-11.3-24.3-5.3-36.3L92.2 256zM120 272 32 448l410.7-176zm322.7-32L32 64l88 176z" })));
|
|
5
|
+
export default PaperPlaneTopLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const PaperPlaneTopRegular = ({ 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: "M133.9 232 65.8 95.9 383.4 232zm0 48h249.5L65.8 416.1l68-136.1zM44.6 34.6C32.3 29.3 17.9 32.3 8.7 42S-2.6 66.3 3.4 78.3L92.2 256 3.4 433.7c-6 12-3.9 26.5 5.3 36.3s23.5 12.7 35.9 7.5l448-192c11.8-5 19.4-16.6 19.4-29.4s-7.6-24.4-19.4-29.4l-448-192z" })));
|
|
5
|
+
export default PaperPlaneTopRegular;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ThumbsDownSolid = ({ 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: "M96 32.04H32c-17.67 0-32 14.32-32 31.1v223.1c0 17.67 14.33 31.1 32 31.1h64c17.67 0 32-14.33 32-31.1V64.03c0-17.67-14.3-31.99-32-31.99M467.3 240.2c7.8-8.5 12.7-19.8 12.7-32.3 0-23.47-16.87-42.92-39.14-47.09 4.44-7.21 7.14-15.71 7.14-25.71 0-21.32-14-39.18-33.25-45.43.75-2.55 1.25-6.06 1.25-9.69C416 53.47 394.5 32 368 32h-58.69c-34.61 0-68.28 11.22-95.97 31.98L179.2 89.57C167.1 98.63 160 112.9 160 127.1l.107 160s-.023-.023 0 0c.07 13.99 6.123 27.94 17.91 37.36l16.3 13.03C276.2 403.9 239.4 480 302.5 480c30.96 0 49.47-24.52 49.47-48.11 0-15.15-11.76-58.12-34.52-96.02H464c26.52 0 48-21.47 48-47.98 0-25.39-19.8-45.99-44.7-47.69" })));
|
|
5
|
+
export default ThumbsDownSolid;
|
package/dist/index.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ export { default as BoldRegular } from './BoldRegular';
|
|
|
37
37
|
export { default as BookOpenLight } from './BookOpenLight';
|
|
38
38
|
export { default as BookOpenThin } from './BookOpenThin';
|
|
39
39
|
export { default as BoxHeartLight } from './BoxHeartLight';
|
|
40
|
+
export { default as BrainLight } from './BrainLight';
|
|
41
|
+
export { default as BrainRegular } from './BrainRegular';
|
|
40
42
|
export { default as BriefcaseThin } from './BriefcaseThin';
|
|
41
43
|
export { default as BuildingLight } from './BuildingLight';
|
|
42
44
|
export { default as CalendarLight } from './CalendarLight';
|
|
@@ -230,6 +232,8 @@ export { default as OhRemoveFlagThin } from './OhRemoveFlagThin';
|
|
|
230
232
|
export { default as OhRowMinusRegular } from './OhRowMinusRegular';
|
|
231
233
|
export { default as OhRowPlusRegular } from './OhRowPlusRegular';
|
|
232
234
|
export { default as PaintbrushLight } from './PaintbrushLight';
|
|
235
|
+
export { default as PaperPlaneTopLight } from './PaperPlaneTopLight';
|
|
236
|
+
export { default as PaperPlaneTopRegular } from './PaperPlaneTopRegular';
|
|
233
237
|
export { default as ParagraphLight } from './ParagraphLight';
|
|
234
238
|
export { default as ParagraphRegular } from './ParagraphRegular';
|
|
235
239
|
export { default as PartyHornLight } from './PartyHornLight';
|
|
@@ -296,6 +300,7 @@ export { default as TableThin } from './TableThin';
|
|
|
296
300
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
297
301
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
298
302
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|
|
303
|
+
export { default as ThumbsDownSolid } from './ThumbsDownSolid';
|
|
299
304
|
export { default as ThumbsUpLight } from './ThumbsUpLight';
|
|
300
305
|
export { default as ThumbsUpSolid } from './ThumbsUpSolid';
|
|
301
306
|
export { default as ThumbsUpThin } from './ThumbsUpThin';
|
package/dist/index.js
CHANGED
|
@@ -37,6 +37,8 @@ export { default as BoldRegular } from './BoldRegular';
|
|
|
37
37
|
export { default as BookOpenLight } from './BookOpenLight';
|
|
38
38
|
export { default as BookOpenThin } from './BookOpenThin';
|
|
39
39
|
export { default as BoxHeartLight } from './BoxHeartLight';
|
|
40
|
+
export { default as BrainLight } from './BrainLight';
|
|
41
|
+
export { default as BrainRegular } from './BrainRegular';
|
|
40
42
|
export { default as BriefcaseThin } from './BriefcaseThin';
|
|
41
43
|
export { default as BuildingLight } from './BuildingLight';
|
|
42
44
|
export { default as CalendarLight } from './CalendarLight';
|
|
@@ -230,6 +232,8 @@ export { default as OhRemoveFlagThin } from './OhRemoveFlagThin';
|
|
|
230
232
|
export { default as OhRowMinusRegular } from './OhRowMinusRegular';
|
|
231
233
|
export { default as OhRowPlusRegular } from './OhRowPlusRegular';
|
|
232
234
|
export { default as PaintbrushLight } from './PaintbrushLight';
|
|
235
|
+
export { default as PaperPlaneTopLight } from './PaperPlaneTopLight';
|
|
236
|
+
export { default as PaperPlaneTopRegular } from './PaperPlaneTopRegular';
|
|
233
237
|
export { default as ParagraphLight } from './ParagraphLight';
|
|
234
238
|
export { default as ParagraphRegular } from './ParagraphRegular';
|
|
235
239
|
export { default as PartyHornLight } from './PartyHornLight';
|
|
@@ -296,6 +300,7 @@ export { default as TableThin } from './TableThin';
|
|
|
296
300
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
297
301
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
298
302
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|
|
303
|
+
export { default as ThumbsDownSolid } from './ThumbsDownSolid';
|
|
299
304
|
export { default as ThumbsUpLight } from './ThumbsUpLight';
|
|
300
305
|
export { default as ThumbsUpSolid } from './ThumbsUpSolid';
|
|
301
306
|
export { default as ThumbsUpThin } from './ThumbsUpThin';
|