import { h } from 'preact' export const VolumeSize = 25 export const VolumeOnIcon = ({ size = VolumeSize, onClick = () => {} }) => ( ) export const VolumeOffIcon = ({ size = VolumeSize, onClick = () => {} }) => ( )