react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 2.19 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class TiKeyboard extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m13.3 21.7h11.7v3.3000000000000007h-11.7z m-5 0h3.4000000000000004v3.3000000000000007h-3.4000000000000004z m0-6.699999999999999h3.4000000000000004v1.6999999999999993h-3.4000000000000004z m5 5v-1.6999999999999993h-5v1.6999999999999993h3.4000000000000004z m0-5h1.6999999999999993v1.6999999999999993h-1.6999999999999993z m1.6999999999999993 3.3000000000000007h1.6999999999999993v1.6999999999999993h-1.6999999999999993z m1.6999999999999993-3.3000000000000007h1.6000000000000014v1.6999999999999993h-1.6000000000000014z m1.6000000000000014 3.3000000000000007h1.6999999999999993v1.6999999999999993h-1.6999999999999993z m1.6999999999999993-3.3000000000000007h1.6999999999999993v1.6999999999999993h-1.6999999999999993z m1.6999999999999993 3.3000000000000007h1.6000000000000014v1.6999999999999993h-1.6000000000000014z m1.6000000000000014-3.3000000000000007h1.6999999999999993v1.6999999999999993h-1.6999999999999993z m1.6999999999999993 3.3000000000000007h1.6999999999999993v1.6999999999999993h-1.6999999999999993z m1.6999999999999993-3.3000000000000007h1.6000000000000014v1.6999999999999993h-1.6000000000000014z m1.6000000000000014 5h3.3999999999999986v-5h-1.6999999999999993v3.3000000000000007h-1.6999999999999993z m1.6999999999999993 1.6999999999999993h-1.6999999999999993v1.6000000000000014h-1.6000000000000014v1.6999999999999993h5v-1.6999999999999993h-1.6999999999999993z m3.299999999999997-11.7h-26.599999999999998c-1.8999999999999986 0-3.399999999999999 1.5-3.399999999999999 3.3000000000000007v13.400000000000002c0 1.8000000000000007 1.5000000000000004 3.3000000000000007 3.4 3.3000000000000007h26.600000000000005c1.8999999999999986 0 3.3999999999999986-1.5 3.3999999999999986-3.3000000000000007v-13.400000000000002c0-1.8000000000000007-1.5-3.3000000000000007-3.3999999999999986-3.3000000000000007z m0 16.7h-26.599999999999998v-13.399999999999999h26.600000000000005v13.400000000000002z"/></g>
</IconBase>
);
}
}