UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 412 B
import React from 'react'; export default function CurrencyRubIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-currency-rub ${props.className}`} viewBox="0 0 24 24" > <path d="M6 10h1V3h7.5C17 3 19 5 19 7.5S17 12 14.5 12H9v2h6v2H9v5H7v-5H6v-2h1v-2H6v-2m8.5-5H9v5h5.5A2.5 2.5 0 0 0 17 7.5 2.5 2.5 0 0 0 14.5 5z" /> </svg> ); }