@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 824 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function i(t) {
return /* @__PURE__ */ e(
"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: "IconFixedHeight32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M24.3 6a1 1 0 0 1-1 1H8.7a1 1 0 1 1 0-2h14.6a1 1 0 0 1 1 1M16 21.502a1 1 0 0 1-1-1v-9a1 1 0 1 1 2 0v9a1 1 0 0 1-1 1m7.3 5.501a1 1 0 1 0 0-2H8.7a1 1 0 1 0 0 2z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(i);
export {
l as default
};
//# sourceMappingURL=IconFixedHeight32.es.js.map