UNPKG

@comfortdelgro/compass-icons

Version:
25 lines (23 loc) 2.33 kB
import * as React from "react"; import { forwardRef } from "react"; const GifSolid = (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: "#0142AF" }), /*#__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.5922 27.5703C17.5475 27.4148 17.4846 27.2773 17.4036 27.158C17.3227 27.0366 17.2236 26.9343 17.1064 26.8512C16.9913 26.766 16.8592 26.701 16.7101 26.6562C16.5631 26.6115 16.4001 26.5891 16.2211 26.5891C15.8866 26.5891 15.5926 26.6722 15.339 26.8384C15.0876 27.0046 14.8916 27.2464 14.7509 27.5639C14.6103 27.8793 14.54 28.2649 14.54 28.7209C14.54 29.1768 14.6092 29.5646 14.7477 29.8842C14.8862 30.2038 15.0823 30.4478 15.3358 30.6161C15.5894 30.7823 15.8887 30.8654 16.2339 30.8654C16.5471 30.8654 16.8145 30.81 17.0361 30.6992C17.2598 30.5863 17.4303 30.4276 17.5475 30.223C17.6668 30.0185 17.7264 29.7766 17.7264 29.4975L18.0077 29.5391H16.3202V28.4972H19.0592V29.3217C19.0592 29.897 18.9377 30.3913 18.6948 30.8047C18.4519 31.2159 18.1174 31.5334 17.6913 31.7571C17.2651 31.9787 16.7772 32.0895 16.2275 32.0895C15.6139 32.0895 15.0748 31.9542 14.6103 31.6836C14.1458 31.4109 13.7836 31.0241 13.5237 30.5234C13.2658 30.0206 13.1369 29.424 13.1369 28.7337C13.1369 28.2031 13.2136 27.7301 13.3671 27.3146C13.5226 26.897 13.7399 26.5433 14.019 26.2536C14.2982 25.9638 14.6231 25.7433 14.9938 25.592C15.3646 25.4407 15.7662 25.3651 16.1987 25.3651C16.5695 25.3651 16.9146 25.4194 17.2342 25.5281C17.5538 25.6346 17.8372 25.7859 18.0844 25.9819C18.3337 26.1779 18.5372 26.4112 18.6948 26.6818C18.8525 26.9503 18.9537 27.2464 18.9984 27.5703H17.5922ZM21.4826 25.4545V32H20.0987V25.4545H21.4826ZM22.6211 32V25.4545H26.9549V26.5955H24.005V28.1552H26.6673V29.2962H24.005V32H22.6211Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(GifSolid); export default ForwardRef;