@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 924 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
function a(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: "IconTextAlignmentRight24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20.247 7.5a.75.75 0 0 0 0-1.5H3.767a.75.75 0 0 0 0 1.5zm.007 7a.75.75 0 0 0 0-1.5H3.776a.75.75 0 0 0 0 1.5zm.75-4.25a.75.75 0 0 1-.75.75H8.918a.75.75 0 0 1 0-1.5h11.334a.75.75 0 0 1 .75.75m-.75 7.75a.75.75 0 1 0 0-1.5H8.919a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const o = n(a);
export {
o as default
};
//# sourceMappingURL=IconTextAlignmentRight24.es.js.map