@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.1 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowCircleUp24",
"aria-hidden": "true",
...r,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-14.42-.13a.75.75 0 0 1 0-1.06l.53.53.531.53a.75.75 0 0 1-1.06 0m.53-.53-.53-.53h.001l.002-.002.005-.006.023-.023.088-.088.323-.323 1.06-1.059 2.388-2.388.53-.53.53.53 3.89 3.889a.75.75 0 0 1-1.061 1.06l-2.6-2.6v7.205a.75.75 0 1 1-1.5 0V9.253l-1.117 1.117-1.06 1.06-.322.322-.088.088-.023.023-.006.005-.001.002z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(l);
export {
s as default
};
//# sourceMappingURL=IconArrowCircleUp24.es.js.map