@nant-design/nant-icons
Version:
10 lines (7 loc) • 491 B
JSX
import React from 'react';
export const VolumeMediumSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M157.65 176.1H64v159.8h93.65L288 440V72L157.65 176.1z"/>
<path d="M352 320c9.74-19.41 16-40.81 16-64 0-23.51-6-44.4-16-64m48 176c19.48-34 32-64 32-112s-12-77.7-32-112" fill="none" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};