UNPKG

@comfortdelgro/compass-icons

Version:
25 lines (23 loc) 1.24 kB
import * as React from "react"; import { forwardRef } from "react"; const HtmlSolid = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 40 40", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "none" }, /*#__PURE__*/ React.createElement("path", { d: "M4 4C4 1.79086 5.79086 0 8 0H24L36 12V36C36 38.2091 34.2091 40 32 40H8C5.79086 40 4 38.2091 4 36V4Z", fill: "#002769" }), /*#__PURE__*/ React.createElement("path", { opacity: 0.3, d: "M24 0L36 12H28C25.7909 12 24 10.2091 24 8V0Z", fill: "white" }), /*#__PURE__*/ React.createElement("path", { d: "M7.53471 32V25.4545H8.91859V28.1552H11.7279V25.4545H13.1086V32H11.7279V29.2962H8.91859V32H7.53471ZM14.0003 26.5955V25.4545H19.376V26.5955H17.3721V32H16.0042V26.5955H14.0003ZM20.2613 25.4545H21.968L23.7705 29.8523H23.8472L25.6498 25.4545H27.3564V32H26.0141V27.7397H25.9598L24.2659 31.968H23.3518L21.6579 27.7237H21.6036V32H20.2613V25.4545ZM28.4966 32V25.4545H29.8805V30.859H32.6866V32H28.4966Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(HtmlSolid); export default ForwardRef;