@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 869 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as i } from "react";
function o(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: "IconFixedWidth24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.75 5.25A.75.75 0 0 1 4.5 6v12.002a.75.75 0 0 1-1.5 0V6a.75.75 0 0 1 .75-.75M17 12a.75.75 0 0 1-.75.75h-8.5a.75.75 0 0 1 0-1.5h8.5A.75.75 0 0 1 17 12m4.003-6a.75.75 0 0 0-1.5 0v12.002a.75.75 0 0 0 1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const l = i(o);
export {
l as default
};
//# sourceMappingURL=IconFixedWidth24.es.js.map