@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 875 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextFormatUnderline20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.75 3H4v3.018a.75.75 0 0 0 1.5 0V4.5h3.52V12H7.486a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5h-1.48V4.5H14v1.518a.75.75 0 0 0 1.5 0V3zm-.182 12.552a.75.75 0 0 0 0 1.5h10.906a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const m = n(r);
export {
m as default
};
//# sourceMappingURL=IconTextFormatUnderline20.es.js.map