@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 959 B
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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconListIndented12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.009 1.5a.5.5 0 0 1-.5.5H4.487a.5.5 0 1 1 0-1h6.022a.5.5 0 0 1 .5.5m-1.39 3a.5.5 0 0 1-.5.5H4.487a.5.5 0 1 1 0-1h4.632a.5.5 0 0 1 .5.5m.89 3.5a.5.5 0 0 0 0-1H4.487a.5.5 0 1 0 0 1zm-.89 2.5a.5.5 0 0 1-.5.5H4.487a.5.5 0 0 1 0-1h4.632a.5.5 0 0 1 .5.5M1 1.5v9a.5.5 0 0 0 1 0v-9a.5.5 0 0 0-1 0",
clipRule: "evenodd"
}
)
}
);
}
const i = a(n);
export {
i as default
};
//# sourceMappingURL=IconListIndented12.es.js.map