UNPKG

@icongo/pp

Version:
31 lines (30 loc) 1.52 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPCan = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPCan = function PPCan(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", fillRule: "evenodd", d: "M12.5 2h-5c-1.667.667-2.667 1.667-3 3v10a3 3 0 0 0 3 3h5a3 3 0 0 0 3-3V5c-.333-1.333-1.333-2.333-3-3Zm-6 13V5.294c.19-.502.624-.926 1.411-1.294h4.178c.787.368 1.221.792 1.411 1.294V15a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 9.5a4 4 0 1 0 8 0 4 4 0 0 0-8 0Zm2.805 1.405c-.248.061-.653.185-1.221.373a3.081 3.081 0 0 1-.061-.085c1.258-.378 2.272-.955 3.032-1.734.682-.697 1.145-1.449 1.382-2.25.149.126.285.266.407.419.124.835.03 1.457-.258 1.884-.356.526-.95.855-1.505 1-.072.019-.202.048-.403.092l-.398.085-.213.045-.113.024c-.274.06-.483.107-.65.148Z", clipRule: "evenodd" })] })); }; exports.PPCan = PPCan;