UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 1.01 kB
import * as React from "react"; import { forwardRef } from "react"; const File = (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: "M6.66663 7.16667C6.66663 5.41758 8.15881 4 9.99996 4H18.6198C19.5052 4 20.3489 4.33364 20.9739 4.92773L25.6927 9.40807C26.3177 10.0018 26.6666 10.8034 26.6666 11.6445V26.1667C26.6666 27.9133 25.1718 29.3333 23.3333 29.3333H9.99996C8.15881 29.3333 6.66663 27.9133 6.66663 26.1667V7.16667ZM24.1666 26.1667V11.9167H20C19.0781 11.9167 18.3333 11.2091 18.3333 10.3333V6.375H9.99996C9.53954 6.375 9.16663 6.72927 9.16663 7.16667V26.1667C9.16663 26.6021 9.53954 26.9583 9.99996 26.9583H23.3333C23.7916 26.9583 24.1666 26.6021 24.1666 26.1667Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(File); export default ForwardRef;