@frontify/fondue
Version:
Design system of Frontify
32 lines (31 loc) • 748 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextIndent32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
d: "M6 9h21M14 19h13m-13-5h13M6 24h21M6 13.045 8.955 16 6 18.955"
}
)
}
);
}
const m = n(o);
export {
m as default
};
//# sourceMappingURL=IconTextIndent32.es.js.map