import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSparkles = withIcon(function IconSparkles(props) {
    return (<svg data-tag="IconSparkles" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M11.312 10.648c-1.27.272-2.013.523-2.487 1.027-.474.504-.678 1.26-.87 2.545l-.172 1.144-.172 1.144c-.046.309-.105.494-.231.603-.126.108-.318.139-.63.139s-.504-.031-.63-.14c-.126-.108-.185-.293-.231-.602l-.172-1.144-.171-1.144c-.193-1.284-.397-2.041-.871-2.545s-1.217-.755-2.487-1.027c-.29-.063-.462-.127-.562-.25-.1-.123-.126-.305-.126-.602v-.092c0-.297.027-.479.126-.602.1-.123.272-.187.562-.25 1.27-.272 2.013-.523 2.487-1.027.473-.504.678-1.26.87-2.545l.172-1.144.172-1.144c.046-.309.105-.494.23-.602.127-.109.319-.14.63-.14.313 0 .505.031.63.14.127.108.186.293.232.602l.172 1.144.171 1.144c.193 1.284.397 2.041.871 2.545s1.217.755 2.486 1.028c.291.062.463.126.563.249.099.123.126.305.126.602v.092c0 .297-.027.48-.126.602-.1.123-.272.187-.562.25m10.476.46c-.76-.152-1.206-.296-1.494-.593-.287-.297-.416-.747-.544-1.512l-.063-.381-.064-.382c-.051-.31-.113-.494-.24-.602-.127-.107-.32-.138-.633-.138s-.506.03-.633.138c-.127.108-.189.293-.24.602l-.064.382-.064.381c-.127.765-.256 1.215-.544 1.512-.287.297-.733.44-1.493.593-.3.06-.478.124-.581.25-.103.125-.131.312-.131.618v.048c0 .306.028.493.131.619.103.125.281.19.58.25.761.151 1.207.295 1.494.592.288.297.417.747.544 1.512l.064.382.064.381c.051.31.113.494.24.602.127.108.32.138.633.138s.506-.03.633-.138c.127-.108.189-.293.24-.602l.064-.381.063-.382c.128-.765.257-1.215.544-1.512.288-.297.734-.44 1.494-.593.3-.06.478-.124.58-.25.104-.125.132-.312.132-.618v-.048c0-.306-.028-.493-.131-.619-.103-.125-.281-.19-.58-.25m-6.764 6.051c-.529-.066-.846-.153-1.044-.356-.198-.203-.277-.522-.33-1.052l-.038-.377-.037-.378c-.031-.306-.083-.493-.204-.603-.122-.11-.313-.143-.621-.143s-.5.033-.62.143c-.122.11-.174.297-.205.603l-.037.378-.038.377c-.053.53-.132.85-.33 1.052-.198.203-.515.29-1.044.356-.3.038-.482.092-.588.213-.107.12-.138.307-.138.61v.037c0 .302.031.489.138.61.106.12.288.174.588.212.529.066.846.153 1.044.356.198.203.277.522.33 1.052l.038.378.037.377c.031.307.083.493.204.603.122.11.313.143.621.143s.5-.033.62-.143c.122-.11.174-.296.205-.603l.037-.378.038-.377c.053-.53.132-.85.33-1.052.198-.203.515-.29 1.044-.356.3-.038.482-.092.588-.213.107-.12.138-.307.138-.61v-.036c0-.303-.031-.49-.138-.61-.106-.121-.288-.175-.588-.213"/>
    </svg>);
});
//# sourceMappingURL=Sparkles.jsx.map