@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function s(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: "IconSuitcase12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 1h1a.5.5 0 0 1 .5.5V3H5V1.5a.5.5 0 0 1 .5-.5M4 3V1.5A1.5 1.5 0 0 1 5.5 0h1A1.5 1.5 0 0 1 8 1.5V3h2.5A1.5 1.5 0 0 1 12 4.5v5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 0 9.5v-5A1.5 1.5 0 0 1 1.5 3zm4 1H4v2.134a1 1 0 0 1 0 1.732V10h4V7.866a1 1 0 0 1 0-1.732zm1 3.866a1 1 0 0 0 0-1.732V4h1.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H9zM3 4v2.134a1 1 0 0 0 0 1.732V10H1.5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5z",
clipRule: "evenodd"
}
)
}
);
}
const r = a(s);
export {
r as default
};
//# sourceMappingURL=IconSuitcase12.es.js.map