@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 733 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextIndent16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
d: "M13.5 3.5h-11m11 3h-7m7 6h-11m11-3h-7M2.54 6.406l1.768 1.768L2.54 9.942"
}
)
}
);
}
const c = n(o);
export {
c as default
};
//# sourceMappingURL=IconTextIndent16.es.js.map