@benefex/icons 0.2.7 → 0.2.9
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/EyeSlashThin.d.ts +4 -0
- package/dist/EyeSlashThin.js +5 -0
- package/dist/ThumbsUpThin.d.ts +4 -0
- package/dist/ThumbsUpThin.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 EyeSlashThin = ({ 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: "M636.1 497.7c4.3 2.8 4.9 7.8 2.2 10.4-2.8 4.3-7.8 4.9-11.3 2.2L3.022 14.26A7.996 7.996 0 0 1 1.738 3.022 8 8 0 0 1 12.98 1.738zm-30.6-229.4c-9.6 23-26 52.8-49 82.7l-13.4-9.9c22.9-28.7 38.6-58 47.7-78.9 1.6-4 1.6-8.4 0-12.4-14.1-34.7-44.2-83.8-89.1-125.5-45.1-41.89-106.1-77.2-182.6-77.2-41.2 0-78.8 11.59-111.7 28.3l-13.7-10.85C229.9 44.92 272.2 31.1 320 31.1c80.8 0 145.5 37.74 192.6 81.5 46.8 43.4 78.1 94.5 92.9 131.1 3.3 7.9 3.3 16.7 0 24.6M83.46 160.1l12.56 10.8C74 199.6 58.31 228 49.23 249.8c-1.64 4-1.64 8.4 0 12.4 14.11 33.8 44.15 82.9 89.07 125.5C183.4 429.6 244.4 464 320 464c42.1 0 79.7-10.7 112.6-27.4l13.7 10.9c-36.2 19.6-78.5 32.5-127.2 32.5-79.9 0-144.6-36.8-191.7-80.6-46.78-44.3-78.06-95.4-92.94-131.1a31.98 31.98 0 0 1 0-24.6c9.6-23 26-52.8 49-83.6M208 259.4l17.5 13.7c8.1 44 47.3 78.9 94.5 78.9 1.8 0 3.5-.9 5.2-.1l17.5 13.8c-7.3 1.5-14.9 2.3-22.7 2.3-60.7 0-110.2-48.3-112-108.6m111.1-116.3c61.6 0 111.1 49.2 112.8 109.5l-17.4-13.8c-8.1-44.8-47.3-79.7-95.4-79.7-.9 0-2.6.9-4.3 1l-17.5-13.8c7.3-1.5 14.9-3.2 21.8-3.2" })));
|
|
5
|
+
export default EyeSlashThin;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ThumbsUpThin = ({ 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 191.1H32c-17.67 0-32 14.33-32 31.1v223.1c0 17.67 14.33 31.1 32 31.1h64c17.67 0 32-14.32 32-31.1V223.1c0-16.8-14.3-32-32-32M112 448c0 8.822-7.178 16-16 16H32c-8.822 0-16-7.178-16-16V224c0-8.822 7.178-16 16-16h64c8.822 0 16 7.178 16 16zm400-218.5c0-30.4-24.1-53.5-53.8-53.5H329.3c20.9-36.5 30.7-74.9 30.7-90.08C360 59.42 339.4 32 304.9 32c-67.61 0-32.66 76.37-108.1 136.8l-33.6 24.8c-2.1 1.5-4.1 4-4.1 6.4 0 5.952 5.424 7.995 8.012 7.995a7.94 7.94 0 0 0 4.755-1.579l33.7-24.98C285.8 117.1 253.2 48 304.8 48c24.5 0 39.2 19.28 39.2 37.92 0 12.06-9.047 49.66-30.66 85.64l-5.328 8a7.95 7.95 0 0 0-1.341 4.425C306.7 188.6 310.5 192 314.7 192h143.5c20.8 0 37.8 16.8 37.8 37.5 0 19.5-15.47 35.84-35.23 37.19-4.233.3-7.458 3.821-7.458 7.983 0 7.198 12.15 11.17 12.15 30.63 0 17.98-12.95 33.45-30.81 36.77-2.821.51-6.547 3.135-6.547 7.861 0 5.129 6.812 9.568 6.812 23.58 0 16.16-10.53 30.41-26.19 35.45a7.98 7.98 0 0 0-5.546 7.602c0 2.175 1.186 4.507 1.186 10.01 0 20.66-16.97 37.47-37.81 37.47h-56.03c-31.09 0-61.94-10.2-87.19-28.98l-50.91-33.69a7.96 7.96 0 0 0-4.419-1.342c-4.407 0-8.003 3.585-8.003 8.001a8 8 0 0 0 3.578 6.685l50.55 33.44C241.8 468.7 276 480 310.5 480h56.03c29.67 0 53.81-23.98 53.81-53.47 0-1.641-.078-3.281-.25-4.938 18.67-8.75 30.8-27.31 30.8-48.13 0-6.297-1.172-12.58-3.453-18.55 20.19-7.906 34-27.42 34-49.66 0-8.844-2.25-17.48-6.453-25.2C496.5 273 512 252.8 512 229.5" })));
|
|
5
|
+
export default ThumbsUpThin;
|
package/dist/index.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ export { default as EnvelopeRegular } from './EnvelopeRegular';
|
|
|
90
90
|
export { default as ExclamationLight } from './ExclamationLight';
|
|
91
91
|
export { default as EyeLight } from './EyeLight';
|
|
92
92
|
export { default as EyeSlashLight } from './EyeSlashLight';
|
|
93
|
+
export { default as EyeSlashThin } from './EyeSlashThin';
|
|
93
94
|
export { default as EyeThin } from './EyeThin';
|
|
94
95
|
export { default as FaceDiagonalMouthLight } from './FaceDiagonalMouthLight';
|
|
95
96
|
export { default as FaceFrownSlightLight } from './FaceFrownSlightLight';
|
|
@@ -282,6 +283,7 @@ export { default as TextSlashRegular } from './TextSlashRegular';
|
|
|
282
283
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|
|
283
284
|
export { default as ThumbsUpLight } from './ThumbsUpLight';
|
|
284
285
|
export { default as ThumbsUpSolid } from './ThumbsUpSolid';
|
|
286
|
+
export { default as ThumbsUpThin } from './ThumbsUpThin';
|
|
285
287
|
export { default as TicketLight } from './TicketLight';
|
|
286
288
|
export { default as TicketPerforatedLight } from './TicketPerforatedLight';
|
|
287
289
|
export { default as ToggleOnLight } from './ToggleOnLight';
|
package/dist/index.js
CHANGED
|
@@ -90,6 +90,7 @@ export { default as EnvelopeRegular } from './EnvelopeRegular';
|
|
|
90
90
|
export { default as ExclamationLight } from './ExclamationLight';
|
|
91
91
|
export { default as EyeLight } from './EyeLight';
|
|
92
92
|
export { default as EyeSlashLight } from './EyeSlashLight';
|
|
93
|
+
export { default as EyeSlashThin } from './EyeSlashThin';
|
|
93
94
|
export { default as EyeThin } from './EyeThin';
|
|
94
95
|
export { default as FaceDiagonalMouthLight } from './FaceDiagonalMouthLight';
|
|
95
96
|
export { default as FaceFrownSlightLight } from './FaceFrownSlightLight';
|
|
@@ -282,6 +283,7 @@ export { default as TextSlashRegular } from './TextSlashRegular';
|
|
|
282
283
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|
|
283
284
|
export { default as ThumbsUpLight } from './ThumbsUpLight';
|
|
284
285
|
export { default as ThumbsUpSolid } from './ThumbsUpSolid';
|
|
286
|
+
export { default as ThumbsUpThin } from './ThumbsUpThin';
|
|
285
287
|
export { default as TicketLight } from './TicketLight';
|
|
286
288
|
export { default as TicketPerforatedLight } from './TicketPerforatedLight';
|
|
287
289
|
export { default as ToggleOnLight } from './ToggleOnLight';
|