UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

14 lines (11 loc) 2.77 kB
import React from 'react' const CloudGroup = () => ( <svg xmlns="http://www.w3.org/2000/svg" width="186" height="69" viewBox="0 0 186 69"> <g fill="#FFF" fillRule="nonzero" stroke="#00003C" strokeWidth="2"> <path d="M81.91 58.973c-1.119-1.066-1.081-2.247-.555-3.62 1.29-3.372 2.343-6.84 3.743-10.165 1.547-3.679 3.948-6.84 7.713-8.426 1.676-.705 3.751-.465 6.018-.693.203-.774.467-2.083.886-3.337 1.085-3.26.7-6.927 2.656-9.928 3.292-5.057 7.448-9.121 13.378-10.994 1.93-.609 3.843-1.319 5.817-1.732 1.01-.21 2.154.05 3.21.247 2.457.478 4.964.83 7.32 1.656 1.855.653 3.476 1.949 5.213 2.939 1.18.67 2.381 1.3 3.751 2.048.249-.33 2.59 2.644 2.875 3.023 2.105 2.813 2.676 3.685 3.515 6.274.84 2.59.995 6.467 1.657 6.467 1.018 0 2.118-.062 3.303-.591 1.185-.53 5.583.561 5.509 0l3.365 1.177c.457-.119 5.912 4.047 5.912 4.253 0 1.059 1.976 3.017 1.976 3.74 0 .724 1.494 1.908.898 1.952.077 1.13.425 2.185.562 3.078.119.764.248 1.296 1.47 1.13 2.559-.353 5.3-.922 7.337 1.52.057.069.29-.033.422 0 .46.143 1.048.183 1.338.494 2.009 2.135 3.607 4.505 3.801 7.588-.993 1.553-2.758 1.024-4.153 1.103-3.538.198-7.095.057-10.645.04-4.22-.023-8.44-.084-12.66-.08-3.354 0-6.703.107-10.062.114-3.058 0-6.117-.084-9.185-.069-2.55.012-5.096.158-7.643.163-1.957 0-3.913-.18-5.869-.17-3.912.022-7.825.183-11.737.168-3.458-.012-6.916-.247-10.377-.267-2.31-.023-4.627.217-6.938.195-4.233-.044-8.463-.215-12.693-.247-.278 0-.561.636-.842.977l-.285-.027z"/> <path d="M2.226 66.963C.72 65.527.77 63.938 1.478 62.088c1.737-4.542 3.154-9.213 5.04-13.692 2.081-4.955 5.312-9.213 10.382-11.35 2.256-.95 5.05-.626 8.1-.932.274-1.043.629-2.806 1.193-4.496 1.46-4.392.943-9.33 3.576-13.372C34.2 11.435 39.794 5.96 47.778 3.438c2.596-.82 5.173-1.776 7.83-2.333 1.36-.283 2.9.067 4.32.333 3.309.643 6.684 1.117 9.855 2.23 2.497.88 4.679 2.625 7.018 3.958 1.588.903 3.205 1.753 5.05 2.76.334-.444 3.487 3.56 3.869 4.07 2.834 3.79 3.602 4.965 4.732 8.452 1.13 3.487 1.34 8.71 2.23 8.71 1.37 0 2.852-.083 4.447-.796 1.596-.713 7.516.756 7.416 0l4.53 1.586c.615-.16 7.958 5.452 7.958 5.728 0 1.427 2.66 4.064 2.66 5.039 0 .974 2.012 2.569 1.21 2.629.103 1.523.571 2.942.755 4.145.16 1.03.334 1.746 1.978 1.523 3.446-.477 7.135-1.243 9.878 2.046.077.093.391-.044.569 0 .618.193 1.41.246 1.8.666 2.704 2.876 4.856 6.068 5.117 10.22-1.337 2.093-3.713 1.38-5.59 1.486-4.763.267-9.552.077-14.33.054-5.681-.03-11.362-.114-17.043-.107-4.515 0-9.023.143-13.545.153-4.117 0-8.234-.113-12.364-.093-3.432.017-6.86.213-10.29.22-2.633 0-5.266-.243-7.9-.23-5.266.03-10.533.247-15.8.227-4.654-.017-9.31-.334-13.968-.36-3.111-.03-6.229.293-9.34.263-5.698-.06-11.392-.29-17.087-.333-.374 0-.755.856-1.132 1.316l-.385-.037z"/> </g> </svg> ) /** @component */ export default CloudGroup