@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 821 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLayersSingle12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m10.321 6-4.32-2.52L1.681 6l4.32 2.52zM6.505 2.615a1 1 0 0 0-1.008 0L.29 5.655a.4.4 0 0 0 0 .69l5.208 3.04a1 1 0 0 0 1.008 0l5.208-3.04a.4.4 0 0 0 0-.69z",
clipRule: "evenodd"
}
)
}
);
}
const o = l(n);
export {
o as default
};
//# sourceMappingURL=IconLayersSingle12.es.js.map