UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 419 B
import React from 'react'; export default function CurrencyTryIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-currency-try ${props.className}`} viewBox="0 0 24 24" > <path d="M19 12a9 9 0 0 1-9 9H8v-8.23l-3 1.1v-2.13l3-1.1V8.87L5 9.96V7.84l3-1.1V3h2v3l5-1.8v2.12l-5 1.82v1.78l5-1.82v2.13l-5 1.82V19a7 7 0 0 0 7-7h2z" /> </svg> ); }