UNPKG

@comfortdelgro/compass-icons

Version:
25 lines (23 loc) 2.39 kB
import * as React from "react"; import { forwardRef } from "react"; const RarSolid = (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: "#424D57" }), /*#__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.2964 32V25.4545H13.8788C14.3731 25.4545 14.795 25.543 15.1444 25.7198C15.496 25.8945 15.7634 26.1428 15.9466 26.4645C16.132 26.7841 16.2247 27.1602 16.2247 27.5927C16.2247 28.0273 16.1309 28.4013 15.9434 28.7145C15.7559 29.0256 15.4843 29.2642 15.1285 29.4304C14.7748 29.5966 14.3465 29.6797 13.8437 29.6797H12.1146V28.5675H13.6199C13.8841 28.5675 14.1036 28.5312 14.2783 28.4588C14.453 28.3864 14.583 28.2777 14.6682 28.1328C14.7556 27.9879 14.7993 27.8079 14.7993 27.5927C14.7993 27.3754 14.7556 27.1921 14.6682 27.043C14.583 26.8938 14.452 26.7809 14.2751 26.7042C14.1004 26.6254 13.8799 26.5859 13.6135 26.5859H12.6803V32H11.2964ZM14.8312 29.0213L16.458 32H14.9303L13.3387 29.0213H14.8312ZM18.3309 32H16.8479L19.1075 25.4545H20.8909L23.1473 32H21.6643L20.0248 26.9503H19.9736L18.3309 32ZM18.2382 29.4272H21.741V30.5075H18.2382V29.4272ZM23.9351 32V25.4545H26.5175C27.0118 25.4545 27.4337 25.543 27.7831 25.7198C28.1347 25.8945 28.4021 26.1428 28.5853 26.4645C28.7707 26.7841 28.8634 27.1602 28.8634 27.5927C28.8634 28.0273 28.7696 28.4013 28.5821 28.7145C28.3946 29.0256 28.123 29.2642 27.7671 29.4304C27.4134 29.5966 26.9852 29.6797 26.4823 29.6797H24.7533V28.5675H26.2586C26.5228 28.5675 26.7423 28.5312 26.917 28.4588C27.0917 28.3864 27.2217 28.2777 27.3069 28.1328C27.3943 27.9879 27.4379 27.8079 27.4379 27.5927C27.4379 27.3754 27.3943 27.1921 27.3069 27.043C27.2217 26.8938 27.0906 26.7809 26.9138 26.7042C26.7391 26.6254 26.5186 26.5859 26.2522 26.5859H25.319V32H23.9351ZM27.4699 29.0213L29.0967 32H27.569L25.9774 29.0213H27.4699Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(RarSolid); export default ForwardRef;