UNPKG

@icongo/cg

Version:
15 lines 501 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var CGSpinnerTwoAlt = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M12 22c5.523 0 10-4.477 10-10h-3a7 7 0 0 1-7 7v3ZM2 12C2 6.477 6.477 2 12 2v3a7 7 0 0 0-7 7H2Z" }) })); export { CGSpinnerTwoAlt };