@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 936 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function o(t) {
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: "IconArrowUp16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.99 6.49a.5.5 0 1 0 .707.707L7.5 3.394V13.5a.5.5 0 1 0 1 0V3.394l2.664 2.663.857.858.212.212.053.053.013.013.003.003h.001v.001l.354-.354-.354.354a.5.5 0 1 0 .707-.707l-.353.353.354-.353-.002-.001-.003-.003-.013-.014-.053-.052-.211-.212-.858-.858-3.517-3.517L8 1.479l-.353.354z",
clipRule: "evenodd"
}
)
}
);
}
const a = r(o);
export {
a as default
};
//# sourceMappingURL=IconArrowUp16.es.js.map