UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.16 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 Face6 = createIcon("Face6", [ [ "path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 11.99 4 11.98 4 11.97C6.31 11.75 7.43 10.38 8.34 8.56C8.51 8.21 8.85 8 9.24 8H14.77C15.15 8 15.49 8.21 15.66 8.55C16.56 10.35 17.65 11.74 20 11.96C20 11.97 20 11.98 20 11.99C20 16.41 16.41 20 12 20Z", key: "11uppc" } ], [ "path", { d: "M9 14.25C9.69036 14.25 10.25 13.6904 10.25 13C10.25 12.3096 9.69036 11.75 9 11.75C8.30964 11.75 7.75 12.3096 7.75 13C7.75 13.6904 8.30964 14.25 9 14.25Z", key: "1stqvt" } ], [ "path", { d: "M15 14.25C15.6904 14.25 16.25 13.6904 16.25 13C16.25 12.3096 15.6904 11.75 15 11.75C14.3096 11.75 13.75 12.3096 13.75 13C13.75 13.6904 14.3096 14.25 15 14.25Z", key: "ejdty3" } ] ]); export { Face6 as default }; //# sourceMappingURL=face_6.js.map