import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVideoGame = withIcon(function IconVideoGame(props) {
    return (<svg data-tag="IconVideoGame" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3.75c-3.75 0-6.375 1.202-8.062 3.209C2.25 8.966 1.5 11.779 1.5 15c0 1.331.095 2.456.424 3.249.329.792.892 1.251 1.826 1.251 1.5 0 2.472-1.125 3.615-2.25C8.507 16.125 9.82 15 12 15c2.18 0 3.493 1.125 4.635 2.25 1.143 1.125 2.115 2.25 3.615 2.25.935 0 1.497-.46 1.826-1.251.329-.793.424-1.918.424-3.249 0-3.221-.75-6.034-2.437-8.041C18.375 4.952 15.75 3.75 12 3.75m-3 7.5c-.3 0-.488.037-.6.15-.113.112-.15.3-.15.6s-.037.488-.15.6c-.112.113-.3.15-.6.15s-.487-.037-.6-.15c-.113-.112-.15-.3-.15-.6s-.037-.488-.15-.6c-.112-.113-.3-.15-.6-.15s-.487-.037-.6-.15c-.113-.112-.15-.3-.15-.6s.037-.488.15-.6c.112-.113.3-.15.6-.15s.487-.037.6-.15c.113-.112.15-.3.15-.6s.037-.488.15-.6c.112-.113.3-.15.6-.15s.487.037.6.15c.113.112.15.3.15.6s.037.488.15.6c.112.113.3.15.6.15s.488.037.6.15c.113.112.15.3.15.6s-.037.488-.15.6c-.112.113-.3.15-.6.15m7.487.539a1.123 1.123 0 0 1-2.237-.164 1.123 1.123 0 0 1 .961-1.112c.469-.066.76-.143.95-.329.191-.185.283-.478.352-.973a1.123 1.123 0 0 1 2.237.164 1.123 1.123 0 0 1-.962 1.112c-.468.066-.758.143-.95.329-.19.185-.282.478-.35.973"/>
    </svg>);
});
//# sourceMappingURL=VideoGame.jsx.map