UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.29 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdCast extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m1.6400000000000001 16.64q7.578333333333333 0 12.966666666666667 5.390000000000001t5.393333333333333 12.966666666666669h-3.3633333333333333q0-6.25-4.413333333333334-10.623333333333335t-10.584999999999999-4.373333333333335v-3.3633333333333333z m0 6.719999999999999q4.843333333333334 0 8.283333333333333 3.3999999999999986t3.4350000000000005 8.240000000000002h-3.3583333333333343q0-3.4383333333333326-2.461666666666667-5.899999999999999t-5.9-2.460000000000001v-3.2833333333333314z m0 6.640000000000001q2.033333333333333 0 3.516666666666666 1.4833333333333343t1.4833333333333334 3.5166666666666657h-5v-5z m33.36-25q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.3416666666666677v23.283333333333335q0 1.3266666666666644-1.0166666666666657 2.341666666666665t-2.3433333333333337 1.0166666666666657h-11.64v-3.361666666666668h11.64v-23.28333333333333h-30v5h-3.36v-5q0-1.326666666666667 1.0166666666666666-2.341666666666667t2.3416666666666663-1.0166666666666666h30z"/></g> </IconBase> ); } }