7 lines
400 B
Plaintext
7 lines
400 B
Plaintext
|
"use client";
|
||
|
|
||
|
import createSvgIcon from './utils/createSvgIcon';
|
||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
||
|
d: "M11 5.08V2c-5 .5-9 4.81-9 10s4 9.5 9 10v-3.08c-3-.48-6-3.4-6-6.92s3-6.44 6-6.92M18.97 11H22c-.47-5-4-8.53-9-9v3.08C16 5.51 18.54 8 18.97 11M13 18.92V22c5-.47 8.53-4 9-9h-3.03c-.43 3-2.97 5.49-5.97 5.92"
|
||
|
}), 'DonutLarge');
|