@frontify/fondue
Version:
Design system of Frontify
32 lines (31 loc) • 773 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
function o(e) {
return /* @__PURE__ */ t(
"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: "IconTextIndent20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 1.5,
d: "M2.75 4.75h14.5m-8.5 7h8.5m-8.5-3.5h8.5m-14.5 7h14.5M2.81 7.879 4.93 10l-2.12 2.121"
}
)
}
);
}
const c = n(o);
export {
c as default
};
//# sourceMappingURL=IconTextIndent20.es.js.map