UNPKG

@ricons/tabler

Version:

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

7 lines (6 loc) 1.07 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function BallFootballOff(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: 'M20.041 16.046A9 9 0 0 0 7.957 3.956M5.634 5.639a9 9 0 0 0 12.726 12.73' }), React.createElement('path', { d: 'M12 7l4.755 3.455l-.566 1.743l-.98 3.014L15 16H9l-1.755-5.545l1.86-1.351l2.313-1.681z' }), React.createElement('path', { d: 'M12 7V3' }), React.createElement('path', { d: 'M15 16l2.5 3' }), React.createElement('path', { d: 'M16.755 10.455L20.5 9' }), React.createElement('path', { d: 'M9.061 16.045L6.5 19' }), React.createElement('path', { d: 'M7.245 10.455L3.5 9' }), React.createElement('path', { d: 'M3 3l18 18' }))) })