@icongo/li
Version:
LibreICONS Icons
19 lines • 1.32 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 LIGuiOutdent = 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: "M3.571 5.071V8.93q0 .087-.063.15-.064.064-.15.064-.095 0-.155-.06l-1.928-1.93q-.06-.06-.06-.154t.06-.154l1.928-1.929q.06-.06.154-.06.087 0 .15.064.064.063.064.15z"
}), /*#__PURE__*/_jsx("path", {
fill: "#888",
d: "M13 10.214V11.5q0 .087-.064.15-.063.064-.15.064H1.214q-.087 0-.15-.063Q1 11.587 1 11.5v-1.286q0-.087.064-.15.063-.064.15-.064h11.572q.087 0 .15.064.064.063.064.15zm0-2.571v1.286q0 .087-.064.15-.063.064-.15.064H5.5q-.087 0-.15-.064-.064-.063-.064-.15V7.643q0-.087.063-.15.064-.064.151-.064h7.286q.087 0 .15.063.064.064.064.15zm0-2.572v1.286q0 .087-.064.15-.063.064-.15.064H5.5q-.087 0-.15-.063-.064-.064-.064-.15V5.07q0-.087.063-.15.064-.064.151-.064h7.286q.087 0 .15.064.064.063.064.15zM13 2.5v1.286q0 .087-.064.15-.063.064-.15.064H1.214q-.087 0-.15-.064Q1 3.873 1 3.786V2.5q0-.087.064-.15.063-.064.15-.064h11.572q.087 0 .15.063.064.064.064.151z"
})]
}));
export { LIGuiOutdent };