@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 869 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } 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: "IconLayersSingle24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m20.017 12-7.805-4.745a.5.5 0 0 0-.52 0L3.889 12l7.805 4.745a.5.5 0 0 0 .52 0zm-7.025-6.027a2 2 0 0 0-2.079 0l-8.507 5.173a1 1 0 0 0 0 1.708l8.507 5.173a2 2 0 0 0 2.079 0l8.507-5.173a1 1 0 0 0 0-1.708z",
clipRule: "evenodd"
}
)
}
);
}
const o = l(a);
export {
o as default
};
//# sourceMappingURL=IconLayersSingle24.es.js.map