@benefex/icons 0.3.0 → 0.4.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/SparklesSolid.d.ts +4 -0
- package/dist/SparklesSolid.js +5 -0
- package/dist/WalletFaThin.d.ts +4 -0
- package/dist/WalletFaThin.js +5 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const SparklesSolid = ({ 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: "M327.5 85.19 384 64l21.2-56.509C406.9 2.985 411.2 0 416 0s9.1 2.985 10.8 7.491L448 64l56.5 21.19c4.5 1.69 7.5 6 7.5 10.81 0 4.8-3 9.1-7.5 10.8L448 128l-21.2 56.5c-1.7 4.5-6 7.5-10.8 7.5s-9.1-3-10.8-7.5L384 128l-56.5-21.2c-5.4-1.7-7.5-6-7.5-10.8 0-4.81 2.1-9.12 7.5-10.81M257.8 187.3l114 52.7c5.7 2.6 9.3 8.3 9.3 14.6 0 6.2-3.6 11.9-9.3 14.5l-114 52.7-52.7 114c-2.6 5.7-8.3 9.3-14.5 9.3-6.3 0-12-3.6-14.6-9.3l-52.7-114L9.292 269.1C3.627 266.5 0 260.8 0 254.6c0-6.3 3.627-12 9.292-14.6L123.3 187.3 176 73.29c2.6-5.66 8.3-9.29 14.6-9.29 6.2 0 11.9 3.63 14.5 9.29zm147.4 140.2c1.7-5.4 6-7.5 10.8-7.5s9.1 2.1 10.8 7.5L448 384l56.5 21.2c4.5 1.7 7.5 6 7.5 10.8s-3 9.1-7.5 10.8L448 448l-21.2 56.5c-1.7 4.5-6 7.5-10.8 7.5s-9.1-3-10.8-7.5L384 448l-56.5-21.2c-5.4-1.7-7.5-6-7.5-10.8s2.1-9.1 7.5-10.8L384 384z" })));
|
|
5
|
+
export default SparklesSolid;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const WalletFaThin = ({ 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: "M472 32c4.4 0 8 3.58 8 8s-3.6 8-8 8H72c-30.93 0-56 25.07-56 56v304c0 30.9 25.07 56 56 56h368c30.9 0 56-25.1 56-56V184c0-30.9-25.1-56-56-56H72c-4.42 0-8-3.6-8-8s3.58-8 8-8h368c39.8 0 72 32.2 72 72v224c0 39.8-32.2 72-72 72H72c-39.76 0-72-32.2-72-72V104c0-39.76 32.24-72 72-72zm-32 264c0 22.1-17.9 40-40 40s-40-17.9-40-40 17.9-40 40-40 40 17.9 40 40m-40-24c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24" })));
|
|
5
|
+
export default WalletFaThin;
|
package/dist/index.d.ts
CHANGED
|
@@ -270,6 +270,7 @@ export { default as SortLight } from './SortLight';
|
|
|
270
270
|
export { default as SortUpLight } from './SortUpLight';
|
|
271
271
|
export { default as SparklesLight } from './SparklesLight';
|
|
272
272
|
export { default as SparklesRegular } from './SparklesRegular';
|
|
273
|
+
export { default as SparklesSolid } from './SparklesSolid';
|
|
273
274
|
export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
|
|
274
275
|
export { default as SpotifyBrands } from './SpotifyBrands';
|
|
275
276
|
export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
|
|
@@ -322,6 +323,7 @@ export { default as UserThin } from './UserThin';
|
|
|
322
323
|
export { default as UsersLight } from './UsersLight';
|
|
323
324
|
export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
324
325
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
326
|
+
export { default as WalletFaThin } from './WalletFaThin';
|
|
325
327
|
export { default as WalletThin } from './WalletThin';
|
|
326
328
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
327
329
|
export { default as XmarkLight } from './XmarkLight';
|
package/dist/index.js
CHANGED
|
@@ -270,6 +270,7 @@ export { default as SortLight } from './SortLight';
|
|
|
270
270
|
export { default as SortUpLight } from './SortUpLight';
|
|
271
271
|
export { default as SparklesLight } from './SparklesLight';
|
|
272
272
|
export { default as SparklesRegular } from './SparklesRegular';
|
|
273
|
+
export { default as SparklesSolid } from './SparklesSolid';
|
|
273
274
|
export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
|
|
274
275
|
export { default as SpotifyBrands } from './SpotifyBrands';
|
|
275
276
|
export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
|
|
@@ -322,6 +323,7 @@ export { default as UserThin } from './UserThin';
|
|
|
322
323
|
export { default as UsersLight } from './UsersLight';
|
|
323
324
|
export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
324
325
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
326
|
+
export { default as WalletFaThin } from './WalletFaThin';
|
|
325
327
|
export { default as WalletThin } from './WalletThin';
|
|
326
328
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
327
329
|
export { default as XmarkLight } from './XmarkLight';
|