@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 1.29 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const WavSolid = (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: "#DD2590"
}), /*#__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: "M11.3855 32L9.51265 25.4545H11.0244L12.1078 30.0025H12.1622L13.3575 25.4545H14.6519L15.844 30.0121H15.9015L16.985 25.4545H18.4967L16.6238 32H15.2751L14.0286 27.7205H13.9775L12.7342 32H11.3855ZM19.7064 32H18.2234L20.483 25.4545H22.2664L24.5228 32H23.0398L21.4003 26.9503H21.3491L19.7064 32ZM19.6137 29.4272H23.1165V30.5075H19.6137V29.4272ZM25.6757 25.4545L27.2578 30.4276H27.3185L28.9037 25.4545H30.4378L28.1814 32H26.398L24.1384 25.4545H25.6757Z",
fill: "white"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(WavSolid);
export default ForwardRef;