@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 898 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconArchive12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 3v-.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V3zm11 1h-1v5.5A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5V4H0V2.5A1.5 1.5 0 0 1 1.5 1h9A1.5 1.5 0 0 1 12 2.5zM2 4h8v5.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm2.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const h = r(o);
export {
h as default
};
//# sourceMappingURL=IconArchive12.es.js.map