UNPKG

@comfortdelgro/compass-icons

Version:
40 lines (38 loc) 1.67 kB
import * as React from "react"; import { forwardRef } from "react"; const Maestro = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 58 40", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "none" }, /*#__PURE__*/ React.createElement("rect", { x: 0.5, y: 0.5, width: 57, height: 39, rx: 5.5, fill: "white" }), /*#__PURE__*/ React.createElement("path", { d: "M32.096 19.5096C32.096 25.6821 27.1497 30.6858 21.048 30.6858C14.9464 30.6858 10 25.6821 10 19.5096C10 13.3371 14.9464 8.33331 21.048 8.33331C27.1497 8.33331 32.096 13.3371 32.096 19.5096Z", fill: "#ED0006" }), /*#__PURE__*/ React.createElement("path", { d: "M46.4286 19.5096C46.4286 25.6821 41.4822 30.6858 35.3806 30.6858C29.2789 30.6858 24.3326 25.6821 24.3326 19.5096C24.3326 13.3371 29.2789 8.33331 35.3806 8.33331C41.4822 8.33331 46.4286 13.3371 46.4286 19.5096Z", fill: "#0099DF" }), /*#__PURE__*/ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.2143 28.016C30.5898 25.966 32.096 22.9158 32.096 19.5096C32.096 16.1034 30.5898 13.0532 28.2143 11.0032C25.8389 13.0532 24.3326 16.1034 24.3326 19.5096C24.3326 22.9158 25.8389 25.966 28.2143 28.016Z", fill: "#6C6BBD" }), /*#__PURE__*/ React.createElement("rect", { x: 0.5, y: 0.5, width: 57, height: 39, rx: 5.5, stroke: "#F2F4F7" }))); const ForwardRef = /*#__PURE__*/ forwardRef(Maestro); export default ForwardRef;