@icongo/pp
Version:
Pepicons Icons
40 lines • 1.56 kB
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 PPCountdownPrint = 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("path", {
fill: "currentColor",
d: "M19 11a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M10 3a.5.5 0 0 1 .5-.5A7.5 7.5 0 1 1 3 10a.5.5 0 0 1 1 0 6.5 6.5 0 1 0 6.5-6.5.5.5 0 0 1-.5-.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M8 3.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-2.5 1.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM4 7.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M5.947 11.224a.5.5 0 0 0-.223-.671l-2-1a.5.5 0 0 0-.448.894l2 1a.5.5 0 0 0 .671-.223Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M3.854 9.646a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.707l1.5-1.5a.5.5 0 0 1 .708 0ZM10.5 6.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M14 10a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5Z",
clipRule: "evenodd"
})]
}));
export { PPCountdownPrint };