@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.03 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function a(l) {
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: "IconFlipVertically24",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m18.481 16.764-1.563-10a1.5 1.5 0 0 0-1.482-1.268h-.935v-1.5h.935A3 3 0 0 1 18.4 6.533l1.563 10A3 3 0 0 1 17 19.996h-2.498v-1.5H17a1.5 1.5 0 0 0 1.482-1.732M9.5 3.996v1.5h-.935a1.5 1.5 0 0 0-1.482 1.268l-1.563 10A1.5 1.5 0 0 0 7 18.496h2.498v1.5H7a3 3 0 0 1-2.964-3.463l1.563-10a3 3 0 0 1 2.964-2.537zm3.25-1.246a.75.75 0 0 0-1.5 0v18.496a.75.75 0 0 0 1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const c = t(a);
export {
c as default
};
//# sourceMappingURL=IconFlipVertically24.es.js.map