UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 473 B
import React from 'react'; export default function ZodiacAquariusIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-zodiac-aquarius ${props.className}`} viewBox="0 0 24 24" > <path d="M15 12.41l-3-3-3 3-3-3-2.29 2.3-1.42-1.42L6 6.59l3 3 3-3 3 3 3-3 3.71 3.7-1.42 1.42L18 9.41l-3 3m3 3l2.29 2.3 1.42-1.42-3.71-3.7-3 3-3-3-3 3-3-3-3.71 3.7 1.42 1.42L6 15.41l3 3 3-3 3 3 3-3z" /> </svg> ); }