@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiUnsorted = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiUnsorted = function LIGuiUnsorted(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", {
d: "M8.404 4.621c.33-.283.764-.462 1.235-.462.547 0 .877.283.877.65 0 .406-.132.68-.783 1.49-.471.585-.613.953-.631 1.5h1.253c.029-.453.208-.793.566-1.226.67-.802.952-1.235.952-1.895 0-.924-.801-1.575-1.923-1.575-.622 0-1.207.18-1.584.453l.038 1.065m1.33 3.724a.716.716 0 1 0-.001 1.433.716.716 0 0 0 0-1.433"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M6.845 10.643a.252.252 0 0 1-.067.16L4.642 12.94a.223.223 0 0 1-.153.06.24.24 0 0 1-.154-.06l-2.143-2.143c-.067-.072-.082-.15-.047-.235.036-.09.103-.134.201-.134h1.286V1.214A.208.208 0 0 1 3.846 1h1.286a.208.208 0 0 1 .214.214v9.214h1.286a.207.207 0 0 1 .214.215z"
})]
}));
};
exports.LIGuiUnsorted = LIGuiUnsorted;