@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 912 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextAlignmentRight20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.25 5.5a.75.75 0 0 0 0-1.5H2.75a.75.75 0 0 0 0 1.5zm0 7a.75.75 0 0 0 0-1.5H2.75a.75.75 0 0 0 0 1.5zM18 8.25a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1 0-1.5h10.5a.75.75 0 0 1 .75.75M17.25 16a.75.75 0 0 0 0-1.5H6.75a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const m = n(a);
export {
m as default
};
//# sourceMappingURL=IconTextAlignmentRight20.es.js.map