@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowCircleDown20",
"aria-hidden": "true",
...r,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 2.5a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15M10 1a9 9 0 1 0 0 18 9 9 0 0 0 0-18m.742 10.972V6.177a.75.75 0 0 0-1.5 0v5.778L6.994 9.708a.75.75 0 1 0-1.06 1.06l3.463 3.464q.058.076.135.135l.467.467.53-.53 2.172-2.171.963-.963.293-.294.08-.08.02-.02.006-.006.001-.001-.53-.53.53.53a.75.75 0 0 0-1.06-1.061l.53.53-.53-.53-.002.002-.005.005-.02.02-.08.08-.294.294-.963.963z",
clipRule: "evenodd"
}
)
}
);
}
const a = t(o);
export {
a as default
};
//# sourceMappingURL=IconArrowCircleDown20.es.js.map