@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 797 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const CaretDown = (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: "M14.3049 23.15C15.242 24.0611 16.7639 24.0611 17.701 23.15L27.297 13.8203C27.9867 13.1497 28.1891 12.1512 27.8142 11.2765C27.4394 10.4018 26.5698 9.83331 25.5952 9.83331L6.40317 9.8406C5.43608 9.8406 4.55894 10.4091 4.1841 11.2838C3.80925 12.1584 4.01917 13.157 4.70138 13.8276L14.2974 23.1573L14.3049 23.15Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(CaretDown);
export default ForwardRef;