UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 419 B
import React from 'react'; export const StarHalf = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M480 208H308L256 48l-52 160H32l140 96-54 160 138-100 138 100-54-160Z" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <path d="M256 48v316L118 464l54-160-140-96h172l52-160z"/> </svg>; };