@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 905 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function c(a) {
return /* @__PURE__ */ t(
"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: "IconStackVertical12",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 2h8v1H2zM1 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm9 4H2v1h8zM2 5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm8 5H2v1h8zM2 9a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1z",
clipRule: "evenodd"
}
)
}
);
}
const n = e(c);
export {
n as default
};
//# sourceMappingURL=IconStackVertical12.es.js.map