UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 329 B
import React from 'react'; export default function LightningBoltOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-lightning-bolt-outline ${props.className}`} > <path d="M11 9.47V11h3.76L13 14.53V13H9.24L11 9.47M13 1 6 15h5v8l7-14h-5V1z" /> </svg> ); }