@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 813 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function s(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLines16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 4.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8m.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const i = n(s);
export {
i as default
};
//# sourceMappingURL=IconLines16.es.js.map