@icongo/sti
Version:
Super Tiny Icons
21 lines • 885 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STICoil = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Coil",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M423 377c0 35-83 71-140 71-70 0-136-37-170-98-16-28-24-60-24-92 0-37 11-74 32-106 17-25 48-59 104-77 14-5 39-11 67-11 79 0 129 55 129 103 0 33-27 80-93 80-30 0-41-13-41-27 0-20 18-42 32-42 6 0 9 6 20 4s16-9 16-17c0-17-20-39-62-39-14 0-29 2-48 8-38 11-58 38-69 55a127.4 127.4 0 0 0-6 130c22 40 66 64 113 64 65 0 83-35 96-40 23-10 44 18 44 34z"
})]
}));
export { STICoil };