UNPKG

@icongo/pp

Version:
38 lines (37 loc) 2.02 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPInternetPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPInternetPrint = function PPInternetPrint(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: "M11.5 20a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17Z", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M1.5 10a8.5 8.5 0 1 0 17 0 8.5 8.5 0 0 0-17 0Zm16 0a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M6.5 10c0 4.396 1.442 8 3.5 8s3.5-3.604 3.5-8-1.442-8-3.5-8-3.5 3.604-3.5 8Zm6 0c0 3.889-1.245 7-2.5 7s-2.5-3.111-2.5-7S8.745 3 10 3s2.5 3.111 2.5 7Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m3.735 5.312.67-.742c.107.096.221.19.343.281 1.318.988 3.398 1.59 5.665 1.59 1.933 0 3.737-.437 5.055-1.19a5.59 5.59 0 0 0 .857-.597l.65.76c-.298.255-.636.49-1.01.704-1.477.845-3.452 1.323-5.552 1.323-2.47 0-4.762-.663-6.265-1.79a5.81 5.81 0 0 1-.413-.34Zm0 9.388.67.74c.107-.096.221-.19.343-.28 1.318-.988 3.398-1.59 5.665-1.59 1.933 0 3.737.436 5.055 1.19.321.184.608.384.857.596l.65-.76a6.583 6.583 0 0 0-1.01-.704c-1.477-.844-3.452-1.322-5.552-1.322-2.47 0-4.762.663-6.265 1.789-.146.11-.284.223-.413.34ZM2 10.5v-1h16v1H2Z" })] })); }; exports.PPInternetPrint = PPInternetPrint;