@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.01 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowCircleDown16",
"aria-hidden": "true",
...r,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2m0-1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m-.509 8.845L5.517 7.87a.5.5 0 0 0-.708.707l2.829 2.829.353.353.354-.354 1.737-1.737.77-.77.235-.235.064-.064.017-.016.004-.005h.001l-.353-.354.353.353a.5.5 0 1 0-.707-.707l.354.354-.354-.354-.001.001-.004.005-.017.016-.064.064-.235.235-.77.77-.884.884V4.898a.5.5 0 0 0-1 0z",
clipRule: "evenodd"
}
)
}
);
}
const a = t(o);
export {
a as default
};
//# sourceMappingURL=IconArrowCircleDown16.es.js.map