@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 860 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function Barcode(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: 'M419.13 96H419l-35.05.33L128 96h-.16l-36.74.33C66.93 96.38 48 116.07 48 141.2v230.27c0 25.15 19 44.86 43.2 44.86h.15l36.71-.33l255.92.33h.17l35.07-.33A44.91 44.91 0 0 0 464 371.13V140.87A44.92 44.92 0 0 0 419.13 96zM144 320a16 16 0 0 1-32 0V192a16 16 0 0 1 32 0zm64 32a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0zm64-16a16 16 0 0 1-32 0V176a16 16 0 0 1 32 0zm64 16a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0zm64-32a16 16 0 0 1-32 0V192a16 16 0 0 1 32 0z', fill: 'currentColor' }))
})