UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 320 B
import React from 'react'; export default function SummitIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-summit ${props.className}`} viewBox="0 0 24 24" > <path d="M15 3h2l5 2-5 2v3.17L22 21H2l6-8 3.5 4.7 3.5-7.53V3z" /> </svg> ); }