UNPKG

@ricons/ionicons5

Version:

React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)

7 lines (6 loc) 2.1 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function Business(props, ref) { return React.createElement('svg', Object.assign({ xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', viewBox: '0 0 512 512' }, props, { ref: ref }), React.createElement('path', { d: 'M432 176H320V64a48 48 0 0 0-48-48H80a48 48 0 0 0-48 48v416a16 16 0 0 0 16 16h104a8 8 0 0 0 8-8v-71.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 192 416v72a8 8 0 0 0 8 8h264a16 16 0 0 0 16-16V224a48 48 0 0 0-48-48zM98.08 431.87a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm80 240a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm80 320a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zm0-80a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79zM444 464H320V208h112a16 16 0 0 1 16 16v236a4 4 0 0 1-4 4z', fill: 'currentColor' }), React.createElement('path', { d: 'M400 400a16 16 0 1 0 16 16a16 16 0 0 0-16-16z', fill: 'currentColor' }), React.createElement('path', { d: 'M400 320a16 16 0 1 0 16 16a16 16 0 0 0-16-16z', fill: 'currentColor' }), React.createElement('path', { d: 'M400 240a16 16 0 1 0 16 16a16 16 0 0 0-16-16z', fill: 'currentColor' }), React.createElement('path', { d: 'M336 400a16 16 0 1 0 16 16a16 16 0 0 0-16-16z', fill: 'currentColor' }), React.createElement('path', { d: 'M336 320a16 16 0 1 0 16 16a16 16 0 0 0-16-16z', fill: 'currentColor' }), React.createElement('path', { d: 'M336 240a16 16 0 1 0 16 16a16 16 0 0 0-16-16z', fill: 'currentColor' })) })