UNPKG

react-open-iconic-svg

Version:
14 lines (13 loc) 716 B
import React from "react"; export default function AudioIcon(props) { return ( <svg width="8" height="8" {...props} className={`open-iconic open-iconic-audio-icon ${props.className}`} > <path d="M1.16 1C.44 1.72 0 2.71 0 3.81s.43 2.12 1.16 2.84l.72-.72C1.34 5.39 1 4.64 1 3.8c0-.83.33-1.55.88-2.09L1.16.99zm5.69 0l-.72.72c.54.54.88 1.26.88 2.09 0 .83-.33 1.58-.88 2.13l.72.72c.72-.72 1.16-1.74 1.16-2.84 0-1.1-.43-2.09-1.16-2.81zM2.6 2.41c-.36.36-.59.86-.59 1.41 0 .55.23 1.08.59 1.44l.69-.72c-.18-.18-.28-.44-.28-.72 0-.28.1-.5.28-.69l-.69-.72zm2.81 0l-.69.72c.18.18.28.41.28.69 0 .28-.1.54-.28.72l.69.72c.36-.36.59-.89.59-1.44 0-.55-.23-1.05-.59-1.41z" /> </svg> ); }