@frontify/fondue
Version:
Design system of Frontify
32 lines (31 loc) • 791 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextOutdent24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 1.5,
d: "M20.244 6.75H3.775m10.469 7H3.775m10.469-3.5H3.775m16.475 7H3.775M20.15 9.525 17.676 12l2.474 2.475"
}
)
}
);
}
const c = n(o);
export {
c as default
};
//# sourceMappingURL=IconTextOutdent24.es.js.map