UNPKG

@icongo/gi

Version:
25 lines 696 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var GIBolt = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 256 256" }, props, { children: [/*#__PURE__*/_jsx("circle", { cx: 128, cy: 128, r: 128 }), /*#__PURE__*/_jsx("circle", { cx: 128, cy: 128, r: 101, stroke: "#fff", strokeWidth: 18 }), /*#__PURE__*/_jsx("path", { fill: "#fff", d: "M101.265 58.881h53.377l-28.835 51.29 53.1 5.232-78.643 81.716 24.95-62.497-48.121-5.661z" })] })); export { GIBolt };