UNPKG

google-material-icons

Version:

A google material icon library package for React applications

43 lines (39 loc) 1.5 kB
/** * @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: "M10.5 10.0119C11.3284 10.0119 12 9.3403 12 8.51188C12 7.68345 11.3284 7.01188 10.5 7.01188C9.67157 7.01188 9 7.68345 9 8.51188C9 9.3403 9.67157 10.0119 10.5 10.0119Z", key: "ip4dlm" } ], [ "path", { d: "M8.5 15.0119C9.32843 15.0119 10 14.3403 10 13.5119C10 12.6834 9.32843 12.0119 8.5 12.0119C7.67157 12.0119 7 12.6834 7 13.5119C7 14.3403 7.67157 15.0119 8.5 15.0119Z", key: "950n42" } ], [ "path", { d: "M15 16.0119C15.5523 16.0119 16 15.5642 16 15.0119C16 14.4596 15.5523 14.0119 15 14.0119C14.4477 14.0119 14 14.4596 14 15.0119C14 15.5642 14.4477 16.0119 15 16.0119Z", key: "1fxvw1" } ], [ "path", { d: "M21.95 11.0019C20.16 10.9719 18.25 9.05188 19.27 6.78188C16.3 7.78188 13.49 5.19188 14.08 2.22188C7.11 0.751877 2 6.42188 2 12.0119C2 17.5319 6.48 22.0119 12 22.0119C17.89 22.0119 22.54 16.9319 21.95 11.0019ZM12 20.0119C7.59 20.0119 4 16.4219 4 12.0119C4 8.70188 6.73 3.83188 12.08 3.99188C12.5 6.53188 14.52 8.55188 17.07 8.93188C17.14 9.29188 17.59 11.4819 19.99 12.5619C19.7 16.8719 16.06 20.0119 12 20.0119Z", key: "1falbx" } ] ]); export { Cookie as default }; //# sourceMappingURL=cookie.js.map