@nant-design/nant-icons
Version:
8 lines (6 loc) • 359 B
JSX
import React from 'react';
export const LogoYen = ({width="410",height="404",fill="url(#b)",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M448 32h-80L256 253.13 144 32H64l112.37 208H128v48h73.56L216 319v17h-88v48h88v96h80v-96h88v-48h-88v-17l14.89-31H384v-48h-48.29Z"/>
</svg>;
};