@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: "IconTextAlignmentJustify24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20.244 7.5a.75.75 0 0 0 0-1.5H3.775a.75.75 0 0 0 0 1.5zm0 7a.75.75 0 0 0 0-1.5H3.775a.75.75 0 0 0 0 1.5zm.75-4.25a.75.75 0 0 1-.75.75H3.775a.75.75 0 0 1 0-1.5h16.469a.75.75 0 0 1 .75.75M20.25 18a.75.75 0 0 0 0-1.5H3.775a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const m = n(a);
export {
m as default
};
//# sourceMappingURL=IconTextAlignmentJustify24.es.js.map