@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: "IconTextOutdent12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
d: "M1.5 3.5h9m-9 2h5m-5 4h9m-9-2h5m3.906-2.06L9.346 6.5l1.06 1.06"
}
)
}
);
}
const c = n(o);
export {
c as default
};
//# sourceMappingURL=IconTextOutdent12.es.js.map