google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.29 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Cookie = createIcon("Cookie", [
[
"path",
{
d: "M21.9495 11.0043C20.1595 10.9743 18.2495 9.05429 19.2695 6.78429C16.2895 7.78429 13.4995 5.19429 14.0795 2.22429C6.94951 0.724288 1.99951 6.59429 1.99951 12.0143C1.99951 17.5343 6.47951 22.0143 11.9995 22.0143C17.8895 22.0143 22.5395 16.9343 21.9495 11.0043ZM8.49951 15.0143C7.66951 15.0143 6.99951 14.3443 6.99951 13.5143C6.99951 12.6843 7.66951 12.0143 8.49951 12.0143C9.32951 12.0143 9.99951 12.6843 9.99951 13.5143C9.99951 14.3443 9.32951 15.0143 8.49951 15.0143ZM10.4995 10.0143C9.66951 10.0143 8.99951 9.34429 8.99951 8.51429C8.99951 7.68429 9.66951 7.01429 10.4995 7.01429C11.3295 7.01429 11.9995 7.68429 11.9995 8.51429C11.9995 9.34429 11.3295 10.0143 10.4995 10.0143ZM14.9995 16.0143C14.4495 16.0143 13.9995 15.5643 13.9995 15.0143C13.9995 14.4643 14.4495 14.0143 14.9995 14.0143C15.5495 14.0143 15.9995 14.4643 15.9995 15.0143C15.9995 15.5643 15.5495 16.0143 14.9995 16.0143Z",
key: "xs1orj"
}
]
]);
export { Cookie as default };
//# sourceMappingURL=cookie.js.map