@ricons/tabler
Version:
React SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)
7 lines (6 loc) • 1.17 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function VirusOff(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 24 24' }, props, { ref: ref }), React.createElement('g', { fill: 'none', stroke: 'currentColor', 'stroke-width': '2', 'stroke-linecap': 'round', 'stroke-linejoin': 'round' }, React.createElement('path', { d: 'M3 3l18 18' }), React.createElement('path', { d: 'M8.469 8.46a5 5 0 0 0 7.058 7.084m1.386-2.608a5 5 0 0 0-5.826-5.853' }), React.createElement('path', { d: 'M12 7V3m-1 0h2' }), React.createElement('path', { d: 'M15.536 8.464l2.828-2.828m-.707-.707l1.414 1.414' }), React.createElement('path', { d: 'M17 12h4m0-1v2' }), React.createElement('path', { d: 'M18.364 18.364l-.707.707' }), React.createElement('path', { d: 'M12 17v4m1 0h-2' }), React.createElement('path', { d: 'M8.464 15.536l-2.828 2.828m.707.707L4.93 17.657' }), React.createElement('path', { d: 'M7 12H3m0 1v-2' }), React.createElement('path', { d: 'M5.636 5.636l-.707.707' })))
})