@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 793 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const CaretRight = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 33",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M22.6499 17.7205C23.561 16.8615 23.561 15.4665 22.6499 14.6075L13.3202 5.81114C12.6497 5.1789 11.6511 4.99336 10.7764 5.33696C9.90178 5.68057 9.33325 6.47774 9.33325 7.37111V24.9638C9.33325 25.8503 9.90178 26.6543 10.7764 26.9979C11.6511 27.3415 12.6497 27.1491 13.3202 26.5238L22.6499 17.7274V17.7205Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(CaretRight);
export default ForwardRef;