@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 973 B
JavaScript
import { jsx as l } from "react/jsx-runtime";
import { memo as e } from "react";
function o(t) {
return /* @__PURE__ */ l(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFlipHorizontally16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m4.147 12.989 8-1.188a1 1 0 0 0 .853-.99V9.504h1v1.309a2 2 0 0 1-1.706 1.978l-8 1.188A2 2 0 0 1 2 12V9.503h1V12a1 1 0 0 0 1.147.989M14 6.494h-1V5.181a1 1 0 0 0-.854-.989l-8-1.18A1 1 0 0 0 3 4v2.493H2V4.001a2 2 0 0 1 2.292-1.98l8 1.182A2 2 0 0 1 14 5.18zm.5 2.004a.5.5 0 0 0 0-1h-13a.5.5 0 0 0 0 1z",
clipRule: "evenodd"
}
)
}
);
}
const i = e(o);
export {
i as default
};
//# sourceMappingURL=IconFlipHorizontally16.es.js.map