@nant-design/nant-icons
Version:
10 lines (7 loc) • 366 B
JSX
import React from 'react';
export const LogoAngular = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M213.57 256h84.85l-42.43-89.36L213.57 256z"/>
<path d="M256 32 32 112l46.12 272L256 480l177.75-96L480 112Zm88 320-26.59-56H194.58L168 352h-40L256 72l128 280Z"/>
</svg>;
};