UNPKG

@comfortdelgro/compass-icons

Version:
29 lines (27 loc) 1.85 kB
import * as React from "react"; import { forwardRef } from "react"; const Browser = (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("g", { clipPath: "url(#clip0_502_52130)" }, /*#__PURE__*/ React.createElement("path", { d: "M1.33337 6.83341C1.33337 4.80815 2.97478 3.16675 5.00004 3.16675H27C29.0224 3.16675 30.6667 4.80815 30.6667 6.83341V14.1667H1.33337V6.83341ZM6.83337 10.5001C7.84744 10.5001 8.66671 9.68081 8.66671 8.66675C8.66671 7.65269 7.84744 6.83341 6.83337 6.83341C5.82103 6.83341 5.00004 7.65269 5.00004 8.66675C5.00004 9.68081 5.82103 10.5001 6.83337 10.5001ZM11.875 7.29175C11.1131 7.29175 10.5 7.90477 10.5 8.66675C10.5 9.42873 11.1131 10.0417 11.875 10.0417H25.625C26.387 10.0417 27 9.42873 27 8.66675C27 7.90477 26.387 7.29175 25.625 7.29175H11.875Z" }), /*#__PURE__*/ React.createElement("path", { opacity: 0.4, d: "M8.66671 8.66671C8.66671 9.68077 7.84744 10.5 6.83337 10.5C5.82103 10.5 5.00004 9.68077 5.00004 8.66671C5.00004 7.65264 5.82103 6.83337 6.83337 6.83337C7.84744 6.83337 8.66671 7.65264 8.66671 8.66671ZM5.00004 28.8334C2.97478 28.8334 1.33337 27.1891 1.33337 25.1667V14.1667H30.6667V25.1667C30.6667 27.1891 29.0224 28.8334 27 28.8334H5.00004Z" })), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "clip0_502_52130" }, /*#__PURE__*/ React.createElement("rect", { width: 29.3333, height: 29.3333, fill: "white", transform: "translate(1.33337 1.33337)" }))))); const ForwardRef = /*#__PURE__*/ forwardRef(Browser); export default ForwardRef;