UNPKG

@icongo/pp

Version:
39 lines (38 loc) 1.83 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPFastForwardPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPFastForwardPrint = function PPFastForwardPrint(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", opacity: 0.8, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.807 9.317a1 1 0 0 1 0 1.364L5.631 17.3c-.62.663-1.731.225-1.731-.683V3.382c0-.908 1.112-1.346 1.731-.682l6.176 6.617Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18.963 9.317a1 1 0 0 1 0 1.364L12.787 17.3c-.62.663-1.73.225-1.73-.683V3.382c0-.908 1.11-1.346 1.73-.682l6.176 6.617Z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M3.4 16.616 9.576 10 3.4 3.382v13.234Zm6.907-5.934a1 1 0 0 0 0-1.365L4.131 2.7c-.62-.664-1.731-.226-1.731.682v13.234c0 .908 1.112 1.346 1.731.683l6.176-6.617Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M10.556 16.616 16.732 10l-6.176-6.617v13.234Zm6.907-5.934a1 1 0 0 0 0-1.365L11.287 2.7c-.62-.664-1.73-.226-1.73.682v13.234c0 .908 1.11 1.346 1.73.683l6.176-6.617Z", clipRule: "evenodd" })] })); }; exports.PPFastForwardPrint = PPFastForwardPrint;