@untitledui/icons
Version:
Official React library for Untitled UI Icons
2 lines (1 loc) • 402 B
JavaScript
import*as r from"react";const t=({size:o=24,color:e="currentColor",...i})=>r.createElement("svg",{viewBox:"0 0 24 24",width:o,height:o,stroke:e,strokeWidth:"2",fill:"none",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",...i},r.createElement("path",{d:"M6 16h12M6 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm12 0a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"}));t.displayName="Voicemail";export{t as Voicemail};