import * as React from "react";
import { UimIconProps } from '../index.types'

function UimStarHalfAlt(props: UimIconProps) {
  return <svg enableBackground="new 0 0 24 24" viewBox="0 0 24 24" width={props.size || '1em'} height={props.size || '1em'} fill="currentColor" {...props}><path opacity={0.5} d="M21.95117,9.67041c-0.11768-0.36194-0.43052-0.62576-0.80713-0.68066l-5.69873-0.82813L12.897,2.99805c-0.17718-0.32748-0.52492-0.52597-0.897-0.512v16.27909l5.09717,2.67968c0.48896,0.257,1.09369,0.06895,1.35069-0.42001c0.10228-0.19461,0.1376-0.41749,0.10048-0.63419l-0.97363-5.67578l4.12353-4.019C21.97077,10.42999,22.06881,10.0325,21.95117,9.67041z" /><path opacity={1} d="M11.10303,2.99805L8.55469,8.16168L2.85596,8.98987C2.63849,9.02155,2.4375,9.12396,2.28406,9.28125c-0.38574,0.39551-0.37781,1.02887,0.0177,1.41461l4.12354,4.01898l-0.97363,5.67578c-0.03711,0.21667-0.00177,0.43958,0.10046,0.63416c0.25702,0.48901,0.86176,0.67706,1.35071,0.42004L12,18.76514V2.50342C11.64441,2.50421,11.29694,2.66968,11.10303,2.99805z" /></svg>;
}

export default UimStarHalfAlt;