UNPKG

@icongo/cg

Version:
20 lines 588 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 CGPatreon = props => /*#__PURE__*/_jsxs("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: "M21 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z", opacity: 0.5 }), /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M3 4h4v16H3V4Z" })] })); export { CGPatreon };