UNPKG

@icongo/pp

Version:
92 lines (91 loc) 3.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPSunPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPSunPrint = function PPSunPrint(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)("path", { fill: "currentColor", d: "M14 10.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-13 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H2a1 1 0 0 1-1-1Zm15 0a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Zm-1.5 4a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 1 1-1.414 1.414L14.5 15.914a1 1 0 0 1 0-1.414Zm-11-11a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 1 1-1.414 1.414L3.5 4.914a1 1 0 0 1 0-1.414Zm7 12.5a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1Zm0-15a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1Zm6.828 2.5a1 1 0 0 1 0 1.414l-1.414 1.414A1 1 0 1 1 14.5 4.914L15.914 3.5a1 1 0 0 1 1.414 0Zm-11 11a1 1 0 0 1 0 1.414l-1.414 1.414A1 1 0 1 1 3.5 15.914L4.914 14.5a1 1 0 0 1 1.414 0Z", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M10 13.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm0-6a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 1, y: 10.5, fill: "#000", rx: 0.5, transform: "rotate(-90 1 10.5)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 16, y: 10.5, fill: "#000", rx: 0.5, transform: "rotate(-90 16 10.5)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 14, y: 14.707, fill: "#000", rx: 0.5, transform: "rotate(-45 14 14.707)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 3, y: 3.707, fill: "#000", rx: 0.5, transform: "rotate(-45 3 3.707)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 9.5, y: 16, fill: "#000", rx: 0.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 9.5, y: 1, fill: "#000", rx: 0.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 16.121, y: 3, fill: "#000", rx: 0.5, transform: "rotate(45 16.121 3)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 1, height: 3, x: 5.121, y: 14, fill: "#000", rx: 0.5, transform: "rotate(45 5.121 14)" })] })); }; exports.PPSunPrint = PPSunPrint;