UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.11 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiSortAlphaAsc = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiSortAlphaAsc = function LIGuiSortAlphaAsc(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "M9.7 1v8.842H7.805L10.332 13l2.526-3.158h-1.895V1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M4.268 4.853H2.595l-.348.947H1.142l1.8-4.8h.916l1.8 4.8h-1.01l-.38-.947zM2.816 4h1.2l-.6-1.8-.6 1.8zm.063 8.21h2.4V13H1.616v-.6l2.4-3.41h-2.4V8.2h3.6v.537L2.879 12.21z" })] })); }; exports.LIGuiSortAlphaAsc = LIGuiSortAlphaAsc;