UNPKG

@ricons/ionicons5

Version:

React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)

7 lines (6 loc) 1.8 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function SpeedometerOutline(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 512 512' }, props, { ref: ref }), React.createElement('path', { d: 'M326.1 231.9l-47.5 75.5a31 31 0 0 1-7 7a30.11 30.11 0 0 1-35-49l75.5-47.5a10.23 10.23 0 0 1 11.7 0a10.06 10.06 0 0 1 2.3 14z', fill: 'currentColor' }), React.createElement('path', { d: 'M256 64C132.3 64 32 164.2 32 287.9a223.18 223.18 0 0 0 56.3 148.5c1.1 1.2 2.1 2.4 3.2 3.5a25.19 25.19 0 0 0 37.1-.1a173.13 173.13 0 0 1 254.8 0a25.19 25.19 0 0 0 37.1.1l3.2-3.5A223.18 223.18 0 0 0 480 287.9C480 164.2 379.7 64 256 64z', fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '32' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M256 128v32' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M416 288h-32' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M128 288H96' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M165.49 197.49l-22.63-22.63' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M346.51 197.49l22.63-22.63' })) })