@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.01 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function PrintSharp(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: 'M400 96V56a8 8 0 0 0-8-8H120a8 8 0 0 0-8 8v40', fill: 'currentColor' }), React.createElement('rect', { x: '152', y: '264', width: '208', height: '160', rx: '4', ry: '4', fill: 'none' }), React.createElement('rect', { x: '152', y: '264', width: '208', height: '160', rx: '4', ry: '4', fill: 'none' }), React.createElement('path', { d: 'M408 112H104a56 56 0 0 0-56 56v208a8 8 0 0 0 8 8h56v72a8 8 0 0 0 8 8h272a8 8 0 0 0 8-8v-72h56a8 8 0 0 0 8-8V168a56 56 0 0 0-56-56zm-48 308a4 4 0 0 1-4 4H156a4 4 0 0 1-4-4V268a4 4 0 0 1 4-4h200a4 4 0 0 1 4 4zm34-212.08a24 24 0 1 1 22-22a24 24 0 0 1-22 22z', fill: 'currentColor' }))
})