@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 1.15 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const AviSolid = (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: "#6554C0"
}), /*#__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: "M14.1121 32H12.6292L14.8888 25.4545H16.6721L18.9285 32H17.4456L15.806 26.9503H15.7549L14.1121 32ZM14.0194 29.4272H17.5223V30.5075H14.0194V29.4272ZM20.0815 25.4545L21.6635 30.4276H21.7243L23.3095 25.4545H24.8436L22.5872 32H20.8038L18.5442 25.4545H20.0815ZM27.0153 25.4545V32H25.6314V25.4545H27.0153Z",
fill: "white"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(AviSolid);
export default ForwardRef;