@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.01 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function n(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconListIndented20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 4v12a.75.75 0 0 0 1.5 0V4A.75.75 0 0 0 2 4m16.078.75a.75.75 0 0 1-.75.75H5.672a.75.75 0 0 1 0-1.5h11.656a.75.75 0 0 1 .75.75m-2.69 3.5a.75.75 0 0 1-.75.75H5.672a.75.75 0 0 1 0-1.5h8.966a.75.75 0 0 1 .75.75m1.94 4.25a.75.75 0 0 0 0-1.5H5.672a.75.75 0 0 0 0 1.5zm-1.94 2.75a.75.75 0 0 1-.75.75H5.672a.75.75 0 0 1 0-1.5h8.966a.75.75 0 0 1 .75.75",
clipRule: "evenodd"
}
)
}
);
}
const r = a(n);
export {
r as default
};
//# sourceMappingURL=IconListIndented20.es.js.map