@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.37 kB
JavaScript
import { jsx as r, jsxs as l } from "react/jsx-runtime";
import { memo as o } from "react";
function n(e) {
return /* @__PURE__ */ r(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowCircleDown12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ l("g", { fill: "none", children: [
/* @__PURE__ */ r("g", { clipPath: "url(#ArrowCircleDown12)", children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 1a5 5 0 1 0 0 10A5 5 0 0 0 6 1m0-1a6 6 0 1 0 0 12A6 6 0 0 0 6 0m-.5 7.268L3.879 5.646a.5.5 0 1 0-.707.708l2.474 2.474.354.354.354-.354 1.52-1.52.674-.674.205-.205.056-.056.014-.014.004-.004.001-.001L8.475 6l.353.354a.5.5 0 1 0-.707-.708L8.475 6l-.354-.354v.002l-.005.003-.014.015-.056.056-.205.205-.675.674-.666.667v-3.84a.5.5 0 0 0-1 0z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "ArrowCircleDown12", children: /* @__PURE__ */ r("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const a = o(n);
export {
a as default
};
//# sourceMappingURL=IconArrowCircleDown12.es.js.map