export function GlyphsA(props, key) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 80 80" {...props} key={key}><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M29.334 48.4h21.333M24 64l15.434-47.589a.595.595 0 0 1 1.132 0L56 64"/></svg>
)
}