@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 843 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFixedHeight12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.75 10.5a.5.5 0 0 1-.5.5h-6.5a.5.5 0 0 1 0-1h6.5a.5.5 0 0 1 .5.5M6 8.545a.5.5 0 0 1-.5-.5V3.954a.5.5 0 0 1 1 0v4.091a.5.5 0 0 1-.5.5M9.25 2a.5.5 0 0 0 0-1h-6.5a.5.5 0 0 0 0 1z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(i);
export {
l as default
};
//# sourceMappingURL=IconFixedHeight12.es.js.map