@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 947 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const ArrowRightFilled = (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: "M30.3718 17.6487L19.657 29.3146C19.2418 29.774 18.6927 30 18.1435 30C17.5944 30 17.0466 29.7722 16.6287 29.3165C15.7916 28.4051 15.7916 26.9286 16.6287 26.0172L23.6884 18.3341H3.14285C1.95953 18.3341 1 17.2915 1 16.0009C1 14.7104 1.95953 13.6677 3.14285 13.6677H23.6884L16.6301 5.98281C15.793 5.07141 15.793 3.59495 16.6301 2.68355C17.4672 1.77215 18.8232 1.77215 19.6603 2.68355L30.3751 14.3495C31.2089 15.2645 31.2089 16.7373 30.3718 17.6487Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(ArrowRightFilled);
export default ForwardRef;