@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 875 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFixedHeight20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M15.3 18a.75.75 0 0 0 0-1.5H4.7a.75.75 0 0 0 0 1.5zM10 13.998a.75.75 0 0 1-.75-.75v-6.5a.75.75 0 0 1 1.5 0v6.5a.75.75 0 0 1-.75.75m6.05-11.25a.75.75 0 0 1-.75.75H4.7a.75.75 0 0 1 0-1.5h10.6a.75.75 0 0 1 .75.75",
clipRule: "evenodd"
}
)
}
);
}
const l = a(i);
export {
l as default
};
//# sourceMappingURL=IconFixedHeight20.es.js.map