@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 886 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } 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: "IconLayersSingle20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m16.86 10-6.595-4.056a.51.51 0 0 0-.53 0L3.14 10l6.595 4.056c.162.1.367.1.53 0zm-5.8-5.324c-.65-.4-1.471-.4-2.12 0L1.382 9.324a.792.792 0 0 0 0 1.352l7.556 4.648c.65.4 1.472.4 2.12 0l7.558-4.648a.792.792 0 0 0 0-1.352z",
clipRule: "evenodd"
}
)
}
);
}
const a = l(n);
export {
a as default
};
//# sourceMappingURL=IconLayersSingle20.es.js.map