UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.21 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdVibration extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m26.64 31.640000000000004v-23.28333333333334h-13.283333333333333v23.283333333333335h13.283333333333333z m0.8599999999999994-26.640000000000004q1.0933333333333337 0 1.7966666666666669 0.7033333333333331t0.7033333333333331 1.7966666666666669v25q0 1.0933333333333337-0.7033333333333331 1.7966666666666669t-1.7966666666666669 0.7033333333333331h-15q-1.0933333333333337 0-1.7966666666666669-0.7033333333333331t-0.7033333333333331-1.7966666666666669v-25q0-1.0933333333333337 0.7033333333333331-1.7966666666666669t1.7966666666666669-0.7033333333333331h15z m4.140000000000001 23.36v-16.71666666666667h3.3599999999999994v16.71666666666667h-3.3599999999999994z m5-13.360000000000001h3.3599999999999994v10.000000000000002h-3.3599999999999994v-10z m-31.64 13.360000000000001v-16.71666666666667h3.3599999999999994v16.71666666666667h-3.3599999999999994z m-5-3.3599999999999994v-10h3.3600000000000003v10h-3.3600000000000003z"/></g> </IconBase> ); } }