@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 917 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconStackVertical32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25 7H7v2h18zM7 5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm18 10H7v2h18zM7 13a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm0 10h18v2H7zm-2 0a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const n = e(c);
export {
n as default
};
//# sourceMappingURL=IconStackVertical32.es.js.map