@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.76 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function TicketOutline(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', { fill: 'none', stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M366.05 146a46.7 46.7 0 0 1-2.42-63.42a3.87 3.87 0 0 0-.22-5.26l-44.13-44.18a3.89 3.89 0 0 0-5.5 0l-70.34 70.34a23.62 23.62 0 0 0-5.71 9.24h0a23.66 23.66 0 0 1-14.95 15h0a23.7 23.7 0 0 0-9.25 5.71L33.14 313.78a3.89 3.89 0 0 0 0 5.5l44.13 44.13a3.87 3.87 0 0 0 5.26.22a46.69 46.69 0 0 1 65.84 65.84a3.87 3.87 0 0 0 .22 5.26l44.13 44.13a3.89 3.89 0 0 0 5.5 0l180.4-180.39a23.7 23.7 0 0 0 5.71-9.25h0a23.66 23.66 0 0 1 14.95-15h0a23.62 23.62 0 0 0 9.24-5.71l70.34-70.34a3.89 3.89 0 0 0 0-5.5l-44.13-44.13a3.87 3.87 0 0 0-5.26-.22a46.7 46.7 0 0 1-63.42-2.32z' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M250.5 140.44l-16.51-16.51' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M294.52 184.46l-11.01-11' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M338.54 228.49l-11-11.01' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-miterlimit': '10', 'stroke-width': '32', 'stroke-linecap': 'round', d: 'M388.07 278.01l-16.51-16.51' }))
})