@ricons/tabler
Version:
React SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)
7 lines (6 loc) • 844 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function Rotate2(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: 'M15 4.55a8 8 0 0 0-6 14.9M9 15v5H4' }), React.createElement('path', { d: 'M18.37 7.16v.01' }), React.createElement('path', { d: 'M13 19.94v.01' }), React.createElement('path', { d: 'M16.84 18.37v.01' }), React.createElement('path', { d: 'M19.37 15.1v.01' }), React.createElement('path', { d: 'M19.94 11v.01' })))
})