UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 942 B
import * as React from "react"; import { forwardRef } from "react"; const ArrowDownFilled = (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.3146 19.6334L17.6478 30.3693C17.1957 30.792 16.5977 31 15.9998 31C15.4019 31 14.8054 30.7903 14.3504 30.3709L2.6836 19.6351C1.77213 18.7964 1.77213 17.4376 2.6836 16.5989C3.59507 15.7601 5.07165 15.7601 5.98312 16.5989L13.6665 23.6728V3.08678C13.6665 1.8998 14.7114 1 15.9342 1C17.157 1 18.3332 1.8998 18.3332 3.08678V23.6728L26.0187 16.6005C26.9302 15.7618 28.4067 15.7618 29.3182 16.6005C30.2297 17.4393 30.226 18.7947 29.3146 19.6334Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(ArrowDownFilled); export default ForwardRef;