UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 1.14 kB
import * as React from "react"; import { forwardRef } from "react"; const FileLaptop = (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: "M10.1333 8.5C10.1333 9.32969 10.7887 10 11.5999 10H15.9999V13H14.5333C12.5074 13 10.8666 14.6781 10.8666 16.75V22C9.90867 22 9.09284 22.6281 8.79034 23.5H3.53325C2.31821 23.5 1.33325 22.4922 1.33325 21.25V6.25C1.33325 5.00734 2.31821 4 3.53325 4H10.1333V8.5ZM12.3333 16.75C12.3333 15.5078 13.3187 14.5 14.5333 14.5H26.2666C27.4812 14.5 28.4666 15.5078 28.4666 16.75V23.5H29.9333C30.3366 23.5 30.6666 23.8375 30.6666 24.25V25C30.6666 26.6547 29.3512 28 27.7333 28H13.0666C11.4487 28 10.1333 26.6547 10.1333 25V24.25C10.1333 23.8375 10.4633 23.5 10.8666 23.5H12.3333V16.75ZM15.2666 17.5V23.5H25.5333V17.5H15.2666ZM15.9999 8.5H11.5999V4L15.9999 8.5Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FileLaptop); export default ForwardRef;