alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
17 lines (15 loc) • 937 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.js";
// src/ui/icons/MiLayers.tsx
import { jsx, jsxs } from "react/jsx-runtime";
function MiLayers(props) {
return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", children: [
/* @__PURE__ */ jsx("path", { d: "M11.514 2.126a1 1 0 0 1 .972 0l9 5a1 1 0 0 1 0 1.748l-9 5a1 1 0 0 1-.972 0l-9-5a1 1 0 0 1 0-1.748l9-5zM5.06 8L12 11.856L18.94 8L12 4.144L5.06 8z" }),
/* @__PURE__ */ jsx("path", { d: "M2.126 11.514a1 1 0 0 1 1.36-.388L12 15.856l8.514-4.73a1 1 0 0 1 .972 1.748l-9 5a1 1 0 0 1-.972 0l-9-5a1 1 0 0 1-.388-1.36z" }),
/* @__PURE__ */ jsx("path", { d: "M2.126 15.514a1 1 0 0 1 1.36-.388L12 19.856l8.514-4.73a1 1 0 0 1 .972 1.748l-9 5a1 1 0 0 1-.972 0l-9-5a1 1 0 0 1-.388-1.36z" })
] }) });
}
var MiLayers_default = MiLayers;
export {
MiLayers,
MiLayers_default as default
};