@benefex/icons 0.0.6 → 0.0.7
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,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
|
@@ -206,6 +206,7 @@ export { default as SortDownLight } from './SortDownLight';
|
|
|
206
206
|
export { default as SortLight } from './SortLight';
|
|
207
207
|
export { default as SortUpLight } from './SortUpLight';
|
|
208
208
|
export { default as SparklesLight } from './SparklesLight';
|
|
209
|
+
export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
|
|
209
210
|
export { default as SpotifyBrands } from './SpotifyBrands';
|
|
210
211
|
export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
|
|
211
212
|
export { default as SquareArrowUpRightThin } from './SquareArrowUpRightThin';
|
package/dist/index.js
CHANGED
|
@@ -206,6 +206,7 @@ export { default as SortDownLight } from './SortDownLight';
|
|
|
206
206
|
export { default as SortLight } from './SortLight';
|
|
207
207
|
export { default as SortUpLight } from './SortUpLight';
|
|
208
208
|
export { default as SparklesLight } from './SparklesLight';
|
|
209
|
+
export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
|
|
209
210
|
export { default as SpotifyBrands } from './SpotifyBrands';
|
|
210
211
|
export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
|
|
211
212
|
export { default as SquareArrowUpRightThin } from './SquareArrowUpRightThin';
|