@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 821 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: "IconFixedWidth32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.998 7.7a1 1 0 0 1 1 1v14.6a1 1 0 1 1-2 0V8.7a1 1 0 0 1 1-1M21.5 16a1 1 0 0 1-1 1h-9a1 1 0 1 1 0-2h9a1 1 0 0 1 1 1M27 8.7a1 1 0 1 0-2 0v14.6a1 1 0 1 0 2 0z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(i);
export {
l as default
};
//# sourceMappingURL=IconFixedWidth32.es.js.map