UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.84 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdKeyboardHide extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m20 38.36l-6.640000000000001-6.716666666666669h13.283333333333331z m11.64-25v-3.3599999999999994h-3.2833333333333314v3.3599999999999994h3.2833333333333314z m0 5v-3.3599999999999994h-3.2833333333333314v3.3599999999999994h3.2833333333333314z m-5-5v-3.3599999999999994h-3.2833333333333314v3.3599999999999994h3.2833333333333314z m0 5v-3.3599999999999994h-3.2833333333333314v3.3599999999999994h3.2833333333333314z m0 6.640000000000001v-3.3599999999999994h-13.283333333333333v3.3599999999999994h13.283333333333333z m-15-11.64v-3.3599999999999994h-3.283333333333333v3.3599999999999994h3.283333333333333z m0 5v-3.3599999999999994h-3.283333333333333v3.3599999999999994h3.283333333333333z m1.7200000000000006-3.3599999999999994v3.3599999999999994h3.283333333333333v-3.3599999999999994h-3.283333333333333z m0-5v3.3599999999999994h3.283333333333333v-3.3599999999999994h-3.283333333333333z m4.999999999999998 5v3.3599999999999994h3.2833333333333314v-3.3599999999999994h-3.2833333333333314z m0-5v3.3599999999999994h3.2833333333333314v-3.3599999999999994h-3.2833333333333314z m15-5q1.3283333333333331 0 2.3049999999999997 1.0166666666666666t0.9750000000000014 2.3416666666666677v16.641666666666666q0 1.326666666666668-0.9766666666666666 2.3416666666666686t-2.306666666666665 1.0166666666666657h-26.713333333333335q-1.330000000000001 0-2.3066666666666675-1.0166666666666657t-0.9766666666666666-2.3416666666666686v-16.64333333333333q0-1.328333333333335 0.9766666666666666-2.3433333333333355t2.3049999999999997-1.0133333333333336h26.71666666666667z"/></g> </IconBase> ); } }