@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function l(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: "IconArrowCircleUp20",
"aria-hidden": "true",
...r,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15m0 1.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18M9.259 8.028v5.795a.75.75 0 0 0 1.5 0V8.046l2.246 2.246a.75.75 0 0 0 1.06-1.06l-3.463-3.464a.8.8 0 0 0-.135-.135L10 5.166l-.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 n = t(l);
export {
n as default
};
//# sourceMappingURL=IconArrowCircleUp20.es.js.map