@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 726 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextIndent12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
d: "M10.5 3.5h-9m9 2h-5m5 4h-9m9-2h-5M1.594 5.44l1.06 1.06-1.06 1.06"
}
)
}
);
}
const c = n(o);
export {
c as default
};
//# sourceMappingURL=IconTextIndent12.es.js.map