@icongo/pp
Version:
Pepicons Icons
48 lines • 2.42 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 PPAlarmPrint = 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: "M18 11.25a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M10 4.75a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm-7 6a7 7 0 1 1 14 0 7 7 0 0 1-14 0Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M3.146 17.604a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 1 0-.708-.707l-1.5 1.5a.5.5 0 0 0 0 .707Zm11.5-2.208a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.707ZM10 7.25a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M13.5 10.75a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M2.381 2.546c2.023-1.931 3.951.376 3.951.376L2.574 6.51S.358 4.478 2.381 2.546Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M3.97 2.783c-.225.027-.53.135-.898.487-.369.352-.49.651-.528.875-.039.235.001.481.103.735.017.043.036.084.055.125l2.12-2.025a2.148 2.148 0 0 0-.122-.06 1.364 1.364 0 0 0-.73-.137Zm1.602-.518c-.746-.494-1.95-.903-3.19.281-1.24 1.185-.888 2.407-.43 3.175a4.047 4.047 0 0 0 .622.79l3.758-3.59s-.067-.08-.19-.198a4.047 4.047 0 0 0-.57-.458Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M17.619 2.546c-2.023-1.931-3.951.376-3.951.376l3.758 3.588s2.216-2.032.193-3.964Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M16.03 2.783c.225.027.53.135.898.487.369.352.49.651.528.875.039.235-.001.481-.103.735a2.132 2.132 0 0 1-.055.125l-2.12-2.025c.04-.021.08-.042.122-.06.249-.114.493-.165.73-.137Zm-1.602-.518c.746-.494 1.95-.903 3.19.281 1.24 1.185.888 2.407.43 3.175-.15.251-.312.454-.432.59-.113.128-.19.2-.19.2l-3.758-3.59s.067-.08.19-.198c.131-.127.326-.297.57-.458Z",
clipRule: "evenodd"
})]
}));
export { PPAlarmPrint };