@benefex/icons 0.18.0 → 0.20.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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ReceiptThin: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ReceiptThin;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ReceiptThin = ({ 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 151.1c4.4 0 8 4.5 8 8 0 5.3-3.6 8-8 8H96c-4.42 0-8-2.7-8-8 0-3.5 3.58-8 8-8zM88 352c0-4.4 3.58-8 8-8h192c4.4 0 8 3.6 8 8s-3.6 8-8 8H96c-4.42 0-8-3.6-8-8m200-104.9c4.4 0 8 4.5 8 8 0 5.3-3.6 8-8 8H96c-4.42 0-8-2.7-8-8 0-3.5 3.58-8 8-8zM72 53.37l58.7-51.391c3.2-2.773 8-2.614 11 .364l50.7 50.707 58.3-51.07c3.2-2.774 8-2.615 11 .364l50.7 50.706 58.3-51.07c2.4-2.067 5.7-2.561 8.6-1.264S384 4.862 384 8V504c0 3.1-1.8 5.1-4.7 7.3-2.9 1.3-6.2.8-8.6-1.3l-58.3-51.9-50.7 51.6c-3 2.9-7.8 3.1-11 .3L192 458.6 133.3 510c-3.2 2.8-8 2.6-11-.3l-50.66-51.6L13.27 510a7.94 7.94 0 0 1-8.576 1.3C1.836 509.1 0 507.1 0 504V8.001A8.001 8.001 0 0 1 13.27 1.98zM66.73 441.1c3.17-1.9 7.95-1.7 10.93 1.2L128.4 493l58.3-51.9c3-1.8 7.6-1.8 10.6 0l58.3 51.9 50.7-50.7c3-2.9 7.8-3.1 11-1.2l50.7 45.3V25.63l-50.7 44.39c-3.2 2.77-8 2.61-11-.36l-50.7-50.71-58.3 51.07c-3.2 2.77-8 2.61-11-.36l-50.7-50.71-58.33 51.07a8 8 0 0 1-10.54 0L16 25.63V486.4z" })));
5
+ export default ReceiptThin;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const RecognitionIcon: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default RecognitionIcon;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const RecognitionIcon = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 30 30", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { stroke: "currentColor", strokeWidth: 0.5, d: "M9 18.2v8.62a1 1 0 0 0 1.64.768l3.72-3.1a1 1 0 0 1 1.28 0l3.72 3.1A1 1 0 0 0 21 26.82V18.2l-1 .55v8.07l-3.72-3.1a2 2 0 0 0-2.56 0L10 26.82v-8.07z" }),
5
+ React.createElement("path", { fillRule: "evenodd", stroke: "currentColor", strokeWidth: 0.5, d: "m22.493 6.978-7.02-3.857a.98.98 0 0 0-.945 0l-7.02 3.857A.98.98 0 0 0 7 7.834v7.55c0 .355.194.684.507.856l7.02 3.856a.98.98 0 0 0 .945 0l7.02-3.856a.98.98 0 0 0 .508-.857V7.834a.98.98 0 0 0-.507-.856Zm-6.54-4.733a1.98 1.98 0 0 0-1.907 0L7.026 6.1A1.98 1.98 0 0 0 6 7.834v7.55c0 .72.393 1.385 1.026 1.732l7.02 3.857a1.98 1.98 0 0 0 1.908 0l7.02-3.857A1.98 1.98 0 0 0 24 15.383V7.834c0-.72-.393-1.385-1.026-1.733z", clipRule: "evenodd" })));
6
+ export default RecognitionIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const UsersSolidFull: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default UsersSolidFull;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const UsersSolidFull = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M320 80c57.4 0 104 46.6 104 104s-46.6 104-104 104-104-46.6-104-104S262.6 80 320 80M96 152c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72M0 480c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4C132 394.2 112 442.8 112 496v16c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32v-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128v32c0 17.7-14.3 32-32 32zM472 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72M160 496c0-88.4 71.6-160 160-160s160 71.6 160 160v16c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32z" })));
5
+ export default UsersSolidFull;
package/dist/index.d.ts CHANGED
@@ -279,6 +279,8 @@ export { default as QrcodeLight } from './QrcodeLight';
279
279
  export { default as QuestionLight } from './QuestionLight';
280
280
  export { default as QuotesLight } from './QuotesLight';
281
281
  export { default as ReceiptLight } from './ReceiptLight';
282
+ export { default as ReceiptThin } from './ReceiptThin';
283
+ export { default as RecognitionIcon } from './RecognitionIcon';
282
284
  export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
283
285
  export { default as RocketLight } from './RocketLight';
284
286
  export { default as SackDollarLight } from './SackDollarLight';
@@ -355,6 +357,7 @@ export { default as UserPoliceTieLight } from './UserPoliceTieLight';
355
357
  export { default as UserThin } from './UserThin';
356
358
  export { default as UsersLight } from './UsersLight';
357
359
  export { default as UsersMedicalLight } from './UsersMedicalLight';
360
+ export { default as UsersSolidFull } from './UsersSolidFull';
358
361
  export { default as VimeoVBrands } from './VimeoVBrands';
359
362
  export { default as WalletFaThin } from './WalletFaThin';
360
363
  export { default as WalletThin } from './WalletThin';
package/dist/index.js CHANGED
@@ -279,6 +279,8 @@ export { default as QrcodeLight } from './QrcodeLight';
279
279
  export { default as QuestionLight } from './QuestionLight';
280
280
  export { default as QuotesLight } from './QuotesLight';
281
281
  export { default as ReceiptLight } from './ReceiptLight';
282
+ export { default as ReceiptThin } from './ReceiptThin';
283
+ export { default as RecognitionIcon } from './RecognitionIcon';
282
284
  export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
283
285
  export { default as RocketLight } from './RocketLight';
284
286
  export { default as SackDollarLight } from './SackDollarLight';
@@ -355,6 +357,7 @@ export { default as UserPoliceTieLight } from './UserPoliceTieLight';
355
357
  export { default as UserThin } from './UserThin';
356
358
  export { default as UsersLight } from './UsersLight';
357
359
  export { default as UsersMedicalLight } from './UsersMedicalLight';
360
+ export { default as UsersSolidFull } from './UsersSolidFull';
358
361
  export { default as VimeoVBrands } from './VimeoVBrands';
359
362
  export { default as WalletFaThin } from './WalletFaThin';
360
363
  export { default as WalletThin } from './WalletThin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",