@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 829 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLayersSingle32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25.988 16 16 10.184 6.012 16 16 21.817zm-8.982-7.545a2 2 0 0 0-2.013 0l-11.472 6.68a1 1 0 0 0 0 1.73l11.472 6.68a2 2 0 0 0 2.013 0l11.472-6.68a1 1 0 0 0 0-1.73z",
clipRule: "evenodd"
}
)
}
);
}
const o = l(n);
export {
o as default
};
//# sourceMappingURL=IconLayersSingle32.es.js.map