UNPKG

@icongo/pp

Version:
27 lines (26 loc) 1.06 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPAngleUp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPAngleUp = function PPAngleUp(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: "m15.36 13.268-6-5c-1.025-.853.256-2.39 1.28-1.536l6 5c1.024.853-.256 2.39-1.28 1.536Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "m3.36 11.732 6-5c1.024-.854 2.305.683 1.28 1.536l-6 5c-1.024.854-2.305-.683-1.28-1.536Z" })] })); }; exports.PPAngleUp = PPAngleUp;