UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.52 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdNetworkLocked extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m35 26.64v-2.5q0-1.0166666666666657-0.7033333333333331-1.7583333333333329t-1.7966666666666669-0.7433333333333323-1.7966666666666669 0.7416666666666671-0.7033333333333331 1.7583333333333329v2.5h5z m1.6400000000000006 0q0.7033333333333331 0 1.211666666666666 0.5083333333333329t0.509999999999998 1.2100000000000009v6.641666666666666q0 0.7033333333333331-0.5083333333333329 1.1716666666666669t-1.2100000000000009 0.46666666666666856h-8.283333333333331q-0.6999999999999993 0-1.2100000000000009-0.46666666666666856t-0.5116666666666632-1.1716666666666669v-6.640000000000001q0-0.7033333333333331 0.5083333333333329-1.211666666666666t1.211666666666666-0.5100000000000016v-2.5q0-1.716666666666665 1.211666666666666-2.9299999999999997t2.9299999999999997-1.2083333333333321 2.9299999999999997 1.2100000000000009 1.211666666666666 2.9299999999999997v2.5z m-4.140000000000001-10q-3.125 0-5.313333333333333 2.1883333333333326t-2.1866666666666674 5.313333333333333v0.466666666666665q-1.6416666666666657 1.4866666666666681-1.6416666666666657 3.75v5.0000000000000036h-21.71666666666667l31.715000000000003-31.715v15.078333333333333q-0.1566666666666663 0-0.4299999999999997-0.038333333333333997t-0.4299999999999997-0.03999999999999915z"/></g> </IconBase> ); } }