UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.4 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 Face3 = createIcon("Face3", [ [ "path", { d: "M9.00446 13.25C9.69481 13.25 10.2545 12.6904 10.2545 12C10.2545 11.3096 9.69481 10.75 9.00446 10.75C8.3141 10.75 7.75446 11.3096 7.75446 12C7.75446 12.6904 8.3141 13.25 9.00446 13.25Z", key: "1fzci8" } ], [ "path", { d: "M15.0045 13.25C15.6948 13.25 16.2545 12.6904 16.2545 12C16.2545 11.3096 15.6948 10.75 15.0045 10.75C14.3141 10.75 13.7545 11.3096 13.7545 12C13.7545 12.6904 14.3141 13.25 15.0045 13.25Z", key: "pgkyz9" } ], [ "path", { d: "M22.9145 10.96C22.3945 5.32 17.6645 1 12.0045 1C6.34446 1 1.61446 5.32 1.09446 10.96L0.194457 20.82C0.0944567 21.99 1.01446 23 2.19446 23H21.8145C22.9945 23 23.9145 21.99 23.8045 20.82L22.9145 10.96ZM4.54446 8.13C5.41446 8.68 6.43446 9 7.50446 9C9.36446 9 11.0045 8.07 12.0045 6.65C13.0045 8.07 14.6445 9 16.5045 9C17.5745 9 18.5945 8.68 19.4645 8.13C19.8045 9.02 20.0045 9.99 20.0045 11C20.0045 15.41 16.4145 19 12.0045 19C7.59446 19 4.00446 15.41 4.00446 11C4.00446 9.99 4.20446 9.02 4.54446 8.13Z", key: "1qyeu9" } ] ]); export { Face3 as default }; //# sourceMappingURL=face_3.js.map