@benefex/icons 0.6.0 → 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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const BrainLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default BrainLight;
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const BrainRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default BrainRegular;
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PaperPlaneTopLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PaperPlaneTopLight;
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PaperPlaneTopRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PaperPlaneTopRegular;
@@ -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;
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';
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",