UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 582 B
import React from 'react'; export default function ZodiacGeminiIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-zodiac-gemini ${props.className}`} viewBox="0 0 24 24" > <path d="M18 5.3c1.35-.33 2.66-.76 3.94-1.3l-.76-1.86a23.753 23.753 0 0 1-18.36.03L2.06 4c1.28.54 2.59.97 3.94 1.3v13.4c-1.35.33-2.66.76-3.94 1.3l.76 1.86a23.94 23.94 0 0 1 18.36 0l.76-1.86c-1.28-.54-2.59-.97-3.94-1.3V5.3m-10 13V5.69c1.32.2 2.66.31 4 .31 1.34 0 2.68-.11 4-.31v12.62a26.17 26.17 0 0 0-8 0v-.01z" /> </svg> ); }