UNPKG

@comfortdelgro/compass-icons

Version:
25 lines (23 loc) 1.03 kB
import * as React from "react"; import { forwardRef } from "react"; const AiSolid = (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: "#EF631A" }), /*#__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: "M17.0696 32H15.5867L17.8463 25.4545H19.6297L21.8861 32H20.4031L18.7635 26.9503H18.7124L17.0696 32ZM16.977 29.4272H20.4798V30.5075H16.977V29.4272ZM24.0578 25.4545V32H22.6739V25.4545H24.0578Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(AiSolid); export default ForwardRef;