@benefex/icons 0.0.6 → 0.0.8-PR13-BN380
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/CirclePlusThin.d.ts +4 -0
- package/dist/CirclePlusThin.js +5 -0
- package/dist/CircleQuestionLight.d.ts +4 -0
- package/dist/CircleQuestionLight.js +5 -0
- package/dist/CircleQuestionRegular.d.ts +4 -0
- package/dist/CircleQuestionRegular.js +5 -0
- package/dist/CircleQuestionSolid.d.ts +4 -0
- package/dist/CircleQuestionSolid.js +5 -0
- package/dist/CircleQuestionThin.d.ts +4 -0
- package/dist/CircleQuestionThin.js +5 -0
- package/dist/SpinnerThirdDuotoneSolid.d.ts +4 -0
- package/dist/SpinnerThirdDuotoneSolid.js +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CirclePlusThin = ({ 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: "M248 352v-88h-88c-4.4 0-8-3.6-8-8s3.6-8 8-8h88v-88c0-4.4 3.6-8 8-8s8 3.6 8 8v88h88c4.4 0 8 3.6 8 8s-3.6 8-8 8h-88v88c0 4.4-3.6 8-8 8s-8-3.6-8-8m264-96c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256M256 16C123.5 16 16 123.5 16 256s107.5 240 240 240 240-107.5 240-240S388.5 16 256 16" })));
|
|
5
|
+
export default CirclePlusThin;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CircleQuestionLight = ({ 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", { d: "M480 256a224 224 0 1 0-448 0 224 224 0 1 0 448 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m168.7-86.2c6.5-24.6 28.7-41.8 54.2-41.8H280c35.5 0 64 29 64 64.3 0 24-13.4 46.2-34.9 57.2L272 268.3V288c0 8.8-7.2 16-16 16s-16-7.2-16-16v-29.5c0-6 3.4-11.5 8.7-14.3l45.8-23.4c10.7-5.4 17.5-16.6 17.5-28.7 0-17.8-14.4-32.3-32-32.3h-57.1c-10.9 0-20.5 7.4-23.2 17.9l-.2.7c-2.2 8.5-11 13.7-19.5 11.4s-13.7-11-11.4-19.5l.2-.7zM232 352a24 24 0 1 1 48 0 24 24 0 1 1-48 0" })));
|
|
5
|
+
export default CircleQuestionLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CircleQuestionRegular = ({ 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", { d: "M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0" })));
|
|
5
|
+
export default CircleQuestionRegular;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CircleQuestionSolid = ({ 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", { d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-86.2-346.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0" })));
|
|
5
|
+
export default CircleQuestionSolid;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CircleQuestionThin = ({ 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", { d: "M496 256a240 240 0 1 0-480 0 240 240 0 1 0 480 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m168-56c0-30.9 25.1-56 56-56h56.2c35.2 0 63.8 28.6 63.8 63.8 0 21.4-10.8 41.5-28.7 53.3L264 294.9V320c0 4.4-3.6 8-8 8s-8-3.6-8-8v-29.5c0-2.7 1.4-5.2 3.6-6.7l54.9-36.2c13.4-8.8 21.5-23.8 21.5-39.9 0-26.4-21.4-47.8-47.8-47.8l-56.2.1c-22.1 0-40 17.9-40 40v6.5c0 4.4-3.6 8-8 8s-8-3.6-8-8zm72 168a16 16 0 1 1 32 0 16 16 0 1 1-32 0" })));
|
|
5
|
+
export default CircleQuestionThin;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const SpinnerThirdDuotoneSolid = ({ 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: "M0 256C0 114.9 114.1.5 255.1 0 237.9.5 224 14.6 224 32c0 17.7 14.3 32 32 32-106 0-192 86-192 192s86 192 192 192c69.7 0 130.7-37.1 164.5-92.6-3 6.6-3.3 14.8-1 22.2 1.2 3.7 3 7.2 5.4 10.3 1.2 1.5 2.6 3 4.1 4.3.8.7 1.6 1.3 2.4 1.9.4.3.8.6 1.3.9s.9.6 1.3.8c5 2.9 10.6 4.3 16 4.3 11 0 21.8-5.7 27.7-16-44.3 76.5-127 128-221.7 128C114.6 512 0 397.4 0 256", opacity: 0.4 }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M224 32c0-17.7 14.3-32 32-32 141.4 0 256 114.6 256 256 0 46.6-12.5 90.4-34.3 128-8.8 15.3-28.4 20.5-43.7 11.7s-20.5-28.4-11.7-43.7c16.3-28.2 25.7-61 25.7-96 0-106-86-192-192-192-17.7 0-32-14.3-32-32" })));
|
|
6
|
+
export default SpinnerThirdDuotoneSolid;
|
package/dist/index.d.ts
CHANGED
|
@@ -50,6 +50,11 @@ export { default as CircleExclamationLight } from './CircleExclamationLight';
|
|
|
50
50
|
export { default as CircleInfoLight } from './CircleInfoLight';
|
|
51
51
|
export { default as CircleInfoThin } from './CircleInfoThin';
|
|
52
52
|
export { default as CirclePlusLight } from './CirclePlusLight';
|
|
53
|
+
export { default as CirclePlusThin } from './CirclePlusThin';
|
|
54
|
+
export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
55
|
+
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
56
|
+
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
57
|
+
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
53
58
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
54
59
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
55
60
|
export { default as ClipboardThin } from './ClipboardThin';
|
|
@@ -206,6 +211,7 @@ export { default as SortDownLight } from './SortDownLight';
|
|
|
206
211
|
export { default as SortLight } from './SortLight';
|
|
207
212
|
export { default as SortUpLight } from './SortUpLight';
|
|
208
213
|
export { default as SparklesLight } from './SparklesLight';
|
|
214
|
+
export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
|
|
209
215
|
export { default as SpotifyBrands } from './SpotifyBrands';
|
|
210
216
|
export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
|
|
211
217
|
export { default as SquareArrowUpRightThin } from './SquareArrowUpRightThin';
|
package/dist/index.js
CHANGED
|
@@ -50,6 +50,11 @@ export { default as CircleExclamationLight } from './CircleExclamationLight';
|
|
|
50
50
|
export { default as CircleInfoLight } from './CircleInfoLight';
|
|
51
51
|
export { default as CircleInfoThin } from './CircleInfoThin';
|
|
52
52
|
export { default as CirclePlusLight } from './CirclePlusLight';
|
|
53
|
+
export { default as CirclePlusThin } from './CirclePlusThin';
|
|
54
|
+
export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
55
|
+
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
56
|
+
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
57
|
+
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
53
58
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
54
59
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
55
60
|
export { default as ClipboardThin } from './ClipboardThin';
|
|
@@ -206,6 +211,7 @@ export { default as SortDownLight } from './SortDownLight';
|
|
|
206
211
|
export { default as SortLight } from './SortLight';
|
|
207
212
|
export { default as SortUpLight } from './SortUpLight';
|
|
208
213
|
export { default as SparklesLight } from './SparklesLight';
|
|
214
|
+
export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
|
|
209
215
|
export { default as SpotifyBrands } from './SpotifyBrands';
|
|
210
216
|
export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
|
|
211
217
|
export { default as SquareArrowUpRightThin } from './SquareArrowUpRightThin';
|