@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.1 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function VolumeHighSharp(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: 'M320 320c9.74-19.38 16-40.84 16-64c0-23.48-6-44.42-16-64', fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-miterlimit': '10', 'stroke-width': '32' }), React.createElement('path', { d: 'M368 368c19.48-33.92 32-64.06 32-112s-12-77.74-32-112', fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-miterlimit': '10', 'stroke-width': '32' }), React.createElement('path', { d: 'M416 416c30-46 48-91.43 48-160s-18-113-48-160', fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-miterlimit': '10', 'stroke-width': '32' }), React.createElement('path', { d: 'M125.65 176.1H32v159.8h93.65L256 440V72L125.65 176.1z', fill: 'currentColor' }))
})