@nant-design/nant-icons
Version:
8 lines (6 loc) • 319 B
JSX
import React from 'react';
export const StarSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M496 203.3H312.36L256 32l-56.36 171.3H16l150.21 105.4-58.5 171.3L256 373.84 404.29 480l-58.61-171.3Z"/>
</svg>;
};