UNPKG

@ricons/tabler

Version:

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

5 lines (4 loc) 990 B
import * as React from 'react' export default React.forwardRef(function BrandDiscord(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('circle', { cx: '9', cy: '12', r: '1' }), React.createElement('circle', { cx: '15', cy: '12', r: '1' }), React.createElement('path', { d: 'M7.5 7.5c3.5-1 5.5-1 9 0' }), React.createElement('path', { d: 'M7 16.5c3.5 1 6.5 1 10 0' }), React.createElement('path', { d: 'M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833-1.667 3.5-3c.667-1.667.5-5.833-1.5-11.5c-1.457-1.015-3-1.34-4.5-1.5l-1 2.5' }), React.createElement('path', { d: 'M8.5 17c0 1-1.356 3-1.832 3c-1.429 0-2.698-1.667-3.333-3c-.635-1.667-.476-5.833 1.428-11.5C6.151 4.485 7.545 4.16 9 4l1 2.5' }))) })