@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 977 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function a(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconListIndented24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 6v12a.75.75 0 0 0 1.5 0V6A.75.75 0 0 0 3 6m17.75.75a.75.75 0 0 1-.75.75H7A.75.75 0 0 1 7 6h13a.75.75 0 0 1 .75.75m-3 3.5A.75.75 0 0 1 17 11H7a.75.75 0 0 1 0-1.5h10a.75.75 0 0 1 .75.75M20 14.5a.75.75 0 0 0 0-1.5H7a.75.75 0 0 0 0 1.5zm-2.25 2.75A.75.75 0 0 1 17 18H7a.75.75 0 0 1 0-1.5h10a.75.75 0 0 1 .75.75",
clipRule: "evenodd"
}
)
}
);
}
const i = n(a);
export {
i as default
};
//# sourceMappingURL=IconListIndented24.es.js.map