UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

18 lines (15 loc) 743 B
import _extends from 'babel-runtime/helpers/extends'; import React from 'react'; import Icon from 'react-icon-base'; var MdPageview = function MdPageview(props) { return React.createElement( Icon, _extends({ viewBox: '0 0 40 40' }, props), React.createElement( 'g', null, React.createElement('path', { d: 'm28 30.3l2.3-2.3-4.8-4.9c0.7-1.1 1.1-2.5 1.1-4 0-4.1-3.3-7.5-7.5-7.5s-7.5 3.4-7.5 7.5 3.4 7.5 7.5 7.5c1.5 0 2.9-0.4 4-1.1z m5.4-23.7c1.8 0 3.2 1.6 3.2 3.4v20c0 1.8-1.4 3.4-3.2 3.4h-26.8c-1.8 0-3.2-1.6-3.2-3.4v-20c0-1.8 1.4-3.4 3.2-3.4h26.8z m-14.3 8.4c2.3 0 4.3 1.9 4.3 4.1s-2 4.3-4.3 4.3-4.1-2-4.1-4.3 1.9-4.1 4.1-4.1z' }) ) ); }; export default MdPageview;