UNPKG

@icongo/pp

Version:
24 lines 684 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 PPCirclePrint = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props, { children: [/*#__PURE__*/_jsx("circle", { cx: 12, cy: 11, r: 6, fill: "currentColor", opacity: 0.8 }), /*#__PURE__*/_jsx("path", { fill: "#000", fillRule: "evenodd", d: "M4 10a6 6 0 1 0 12 0 6 6 0 0 0-12 0Zm11 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z", clipRule: "evenodd" })] })); export { PPCirclePrint };