import React from 'react';
import withIcon from '../lib/withIcon';
export const IconStar = withIcon(function IconStar(props) {
    return (<svg data-tag="IconStar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M17.548 15.144c1.072 3.368 1.374 5.222.69 5.719-.685.496-2.356-.364-5.233-2.423-.54-.387-.772-.58-1.005-.58-.233 0-.466.193-1.005.58-2.877 2.059-4.548 2.92-5.233 2.423-.684-.497-.381-2.35.69-5.72.202-.632.314-.913.242-1.134-.072-.22-.328-.382-.863-.776-2.85-2.096-4.185-3.418-3.924-4.221.262-.804 2.12-1.09 5.659-1.112.664-.004.966.015 1.155-.121.188-.137.262-.43.472-1.06C10.308 3.365 11.154 1.688 12 1.688c.846 0 1.692 1.677 2.807 5.031.21.63.284.923.472 1.06.189.136.49.117 1.155.121 3.539.023 5.397.308 5.659 1.112.261.803-1.075 2.125-3.924 4.221-.535.394-.79.555-.863.776-.072.221.04.502.242 1.135"/>
    </svg>);
});
//# sourceMappingURL=Star.jsx.map