react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.22 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdHdrOn extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m21.64 22.5v-5h-3.2833333333333314v5h3.2833333333333314z m0-7.5q1.0166666666666657 0 1.7583333333333329 0.7416666666666671t0.7399999999999984 1.7583333333333329v5q0 1.0166666666666657-0.7416666666666671 1.7583333333333329t-1.7583333333333293 0.7416666666666671h-5.783333333333335v-10h5.783333333333335z m-10.780000000000001 3.3599999999999994v-3.3599999999999994h2.5v10h-2.5v-4.140000000000001h-3.3599999999999994v4.140000000000001h-2.5v-10h2.5v3.3599999999999994h3.3599999999999994z m21.64 0.7800000000000011v-1.6400000000000006h-3.3599999999999994v1.6400000000000006h3.3599999999999994z m2.5 0q0 1.5633333333333326-1.4833333333333343 2.3433333333333337l1.4833333333333343 3.5166666666666657h-2.5l-1.4833333333333343-3.361666666666668h-1.8766666666666652v3.361666666666668h-2.5v-10h5.859999999999999q1.0166666666666657 0 1.7583333333333329 0.7400000000000002t0.7416666666666671 1.7599999999999998v1.6383333333333319z"/></g>
</IconBase>
);
}
}