UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.74 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdScreenLockPortrait extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m28.36 31.640000000000004v-23.28333333333334h-16.71666666666667v23.283333333333335h16.71666666666667z m0-30q1.3283333333333331 0 2.3049999999999997 1.0166666666666666t0.9750000000000014 2.341666666666667v29.999999999999996q0 1.326666666666668-0.9766666666666666 2.3416666666666686t-2.306666666666665 1.0166666666666657h-16.71333333333334q-1.3299999999999983 0-2.306666666666665-1.0166666666666657t-0.9766666666666648-2.3400000000000034v-30q0-1.33 0.9766666666666666-2.345t2.3049999999999997-1.0166666666666666h16.71666666666667z m-10.391666666666666 15v1.716666666666665h4.066666666666666v-1.7166666666666686q0-0.7833333333333332-0.5883333333333347-1.3666666666666671t-1.4466666666666654-0.5866666666666678-1.4450000000000003 0.586666666666666-0.586666666666666 1.3666666666666654z m-1.326666666666668 10q-0.7033333333333331 0-1.1716666666666669-0.466666666666665t-0.46999999999999886-1.1733333333333391v-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"/></g> </IconBase> ); } }