@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.75 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function SubwayOutline(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('rect', { x: '112', y: '32', width: '288', height: '352', rx: '48', ry: '48', fill: 'none', stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '32', d: 'M208 80h96' }), React.createElement('rect', { x: '112', y: '128', width: '288', height: '96', rx: '32', ry: '32', fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '32' }), React.createElement('circle', { cx: '176', cy: '320', r: '16', fill: 'none', stroke: 'currentColor', 'stroke-linejoin': 'round', 'stroke-width': '32' }), React.createElement('circle', { cx: '336', cy: '320', r: '16', fill: 'none', stroke: 'currentColor', 'stroke-linejoin': 'round', 'stroke-width': '32' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '32', d: 'M144 464h224' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '32', d: 'M336 432l48 48' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '32', d: 'M176 432l-48 48' }))
})