UNPKG

@icongo/pp

Version:
39 lines (38 loc) 1.65 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPAngleLeftPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPAngleLeftPrint = function PPAngleLeftPrint(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: "m11.453 11 4.2-5.04c1.28-1.536-1.025-3.457-2.305-1.92L8.39 9.988c-.256.272-.42.63-.418 1.012-.002.382.162.74.418 1.012l4.957 5.948c1.28 1.537 3.585-.384 2.304-1.92l-4.2-5.04Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m12.384 15.68-5-6-.768.64 5 6 .768-.64Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m11.616 16.32-5-6c-.427-.512.341-1.152.768-.64l5 6c.427.512-.341 1.152-.768.64Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m11.616 3.68-5 6 .768.64 5-6-.768-.64Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m12.384 4.32-5 6c-.427.512-1.195-.128-.768-.64l5-6c.427-.512 1.195.128.768.64Z" })] })); }; exports.PPAngleLeftPrint = PPAngleLeftPrint;