@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 871 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFixedWidth20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M18.002 4.7a.75.75 0 0 0-1.5 0v10.6a.75.75 0 0 0 1.5 0zM2.75 3.95a.75.75 0 0 1 .75.75v10.6a.75.75 0 0 1-1.5 0V4.7a.75.75 0 0 1 .75-.75M14 10a.75.75 0 0 1-.75.75h-6.5a.75.75 0 1 1 0-1.5h6.5A.75.75 0 0 1 14 10",
clipRule: "evenodd"
}
)
}
);
}
const l = i(a);
export {
l as default
};
//# sourceMappingURL=IconFixedWidth20.es.js.map