@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 872 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as i } from "react";
function a(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFixedHeight24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M18.752 3.75a.75.75 0 0 1-.75.75H6A.75.75 0 1 1 6 3h12.002a.75.75 0 0 1 .75.75M12.002 17a.75.75 0 0 1-.75-.75v-8.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-.75.75m6 4.003a.75.75 0 1 0 0-1.5H6a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const l = i(a);
export {
l as default
};
//# sourceMappingURL=IconFixedHeight24.es.js.map