@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 886 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } 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: "IconEdgeAll24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17 4.406a.75.75 0 0 0 0-1.5H7a.75.75 0 1 0 0 1.5zM4.402 7a.75.75 0 1 0-1.5 0v10a.75.75 0 1 0 1.5 0zm16.689 0a.75.75 0 0 0-1.5 0v10a.75.75 0 1 0 1.5 0zM17.75 20.344a.75.75 0 0 1-.75.75H7a.75.75 0 0 1 0-1.5h10a.75.75 0 0 1 .75.75",
clipRule: "evenodd"
}
)
}
);
}
const s = l(a);
export {
s as default
};
//# sourceMappingURL=IconEdgeAll24.es.js.map