@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.36 kB
JavaScript
import { jsx as r, jsxs as l } from "react/jsx-runtime";
import { memo as t } from "react";
function i(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: "IconArrowCircleUp12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ l("g", { fill: "none", children: [
/* @__PURE__ */ r("g", { clipPath: "url(#ArrowCircleUp12)", children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 11A5 5 0 1 0 6 1a5 5 0 0 0 0 10m0 1A6 6 0 1 0 6 0a6 6 0 0 0 0 12m.5-7.268 1.621 1.622a.5.5 0 1 0 .707-.708L6.354 3.172 6 2.818l-.354.354-1.52 1.52-.674.674-.205.205-.056.056-.014.014-.004.004-.001.001.353.354-.353-.354a.5.5 0 1 0 .707.708L3.525 6l.354.354v-.002l.005-.003.014-.015.056-.056.205-.205.675-.674.666-.667v3.84a.5.5 0 0 0 1 0z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "ArrowCircleUp12", children: /* @__PURE__ */ r("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const a = t(i);
export {
a as default
};
//# sourceMappingURL=IconArrowCircleUp12.es.js.map