UNPKG

@comfortdelgro/compass-icons

Version:
34 lines (32 loc) 1.58 kB
import * as React from "react"; import { forwardRef } from "react"; const Xml = (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: "M7.75 4C7.75 2.20508 9.20508 0.75 11 0.75H27C27.1212 0.75 27.2375 0.798159 27.3232 0.883885L38.1161 11.6768C38.2018 11.7625 38.25 11.8788 38.25 12V36C38.25 37.7949 36.7949 39.25 35 39.25H11C9.20507 39.25 7.75 37.7949 7.75 36V4Z", fill: "white", stroke: "#C5CCD3", strokeWidth: 1.5 }), /*#__PURE__*/ React.createElement("path", { d: "M27 0.5V8C27 10.2091 28.7909 12 31 12H38.5", stroke: "#C5CCD3", strokeWidth: 1.5 }), /*#__PURE__*/ React.createElement("rect", { x: 1, y: 18, width: 28, height: 16, rx: 2, fill: "#002769" }), /*#__PURE__*/ React.createElement("path", { d: "M6.08754 22.7273L7.55415 25.206H7.61097L9.08469 22.7273H10.8212L8.60174 26.3636L10.8709 30H9.10245L7.61097 27.5178H7.55415L6.06268 30H4.30131L6.57759 26.3636L4.34393 22.7273H6.08754ZM11.7942 22.7273H13.6905L15.6934 27.6136H15.7786L17.7814 22.7273H19.6777V30H18.1863V25.2663H18.1259L16.2438 29.9645H15.2282L13.3461 25.2486H13.2857V30H11.7942V22.7273ZM20.9446 30V22.7273H22.4822V28.7322H25.6001V30H20.9446Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(Xml); export default ForwardRef;