@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 892 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function n(a) {
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: "IconLinesTriangular20",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1.998 5.25a.75.75 0 0 1 .75-.75h14.51a.75.75 0 0 1 0 1.5H2.748a.75.75 0 0 1-.75-.75M4.996 10a.75.75 0 0 1 .75-.75h8.511a.75.75 0 0 1 0 1.5h-8.51a.75.75 0 0 1-.75-.75m3.752 4a.75.75 0 0 0 0 1.5h2.51a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(n);
export {
s as default
};
//# sourceMappingURL=IconLinesTriangular20.es.js.map