@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 922 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function a(t) {
return /* @__PURE__ */ e(
"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: "IconTextAlignmentCentre24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20.258 7.5a.75.75 0 0 0 0-1.5H3.766a.75.75 0 1 0 0 1.5zm-.021 7a.75.75 0 0 0 0-1.5H3.724a.75.75 0 0 0 0 1.5zM18 10.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 18a.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=IconTextAlignmentCentre24.es.js.map