@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 953 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const ArrowUpFilled = (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: "M29.3161 15.4003C28.864 15.823 28.266 16.031 27.6681 16.031C27.0701 16.031 26.4736 15.8214 26.0186 15.402L18.3341 8.3352V28.9133C18.3341 30.1003 17.2891 31 16.0662 31C14.8433 31 13.6671 30.1009 13.6671 28.9133V8.3352L5.98335 15.4003C5.07182 16.239 3.59516 16.239 2.68364 15.4003C1.77212 14.5616 1.77212 13.203 2.68364 12.3643L14.3511 1.62902C15.2626 0.790327 16.7393 0.790327 17.6508 1.62902L29.3183 12.3643C30.2276 13.2063 30.2276 14.5616 29.3161 15.4003Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(ArrowUpFilled);
export default ForwardRef;