import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandDiscord = withIcon(function IconBrandDiscord(props) {
    return (<svg data-tag="IconBrandDiscord" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.942 5.548a16.275 16.275 0 0 0-4.126-1.298c-.178.322-.386.754-.529 1.099a15.132 15.132 0 0 0-4.573 0A11.748 11.748 0 0 0 9.18 4.25a16.222 16.222 0 0 0-4.13 1.301c-2.611 3.95-3.319 7.803-2.965 11.601a16.488 16.488 0 0 0 5.06 2.596c.408-.561.771-1.158 1.084-1.787a10.655 10.655 0 0 1-1.706-.831c.143-.107.283-.217.418-.332 3.29 1.541 6.866 1.541 10.118 0 .137.115.277.226.418.332-.54.326-1.113.606-1.71.833.314.627.675 1.226 1.084 1.787a16.456 16.456 0 0 0 5.064-2.598c.415-4.402-.71-8.22-2.973-11.604M8.678 14.817c-.988 0-1.798-.924-1.798-2.048s.792-2.05 1.798-2.05c1.005 0 1.815.924 1.798 2.05.001 1.124-.793 2.048-1.798 2.048m6.644 0c-.988 0-1.798-.924-1.798-2.048s.793-2.05 1.798-2.05c1.006 0 1.816.924 1.798 2.05 0 1.124-.793 2.048-1.798 2.048"/>
    </svg>);
});
//# sourceMappingURL=BrandDiscord.jsx.map