@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 777 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const CaretLeft = (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: "M9.68333 18.0539C8.77222 17.1948 8.77222 15.7998 9.68333 14.9408L19.013 6.14445C19.6836 5.51222 20.6822 5.32667 21.5568 5.67028C22.4315 6.01388 23 6.81105 23 7.70443V25.2971C23 26.1836 22.4315 26.9876 21.5568 27.3312C20.6822 27.6749 19.6836 27.4824 19.013 26.8571L9.68333 18.0607V18.0539Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(CaretLeft);
export default ForwardRef;