@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.11 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function o(r) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowCircleDown32",
"aria-hidden": "true",
...r,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16 6C10.477 6 6 10.477 6 16s4.477 10 10 10 10-4.477 10-10S21.523 6 16 6m0-2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4m-1 14.602-2.536-2.535a1 1 0 0 0-1.414 1.414l4.243 4.243.707.707.707-.707 2.606-2.606 1.156-1.156.351-.352.096-.095.025-.026.007-.006.001-.001-.706-.708.707.707a1 1 0 0 0-1.415-1.414l.708.707-.707-.707h-.001l-.002.002-.006.006-.025.025-.096.096-.352.352-1.155 1.156-.899.898V11a1 1 0 1 0-2 0z",
clipRule: "evenodd"
}
)
}
);
}
const c = t(o);
export {
c as default
};
//# sourceMappingURL=IconArrowCircleDown32.es.js.map