UNPKG

@ricons/tabler

Version:

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

5 lines (4 loc) 1.09 kB
import * as React from 'react' export default React.forwardRef(function BrandDocker(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: 'M22 12.54c-1.804-.345-2.701-1.08-3.523-2.94c-.487.696-1.102 1.568-.92 2.4c.028.238-.32 1.002-.557 1H3c0 5.208 3.164 7 6.196 7c4.124.022 7.828-1.376 9.854-5c1.146-.101 2.296-1.505 2.95-2.46z' }), React.createElement('path', { d: 'M5 10h3v3H5z' }), React.createElement('path', { d: 'M8 10h3v3H8z' }), React.createElement('path', { d: 'M11 10h3v3h-3z' }), React.createElement('path', { d: 'M8 7h3v3H8z' }), React.createElement('path', { d: 'M11 7h3v3h-3z' }), React.createElement('path', { d: 'M11 4h3v3h-3z' }), React.createElement('path', { d: 'M4.571 18c1.5 0 2.047-.074 2.958-.78' }), React.createElement('path', { d: 'M10 16v.01' }))) })