@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 914 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconStackVertical16",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 4h10v1H3zM2 4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm11 4H3v1h10zM3 7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zm10 5H3v1h10zM3 11a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1z",
clipRule: "evenodd"
}
)
}
);
}
const n = e(c);
export {
n as default
};
//# sourceMappingURL=IconStackVertical16.es.js.map