@benefex/icons 0.4.1 → 0.5.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 FileSlash: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default FileSlash;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const FileSlash = ({ 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: "M192 16h144v120c0 22.06 17.94 40 40 40h120v127.9l16 12.8V173.3a32.02 32.02 0 0 0-9.367-22.63l-141.3-141.3C355.4 3.371 347.2 0 338.8 0H192.1c-19.9 0-37.4 9.189-50 23.32l12.49 9.926C164.3 22.79 177.3 16 192 16m160 6.63L489.4 160H376c-13.2 0-24-10.8-24-24zM448 496H192c-26.47 0-48-21.53-48-48V208.1l-16-12.7.006 252.6c0 35.34 28.66 64 63.1 64H448c19.8 0 37.28-9.181 49.01-23.3l-12.49-9.926C475.7 489.2 462.7 496 448 496m191.1 8a8 8 0 0 0-3.019-6.27L12.99 1.771A7.95 7.95 0 0 0 8.027.041C3.781.041.002 3.419.002 8.031a8 8 0 0 0 3.019 6.27l623.1 495.1C628.5 511.4 630.2 512 631.1 512c5.1 0 8-3.4 8-8" })));
5
+ export default FileSlash;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PenSlashLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PenSlashLight;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const PenSlashLight = ({ 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: "M633.9 483.4c7 5.5 8.1 14.7 2.7 22.5-5.5 7-15.6 8.1-22.5 2.7L6.086 28.56C-.849 23.08-2.033 13.02 3.443 6.086 8.918-.849 18.98-2.033 25.91 3.443zM559 138.8 433.6 264.2l-25.2-20 49.7-50.6-75.7-76.6-59.6 59.7-25.3-20L437.2 16.97c21.9-21.867 57.3-21.867 79.2 0L559 59.6c21.9 21.87 21.9 57.3 0 79.2M405 94.4l76.6 75.7 54.8-53.9c9.4-9.4 9.4-24.6 0-33.97L493.8 39.6c-9.4-9.37-24.6-9.37-34 0zm-87.8 241 25.3 19.9-96.2 96.3a97.6 97.6 0 0 1-40.8 24.2L84.51 511.4c-5.61 1.6-11.68.1-15.82-4.1-4.14-4.1-6.59-10.2-4.04-15.8l35.55-121a97.6 97.6 0 0 1 24.2-40.8l82-81.9 25.2 20-84.5 84.6c-7.6 7.5-13.2 16.9-16.2 27.2l-27.3 92.8 92.8-27.3c10.3-3 19.7-8.6 27.2-16.2z" })));
5
+ export default PenSlashLight;
package/dist/index.d.ts CHANGED
@@ -118,6 +118,7 @@ export { default as FilePdfLight } from './FilePdfLight';
118
118
  export { default as FilePdfRegular } from './FilePdfRegular';
119
119
  export { default as FilePdfThin } from './FilePdfThin';
120
120
  export { default as FilePlusLight } from './FilePlusLight';
121
+ export { default as FileSlash } from './FileSlash';
121
122
  export { default as FileVideoThin } from './FileVideoThin';
122
123
  export { default as FileXmarkLight } from './FileXmarkLight';
123
124
  export { default as FilmRegular } from './FilmRegular';
@@ -235,6 +236,7 @@ export { default as PartyHornLight } from './PartyHornLight';
235
236
  export { default as PenLight } from './PenLight';
236
237
  export { default as PenLineLight } from './PenLineLight';
237
238
  export { default as PenLineThin } from './PenLineThin';
239
+ export { default as PenSlashLight } from './PenSlashLight';
238
240
  export { default as PenThin } from './PenThin';
239
241
  export { default as PenToSquareLight } from './PenToSquareLight';
240
242
  export { default as PenToSquareRegular } from './PenToSquareRegular';
package/dist/index.js CHANGED
@@ -118,6 +118,7 @@ export { default as FilePdfLight } from './FilePdfLight';
118
118
  export { default as FilePdfRegular } from './FilePdfRegular';
119
119
  export { default as FilePdfThin } from './FilePdfThin';
120
120
  export { default as FilePlusLight } from './FilePlusLight';
121
+ export { default as FileSlash } from './FileSlash';
121
122
  export { default as FileVideoThin } from './FileVideoThin';
122
123
  export { default as FileXmarkLight } from './FileXmarkLight';
123
124
  export { default as FilmRegular } from './FilmRegular';
@@ -235,6 +236,7 @@ export { default as PartyHornLight } from './PartyHornLight';
235
236
  export { default as PenLight } from './PenLight';
236
237
  export { default as PenLineLight } from './PenLineLight';
237
238
  export { default as PenLineThin } from './PenLineThin';
239
+ export { default as PenSlashLight } from './PenSlashLight';
238
240
  export { default as PenThin } from './PenThin';
239
241
  export { default as PenToSquareLight } from './PenToSquareLight';
240
242
  export { default as PenToSquareRegular } from './PenToSquareRegular';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.4.1",
3
+ "version": "0.5.1",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",