@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 826 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function l(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextFormatItalic12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.984 1.492a.5.5 0 0 1 .5-.5h4.01a.5.5 0 0 1 0 1H7.828l-2.652 8.012H6.48a.5.5 0 0 1 0 1H2.502a.5.5 0 1 1 0-1h1.632l2.652-8.012H5.484a.5.5 0 0 1-.5-.5",
clipRule: "evenodd"
}
)
}
);
}
const n = a(l);
export {
n as default
};
//# sourceMappingURL=IconTextFormatItalic12.es.js.map