@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 807 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextFormatItalic16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 2.5a.5.5 0 0 1 .5-.5h4.033a.5.5 0 0 1 0 1H9.882L7.154 13H8.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h1.618L8.846 3H7.5a.5.5 0 0 1-.5-.5",
clipRule: "evenodd"
}
)
}
);
}
const n = a(o);
export {
n as default
};
//# sourceMappingURL=IconTextFormatItalic16.es.js.map