@icongo/li
Version:
LibreICONS Icons
18 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiSortNumAsc = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "red",
d: "M9.384 1v8.842H7.49L10.016 13l2.526-3.158h-1.895V1z"
}), /*#__PURE__*/_jsx("path", {
d: "M3.826 5.737H2.88v-3.6l-1.105.347v-.758L3.7 1.032h.095v4.705zM4.774 13H1.553v-.632l1.515-1.61c.127-.126.221-.253.285-.347.063-.095.158-.19.19-.285.062-.094.094-.158.094-.252.031-.063.031-.158.031-.221a.804.804 0 0 0-.157-.506c-.095-.126-.253-.19-.443-.19a.754.754 0 0 0-.284.064.566.566 0 0 0-.22.158.617.617 0 0 0-.127.253c-.032.094-.032.19-.032.315h-.947c0-.22.031-.41.126-.6.063-.19.19-.347.316-.505.158-.126.316-.253.505-.347.19-.095.442-.127.695-.127a2.1 2.1 0 0 1 .663.095c.19.063.348.158.474.253a.962.962 0 0 1 .284.41c.063.158.095.348.095.569 0 .158-.032.316-.063.442a2.42 2.42 0 0 1-.221.537c-.095.158-.19.284-.316.442a6.062 6.062 0 0 1-.442.473l-.821.853h2.02V13z"
})]
}));
export { LIGuiSortNumAsc };