@icongo/pp
Version:
Pepicons Icons
32 lines • 887 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 PPInfoCirclePrint = 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: 7,
fill: "currentColor",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M9.5 9a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V9Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M3 10a7 7 0 1 0 14 0 7 7 0 0 0-14 0Zm13 0a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("circle", {
cx: 10,
cy: 6.75,
r: 0.75,
fill: "#000"
})]
}));
export { PPInfoCirclePrint };