@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 734 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: "IconTextOutdent16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
d: "M2.5 3.5h11m-11 3h7m-7 6h11m-11-3h7m3.96-3.094-1.768 1.768 1.768 1.768"
}
)
}
);
}
const c = n(o);
export {
c as default
};
//# sourceMappingURL=IconTextOutdent16.es.js.map