UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 1.27 kB
import * as React from "react"; import { forwardRef } from "react"; const Upload = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 33 32", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("path", { d: "M26.5 21.6249V25.3749C26.5 26.4103 25.6044 27.2499 24.5 27.2499H8.5C7.39563 27.2499 6.5 26.4103 6.5 25.3749V21.6249C6.5 20.5895 5.60437 19.7498 4.5 19.7498C3.39562 19.7498 2.5 20.5895 2.5 21.6249V25.3749C2.5 28.4816 5.18625 31 8.5 31H24.5C27.8137 31 30.5 28.4816 30.5 25.3749V21.6249C30.5 20.5895 29.6044 19.7498 28.5 19.7498C27.3956 19.7498 26.5 20.5878 26.5 21.6249ZM15.0875 1.54892L7.0875 9.04902C6.30562 9.78204 6.30688 10.9686 7.0875 11.7004C7.86875 12.4329 9.13438 12.4329 9.91563 11.7004L14.5 7.40398V19.7498C14.5 20.7864 15.3944 21.6249 16.5 21.6249C17.6056 21.6249 18.5 20.7864 18.5 19.7498V7.40398L23.0863 11.7036C23.8675 12.4361 25.1331 12.4361 25.9144 11.7036C26.6956 10.9712 26.6956 9.78468 25.9144 9.05224L17.9144 1.55214C17.1313 0.81649 15.8687 0.81649 15.0875 1.54892Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(Upload); export default ForwardRef;