UNPKG

@comfortdelgro/compass-icons

Version:
30 lines (28 loc) 1.56 kB
import * as React from "react"; import { forwardRef } from "react"; const Doctype = (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: "M4.68335 0C3.28335 0 2.18335 1.15 2.18335 2.55V29.5C2.18335 30.9 3.28335 32 4.68335 32H27.5834C28.9834 32 30.1334 30.9 30.1334 29.5V10.2L20.6834 0H4.68335Z", fill: "#009EDA" }), /*#__PURE__*/ React.createElement("path", { d: "M30.1334 10.2V10.7H23.7334C23.7334 10.7 20.5834 10.05 20.6334 7.30005C20.6334 7.30005 20.7834 10.2 23.6834 10.2H30.1334Z", fill: "#CCECF8" }), /*#__PURE__*/ React.createElement("path", { opacity: 0.5, d: "M20.6833 0V7.3C20.6833 8.1 21.2333 10.2 23.7333 10.2H30.1334L20.6833 0Z", fill: "white" }), /*#__PURE__*/ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.18335 26.85V16.4H17.6333V26.85H7.18335ZM16.5834 17.45H8.23335V23.75H16.5834V17.45ZM11.7833 21.65L13.7333 19L14.3833 20.05L15.0333 19.85L15.5333 22.65H8.98335L10.7333 21L11.7833 21.65ZM9.88335 19.8C9.43335 19.8 9.03335 19.5 9.03335 19.05C9.03335 18.65 9.43335 18.3 9.88335 18.3C10.3333 18.3 10.6833 18.65 10.6833 19.05C10.6833 19.5 10.3333 19.8 9.88335 19.8Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(Doctype); export default ForwardRef;