@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 915 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowUp12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1.757 5.257a.5.5 0 0 0 .707.707L5.5 2.93v7.57a.5.5 0 1 0 1 0V2.93l2.355 2.355.547.547.105.105.022.022.005.005.001.001.354-.353-.354.353a.5.5 0 1 0 .707-.707l-.353.354.354-.354-.002-.001-.005-.005-.022-.023-.105-.104-.547-.547-3.209-3.209L6 1.015l-.354.353z",
clipRule: "evenodd"
}
)
}
);
}
const a = r(o);
export {
a as default
};
//# sourceMappingURL=IconArrowUp12.es.js.map