@mingcute/react 1.1.0 → 1.2.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.
- package/README.md +17 -20
- package/dist/icons/Loading2Fill.js +1 -1
- package/dist/icons/Loading2Fill.mjs +1 -1
- package/dist/icons/Loading2Line.js +1 -1
- package/dist/icons/Loading2Line.mjs +1 -1
- package/dist/icons/Loading4Fill.js +1 -1
- package/dist/icons/Loading4Fill.mjs +1 -1
- package/dist/icons/Loading4Line.js +1 -1
- package/dist/icons/Loading4Line.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,11 @@ Implementation of the MingCute Icons library for React applications.
|
|
|
12
12
|
<a href="https://www.mingcute.com/">Browse all icons at MingCute.com →</a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
|
+
[](https://www.npmjs.com/package/@mingcute/react)
|
|
16
|
+
[](https://github.com/Richard9394/MingCute/stargazers)
|
|
17
|
+
[](https://www.npmjs.com/package/mingcute_icon)
|
|
18
|
+
[](https://twitter.com/MingCute_icon)
|
|
19
|
+
|
|
15
20
|
# MingCute Icons for React
|
|
16
21
|
|
|
17
22
|
A high-performance, tree-shakable React icon library generated from **MingCute** design system. Built with TypeScript and optimized for modern frameworks like Next.js, Vite, and Remix.
|
|
@@ -20,9 +25,7 @@ A high-performance, tree-shakable React icon library generated from **MingCute**
|
|
|
20
25
|
|
|
21
26
|
## Installation
|
|
22
27
|
|
|
23
|
-
Bash
|
|
24
|
-
|
|
25
|
-
```
|
|
28
|
+
```Bash
|
|
26
29
|
# Using npm
|
|
27
30
|
npm install @mingcute/react
|
|
28
31
|
|
|
@@ -41,19 +44,17 @@ pnpm add @mingcute/react
|
|
|
41
44
|
|
|
42
45
|
Import icons as standard React components. All icons accept `size` and `color` props.
|
|
43
46
|
|
|
44
|
-
TypeScript
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
import { BankFill, HomeLine, SearchLine } from 'mingcute-icon-library';
|
|
47
|
+
```TypeScript
|
|
48
|
+
import { MingcuteFill, Home1Line, SearchLine } from '@mingcute/react';
|
|
48
49
|
|
|
49
50
|
function App() {
|
|
50
51
|
return (
|
|
51
52
|
<div className="container">
|
|
52
53
|
{/* Default: 24px size and currentColor */}
|
|
53
|
-
<
|
|
54
|
+
<MingcuteFill />
|
|
54
55
|
|
|
55
56
|
{/* Custom size and color */}
|
|
56
|
-
<
|
|
57
|
+
<Home1Line size={32} color="#007AFF" />
|
|
57
58
|
|
|
58
59
|
{/* Inherits standard SVG props */}
|
|
59
60
|
<SearchLine opacity={0.5} />
|
|
@@ -66,10 +67,8 @@ function App() {
|
|
|
66
67
|
|
|
67
68
|
Since the library spreads `props` to the underlying SVG, you can use Utility Classes directly.
|
|
68
69
|
|
|
69
|
-
TypeScript
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
import { UserLine } from 'mingcute-icon-library';
|
|
70
|
+
```TypeScript
|
|
71
|
+
import { UserLine } from '@mingcute/react';
|
|
73
72
|
|
|
74
73
|
export default function Profile() {
|
|
75
74
|
return (
|
|
@@ -87,14 +86,12 @@ export default function Profile() {
|
|
|
87
86
|
|
|
88
87
|
While the main entry point supports tree-shaking, you can bypass index files entirely for absolute minimum bundle sizes by importing individual icons.
|
|
89
88
|
|
|
90
|
-
TypeScript
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
// This ensures that only the code for BankFill is processed
|
|
94
|
-
import BankFill from 'mingcute-icon-library/icons/BankFill';
|
|
89
|
+
```TypeScript
|
|
90
|
+
// This ensures that only the code for MingcuteFill is processed
|
|
91
|
+
import MingcuteFill from '@mingcute/react/icons/MingcuteFill';
|
|
95
92
|
|
|
96
93
|
function MinimalPage() {
|
|
97
|
-
return <
|
|
94
|
+
return <MingcuteFill />;
|
|
98
95
|
}
|
|
99
96
|
```
|
|
100
97
|
|
|
@@ -115,4 +112,4 @@ All components extend `React.SVGProps<SVGSVGElement>`.
|
|
|
115
112
|
|
|
116
113
|
## License
|
|
117
114
|
|
|
118
|
-
[Apache-2.0 License](https://github.com/Richard9394/MingCute/blob/main/LICENSE)
|
|
115
|
+
[Apache-2.0 License](https://github.com/Richard9394/MingCute/blob/main/LICENSE)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var s=(l,a)=>{for(var o in a)e(l,o,{get:a[o],enumerable:!0})},m=(l,a,o,n)=>{if(a&&typeof a=="object"||typeof a=="function")for(let r of i(a))!p.call(l,r)&&r!==o&&e(l,r,{get:()=>a[r],enumerable:!(n=g(a,r))||n.enumerable});return l};var h=l=>m(e({},"__esModule",{value:!0}),l);var c={};s(c,{default:()=>z});module.exports=h(c);var t=require("react/jsx-runtime"),v=({size:l=24,color:a="currentColor",...o})=>(0,t.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,fill:"none",viewBox:"0 0 24 24",...o,children:(0,t.jsxs)("g",{fill:"none",children:[(0,t.jsx)("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),(0,t.jsx)("path",{fill:a,d:"M13.5 21a1.5 1.5 0 0 1-3 0v-3a1.5 1.5 0 0 1 3 0zm0-15a1.5 1.5 0 0 1-3 0V3a1.5 1.5 0 0 1 3 0zm9 6a1.5 1.5 0 0 0-1.5-1.5h-3a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 1.5-1.5M6 10.5a1.5 1.5 0 0 1 0 3H3a1.5 1.5 0 0 1 0-3zm13.425 8.925a1.5 1.5 0 0 0 0-2.122l-2.122-2.121a1.5 1.5 0 1 0-2.121 2.121l2.121 2.122a1.5 1.5 0 0 0 2.122 0M8.818 6.697a1.5 1.5 0 0 1-2.121 2.121L4.575 6.697a1.5 1.5 0 0 1 2.122-2.122zm10.607-2.122a1.5 1.5 0 0 0-2.122 0l-2.121 2.122a1.5 1.5 0 1 0 2.121 2.121l2.122-2.121a1.5 1.5 0 0 0 0-2.122M6.697 15.182a1.5 1.5 0 1 1 2.121 2.121l-2.121 2.122a1.5 1.5 0 0 1-2.122-2.122z"})]})}),z=v;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as a,jsxs as e}from"react/jsx-runtime";var r=({size:l=24,color:o="currentColor",...t})=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,fill:"none",viewBox:"0 0 24 24",...t,children:e("g",{fill:"none",children:[a("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),a("path",{fill:o,d:"M13.5 21a1.5 1.5 0 0 1-3 0v-3a1.5 1.5 0 0 1 3 0zm0-15a1.5 1.5 0 0 1-3 0V3a1.5 1.5 0 0 1 3 0zm9 6a1.5 1.5 0 0 0-1.5-1.5h-3a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 1.5-1.5M6 10.5a1.5 1.5 0 0 1 0 3H3a1.5 1.5 0 0 1 0-3zm13.425 8.925a1.5 1.5 0 0 0 0-2.122l-2.122-2.121a1.5 1.5 0 1 0-2.121 2.121l2.121 2.122a1.5 1.5 0 0 0 2.122 0M8.818 6.697a1.5 1.5 0 0 1-2.121 2.121L4.575 6.697a1.5 1.5 0 0 1 2.122-2.122zm10.607-2.122a1.5 1.5 0 0 0-2.122 0l-2.121 2.122a1.5 1.5 0 1 0 2.121 2.121l2.122-2.121a1.5 1.5 0 0 0 0-2.122M6.697 15.182a1.5 1.5 0 1 1 2.121 2.121l-2.121 2.122a1.5 1.5 0 0 1-2.122-2.122z"})]})}),n=r;export{n as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var s=(l,a)=>{for(var o in a)n(l,o,{get:a[o],enumerable:!0})},m=(l,a,o,r)=>{if(a&&typeof a=="object"||typeof a=="function")for(let e of i(a))!p.call(l,e)&&e!==o&&n(l,e,{get:()=>a[e],enumerable:!(r=g(a,e))||r.enumerable});return l};var h=l=>m(n({},"__esModule",{value:!0}),l);var c={};s(c,{default:()=>z});module.exports=h(c);var t=require("react/jsx-runtime"),v=({size:l=24,color:a="currentColor",...o})=>(0,t.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,fill:"none",viewBox:"0 0 24 24",...o,children:(0,t.jsxs)("g",{fill:"none",children:[(0,t.jsx)("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),(0,t.jsx)("path",{fill:a,d:"M13 21a1 1 0 1 1-2 0v-3a1 1 0 1 1 2 0zm0-15a1 1 0 1 1-2 0V3a1 1 0 1 1 2 0zm9 6a1 1 0 0 0-1-1h-3a1 1 0 1 0 0 2h3a1 1 0 0 0 1-1M6 11a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2zm13.071 8.071a1 1 0 0 0 0-1.414l-2.121-2.121a1 1 0 0 0-1.414 1.414l2.12 2.121a1 1 0 0 0 1.415 0M8.464 7.051A1 1 0 1 1 7.05 8.463L4.93 6.344a1 1 0 1 1 1.414-1.415zm10.607-2.122a1 1 0 0 0-1.414 0L15.536 7.05a1 1 0 0 0 1.414 1.414l2.121-2.12a1 1 0 0 0 0-1.415M7.051 15.536a1 1 0 1 1 1.413 1.414l-2.12 2.121a1 1 0 0 1-1.415-1.414z"})]})}),z=v;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as a,jsxs as n}from"react/jsx-runtime";var e=({size:l=24,color:o="currentColor",...t})=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,fill:"none",viewBox:"0 0 24 24",...t,children:n("g",{fill:"none",children:[a("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),a("path",{fill:o,d:"M13 21a1 1 0 1 1-2 0v-3a1 1 0 1 1 2 0zm0-15a1 1 0 1 1-2 0V3a1 1 0 1 1 2 0zm9 6a1 1 0 0 0-1-1h-3a1 1 0 1 0 0 2h3a1 1 0 0 0 1-1M6 11a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2zm13.071 8.071a1 1 0 0 0 0-1.414l-2.121-2.121a1 1 0 0 0-1.414 1.414l2.12 2.121a1 1 0 0 0 1.415 0M8.464 7.051A1 1 0 1 1 7.05 8.463L4.93 6.344a1 1 0 1 1 1.414-1.415zm10.607-2.122a1 1 0 0 0-1.414 0L15.536 7.05a1 1 0 0 0 1.414 1.414l2.121-2.12a1 1 0 0 0 0-1.415M7.051 15.536a1 1 0 1 1 1.413 1.414l-2.12 2.121a1 1 0 0 1-1.415-1.414z"})]})}),r=e;export{r as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var p=(l,o)=>{for(var t in o)e(l,t,{get:o[t],enumerable:!0})},s=(l,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of g(o))!i.call(l,r)&&r!==t&&e(l,r,{get:()=>o[r],enumerable:!(n=m(o,r))||n.enumerable});return l};var c=l=>s(e({},"__esModule",{value:!0}),l);var h={};p(h,{default:()=>f});module.exports=c(h);var a=require("react/jsx-runtime"),d=({size:l=24,color:o="currentColor",...t})=>(0,a.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,fill:"none",viewBox:"0 0 24 24",...t,children:(0,a.jsxs)("g",{fill:"none",children:[(0,a.jsx)("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),(0,a.jsx)("path",{fill:o,d:"M12 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4M5.01 7.626a2 2 0 1 1-1.236 3.804A2 2 0 0 1 5.01 7.626M6.122 3.91a2 2 0 1 1 2.351 3.236 2 2 0 0 1-2.35-3.236m2.351 12.944a2 2 0 1 1-2.35 3.236 2 2 0 0 1 2.35-3.236m-4.7-4.284a2 2 0 1 1 1.237 3.804 2 2 0 0 1-1.236-3.804M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4m6.32-.704a2 2 0 1 1-3.235 2.352 2 2 0 0 1 3.235-2.352m-.614-3.442a2 2 0 1 1 3.805 1.236 2 2 0 0 1-3.805-1.236m3.805-4.944a2 2 0 1 1-3.805 1.236 2 2 0 0 1 3.805-1.236m-6.427-4.558a2 2 0 1 1 3.236 2.351 2 2 0 0 1-3.236-2.35"})]})}),f=d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as o,jsxs as e}from"react/jsx-runtime";var r=({size:l=24,color:t="currentColor",...a})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,fill:"none",viewBox:"0 0 24 24",...a,children:e("g",{fill:"none",children:[o("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),o("path",{fill:t,d:"M12 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4M5.01 7.626a2 2 0 1 1-1.236 3.804A2 2 0 0 1 5.01 7.626M6.122 3.91a2 2 0 1 1 2.351 3.236 2 2 0 0 1-2.35-3.236m2.351 12.944a2 2 0 1 1-2.35 3.236 2 2 0 0 1 2.35-3.236m-4.7-4.284a2 2 0 1 1 1.237 3.804 2 2 0 0 1-1.236-3.804M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4m6.32-.704a2 2 0 1 1-3.235 2.352 2 2 0 0 1 3.235-2.352m-.614-3.442a2 2 0 1 1 3.805 1.236 2 2 0 0 1-3.805-1.236m3.805-4.944a2 2 0 1 1-3.805 1.236 2 2 0 0 1 3.805-1.236m-6.427-4.558a2 2 0 1 1 3.236 2.351 2 2 0 0 1-3.236-2.35"})]})}),n=r;export{n as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var n=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var p=(t,o)=>{for(var a in o)n(t,a,{get:o[a],enumerable:!0})},s=(t,o,a,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of g(o))!i.call(t,l)&&l!==a&&n(t,l,{get:()=>o[l],enumerable:!(r=m(o,l))||r.enumerable});return t};var c=t=>s(n({},"__esModule",{value:!0}),t);var h={};p(h,{default:()=>f});module.exports=c(h);var e=require("react/jsx-runtime"),d=({size:t=24,color:o="currentColor",...a})=>(0,e.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,fill:"none",viewBox:"0 0 24 24",...a,children:(0,e.jsxs)("g",{fill:"none",children:[(0,e.jsx)("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),(0,e.jsx)("path",{fill:o,d:"M12 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M7.885 6.337A1.5 1.5 0 1 1 6.122 3.91a1.5 1.5 0 0 1 1.763 2.427M3.452 10.8a1.5 1.5 0 1 0 .927-2.853 1.5 1.5 0 0 0-.927 2.853m1.89 3.363a1.5 1.5 0 1 1-2.853.927 1.5 1.5 0 0 1 2.854-.927m2.875 5.595a1.5 1.5 0 1 0-2.427-1.763 1.5 1.5 0 0 0 2.427 1.763M12 19a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m6.21-1.005a1.5 1.5 0 1 0-2.427 1.763 1.5 1.5 0 0 0 2.427-1.763m.447-3.832a1.5 1.5 0 1 1 2.853.927 1.5 1.5 0 0 1-2.853-.927m.963-6.216a1.5 1.5 0 1 0 .927 2.853 1.5 1.5 0 0 0-.927-2.853m-3.506-1.61a1.5 1.5 0 1 1 1.764-2.427 1.5 1.5 0 0 1-1.764 2.427"})]})}),f=d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as o,jsxs as n}from"react/jsx-runtime";var l=({size:t=24,color:a="currentColor",...e})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,fill:"none",viewBox:"0 0 24 24",...e,children:n("g",{fill:"none",children:[o("path",{d:"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"}),o("path",{fill:a,d:"M12 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M7.885 6.337A1.5 1.5 0 1 1 6.122 3.91a1.5 1.5 0 0 1 1.763 2.427M3.452 10.8a1.5 1.5 0 1 0 .927-2.853 1.5 1.5 0 0 0-.927 2.853m1.89 3.363a1.5 1.5 0 1 1-2.853.927 1.5 1.5 0 0 1 2.854-.927m2.875 5.595a1.5 1.5 0 1 0-2.427-1.763 1.5 1.5 0 0 0 2.427 1.763M12 19a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m6.21-1.005a1.5 1.5 0 1 0-2.427 1.763 1.5 1.5 0 0 0 2.427-1.763m.447-3.832a1.5 1.5 0 1 1 2.853.927 1.5 1.5 0 0 1-2.853-.927m.963-6.216a1.5 1.5 0 1 0 .927 2.853 1.5 1.5 0 0 0-.927-2.853m-3.506-1.61a1.5 1.5 0 1 1 1.764-2.427 1.5 1.5 0 0 1-1.764 2.427"})]})}),r=l;export{r as default};
|