@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 828 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLayersSingle16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.487 8 8.01 4.872 2.533 8l5.477 3.128zM8.506 4.004a1 1 0 0 0-.992 0L1.277 7.566a.5.5 0 0 0 0 .868l6.237 3.562a1 1 0 0 0 .992 0l6.237-3.562a.5.5 0 0 0 0-.868z",
clipRule: "evenodd"
}
)
}
);
}
const o = l(n);
export {
o as default
};
//# sourceMappingURL=IconLayersSingle16.es.js.map