UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 596 B
import React from 'react'; export default function WeatherCloudyArrowRightIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-weather-cloudy-arrow-right ${props.className}`} viewBox="0 0 24 24" > <path d="M6 7l.69.06A5.499 5.499 0 0 1 12 3a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3 3 3 0 0 1-3 3H6a4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2h13a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3.5V8.5A3.5 3.5 0 0 0 12 5a3.5 3.5 0 0 0-3.5 3.5V9H6m16 10l-3 3v-2H2v-2h17v-2l3 3" /> </svg> ); }