UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 776 B
import * as React from "react"; import { forwardRef } from "react"; const CaretUp = (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: "M17.6951 9.18333C16.758 8.27222 15.2361 8.27222 14.299 9.18333L4.70304 18.513C4.01333 19.1836 3.81091 20.1822 4.18576 21.0568C4.5606 21.9315 5.43024 22.5 6.40483 22.5H25.5968C26.5639 22.5 27.4411 21.9315 27.8159 21.0568C28.1907 20.1822 27.9808 19.1836 27.2986 18.513L17.7026 9.18333H17.6951Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(CaretUp); export default ForwardRef;