@icongo/pp
Version:
Pepicons Icons
40 lines (39 loc) • 1.33 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPInfoCirclePrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPInfoCirclePrint = function PPInfoCirclePrint(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 12,
cy: 11,
r: 7,
fill: "currentColor",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M9.5 9a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V9Z"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 6.75,
r: 0.75,
fill: "#000"
})]
}));
};
exports.PPInfoCirclePrint = PPInfoCirclePrint;