UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 373 B
import React from 'react'; export default function SyllabaryKatakanaHalfwidthIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-syllabary-katakana-halfwidth ${props.className}`} > <path d="M8 4v2h6l-1 4.81 2 .39 1-5.1V4m-6 5v3c0 2.86-.66 5.29-1.92 6.61L9.5 20c1.85-1.92 2.5-4.85 2.5-8V9z" /> </svg> ); }