@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 845 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function o(e) {
return /* @__PURE__ */ t(
"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: "IconTextFormatItalic24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.909 4.716a.75.75 0 0 1 .75-.75h6.522a.75.75 0 1 1 0 1.5H14.5L11.144 18.5h2.492a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1 0-1.5H9.6l3.355-13.034h-2.296a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const n = a(o);
export {
n as default
};
//# sourceMappingURL=IconTextFormatItalic24.es.js.map