UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.77 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdScreenLockLandscape extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m17.966666666666665 16.64v1.7166666666666686h4.066666666666666v-1.7166666666666686q0-0.7833333333333332-0.5883333333333347-1.3666666666666671t-1.4449999999999967-0.5866666666666678-1.4450000000000003 0.586666666666666-0.586666666666666 1.3666666666666654z m-1.326666666666668 10q-0.7033333333333331 0-1.1716666666666669-0.466666666666665t-0.46833333333333016-1.1733333333333356v-5q0-0.7033333333333331 0.4666666666666668-1.1716666666666669t1.1733333333333338-0.466666666666665v-1.7216666666666676q0-1.3283333333333331 0.9766666666666666-2.3049999999999997t2.383333333333333-0.9749999999999996 2.383333333333333 0.9383333333333326 0.9766666666666666 2.341666666666667v1.7166666666666686q0.7033333333333331 0 1.1716666666666669 0.46999999999999886t0.4683333333333337 1.173333333333332v5q0 0.7033333333333331-0.466666666666665 1.1716666666666669t-1.173333333333332 0.466666666666665h-6.716666666666669z m15 1.7199999999999989v-16.71666666666667h-23.28333333333333v16.71666666666667h23.283333333333335z m3.360000000000003-20q1.3283333333333331 0 2.3433333333333337 0.9766666666666666t1.0166666666666657 2.3049999999999997v16.716666666666665q0 1.3300000000000018-1.0166666666666657 2.3066666666666684t-2.3433333333333337 0.975000000000005h-30q-1.3283333333333331 0-2.3433333333333333-0.9766666666666666t-1.0166666666666666-2.3066666666666684v-16.71333333333334q0-1.3299999999999983 1.0166666666666666-2.306666666666665t2.3433333333333333-0.9766666666666648h30z"/></g> </IconBase> ); } }