UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 1.06 kB
import * as React from "react"; import { forwardRef } from "react"; const ArrowDownOutlined = (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: "M16 1C7.71484 1 1 7.71484 1 16C1 24.2852 7.71484 31 16 31C24.2852 31 31 24.2852 31 16C31 7.71484 24.2852 1 16 1ZM23.418 18.7305L17.377 24.7715C16.8613 25.293 16.2871 25.375 16 25.375C15.714 25.375 15.1416 25.2935 14.6729 24.8243L8.58203 18.7305C7.84961 17.998 7.84961 16.8115 8.58203 16.0791C9.31445 15.3467 10.501 15.3467 11.2334 16.0791L14.125 18.9766V8.5C14.125 7.46348 14.9646 6.625 16 6.625C17.0354 6.625 17.875 7.46348 17.875 8.5V18.9766L20.7684 16.0832C21.5008 15.3508 22.6873 15.3508 23.4197 16.0832C24.1521 16.8156 24.1504 17.998 23.418 18.7305Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(ArrowDownOutlined); export default ForwardRef;