UNPKG

@ricons/tabler

Version:

React SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)

7 lines (6 loc) 1.16 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function VirusSearch(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: 'M17 12a5 5 0 1 0-5 5' }), 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: '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: 'M8.464 8.464L5.636 5.636m-.707.707L6.343 4.93' }), React.createElement('circle', { cx: '17.5', cy: '17.5', r: '2.5' }), React.createElement('path', { d: 'M19.5 19.5L22 22' }))) })