@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 861 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function r(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: "IconTextFormatUnderline24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.75 4H5v3.35a.75.75 0 0 0 1.5 0V5.5H11v9H9.1a.75.75 0 0 0 0 1.5h5.433a.75.75 0 0 0 0-1.5H12.5v-9H17v1.85a.75.75 0 0 0 1.5 0V4zM5.5 18.5a.75.75 0 0 0 0 1.5H18a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const i = n(r);
export {
i as default
};
//# sourceMappingURL=IconTextFormatUnderline24.es.js.map