UNPKG

@comfortdelgro/compass-icons

Version:
34 lines (32 loc) 1.63 kB
import * as React from "react"; import { forwardRef } from "react"; const Wav = (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: "M35 39.25H11C9.20507 39.25 7.75 37.7949 7.75 36V4C7.75 2.20508 9.20508 0.75 11 0.75H27C27.1212 0.75 27.2375 0.798159 27.3232 0.883883L38.1161 11.6768C38.2018 11.7625 38.25 11.8788 38.25 12V36C38.25 37.7949 36.7949 39.25 35 39.25Z", 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: 30, height: 16, rx: 2, fill: "#DD2590" }), /*#__PURE__*/ React.createElement("path", { d: "M6.42836 30L4.34739 22.7273H6.02708L7.23091 27.7805H7.29128L8.61941 22.7273H10.0576L11.3822 27.7912H11.4461L12.6499 22.7273H14.3296L12.2487 30H10.7501L9.36515 25.245H9.30833L7.92694 30H6.42836ZM15.6737 30H14.026L16.5367 22.7273H18.5182L21.0253 30H19.3776L17.5558 24.3892H17.499L15.6737 30ZM15.5708 27.1413H19.4628V28.3416H15.5708V27.1413ZM22.3064 22.7273L24.0642 28.2528H24.1317L25.893 22.7273H27.5976L25.0905 30H23.1089L20.5983 22.7273H22.3064Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(Wav); export default ForwardRef;