UNPKG

@ricons/tabler

Version:

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

7 lines (6 loc) 800 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function MathFunction(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: 'M14 10h1c1 0 1 1 2.016 3.527C18 16 18 17 19 17h1' }), React.createElement('path', { d: 'M13 17c1.5 0 3-2 4-3.5s2.5-3.5 4-3.5' }), React.createElement('path', { d: 'M3 19c0 1.5.5 2 2 2s2-4 3-9s1.5-9 3-9s2 .5 2 2' }), React.createElement('path', { d: 'M5 12h6' }))) })