@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 852 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const ArrowUp = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M16.0011 6.66667C16.6266 6.66667 17.2523 6.90849 17.729 7.39212L29.9506 19.7731C30.9054 20.7403 30.9054 22.3073 29.9506 23.2746C28.9957 24.2418 27.4489 24.2418 26.4941 23.2746L16.0011 12.6405L5.50586 23.2726C4.55104 24.2399 3.00425 24.2399 2.04944 23.2726C1.09463 22.3054 1.09463 20.7384 2.04944 19.7711L14.271 7.39018C14.7484 6.90655 15.3748 6.66667 16.0011 6.66667Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(ArrowUp);
export default ForwardRef;