UNPKG

@icongo/pp

Version:
39 lines (38 loc) 1.73 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPFileLoop = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPFileLoop = function PPFileLoop(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.jsxs)("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#prefix__a)", clipRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M5 4a2.5 2.5 0 0 1 2.5-2.5h5.1a1 1 0 0 1 .702.288l4.4 4.333a1 1 0 0 1 .298.712V14a2.5 2.5 0 0 1-2.5 2.5H9a1 1 0 1 1 0-2h6.5a.5.5 0 0 0 .5-.5V7.833h-2.4a2 2 0 0 1-2-2V3.5H7.5A.5.5 0 0 0 7 4v1.5a1 1 0 1 1-2 0V4Zm8.6.888.96.945h-.96v-.945Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.049 8.678a2.193 2.193 0 1 0-2.058 3.873 2.193 2.193 0 0 0 2.058-3.873Zm-4.732-.031a4.193 4.193 0 1 1 2.674 6.033l-1.676 3.155a1 1 0 0 1-1.766-.938l1.676-3.155a4.195 4.195 0 0 1-.908-5.095Z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", { id: "prefix__a", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) })] })); }; exports.PPFileLoop = PPFileLoop;