UNPKG

@ricons/tabler

Version:

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

7 lines (6 loc) 942 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function MoodBoy(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 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1-.29 4.36a9 9 0 0 1-17.137 0a2.5 2.5 0 0 1-.29-4.36a9 9 0 0 1 3.746-5.81' }), React.createElement('path', { d: 'M9.5 16a3.5 3.5 0 0 0 5 0' }), React.createElement('path', { d: 'M8.5 2C10 3 11 5.5 11 7' }), React.createElement('path', { d: 'M12.5 2c1.5 2 2 3.5 2 5' }), React.createElement('path', { d: 'M9 12h.01' }), React.createElement('path', { d: 'M15 12h.01' }))) })