import React from 'react';
import withIcon from '../lib/withIcon';
export const IconColorPalette = withIcon(function IconColorPalette(props) {
    return (<svg data-tag="IconColorPalette" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3.75c-3.513 0-5.763.934-7.135 2.034C3.493 6.884 3 8.15 3 8.812c0 .306.102.54.317.698.216.158.544.24.995.24h1.313c.434 0 .715.101.888.245a.644.644 0 0 1 .237.505c0 .571-.937.95-1.875 1.543C3.938 12.635 3 13.44 3 14.862c0 1.008.55 2.356 1.95 3.45C6.35 19.407 8.6 20.25 12 20.25c3.214 0 5.652-.723 7.286-2.115C20.92 16.742 21.75 14.679 21.75 12c0-2.68-.83-4.742-2.464-6.135C17.652 4.473 15.214 3.75 12 3.75M11.25 18c-.618 0-1.087-.131-1.401-.385-.314-.253-.474-.628-.474-1.115s.16-.862.474-1.115c.314-.254.783-.385 1.401-.385s1.087.131 1.401.385c.314.253.474.628.474 1.115s-.16.862-.474 1.115c-.314.254-.783.385-1.401.385m4.5-8.25c-.618 0-1.087-.131-1.401-.385-.314-.253-.474-.628-.474-1.115s.16-.862.474-1.115c.314-.254.783-.385 1.401-.385s1.087.131 1.401.385c.314.253.474.628.474 1.115s-.16.862-.474 1.115c-.314.254-.783.385-1.401.385m1.5 5.25c-.618 0-1.087-.131-1.401-.385-.314-.253-.474-.628-.474-1.115s.16-.862.474-1.115c.314-.254.783-.385 1.401-.385s1.087.131 1.401.385c.314.253.474.628.474 1.115s-.16.862-.474 1.115c-.314.254-.783.385-1.401.385"/>
    </svg>);
});
//# sourceMappingURL=ColorPalette.jsx.map