google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.72 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 Face3 = createIcon("Face3", [
[
"path",
{
d: "M9.00397 13.25C9.69432 13.25 10.254 12.6904 10.254 12C10.254 11.3096 9.69432 10.75 9.00397 10.75C8.31361 10.75 7.75397 11.3096 7.75397 12C7.75397 12.6904 8.31361 13.25 9.00397 13.25Z",
key: "677atq"
}
],
[
"path",
{
d: "M15.004 13.25C15.6943 13.25 16.254 12.6904 16.254 12C16.254 11.3096 15.6943 10.75 15.004 10.75C14.3136 10.75 13.754 11.3096 13.754 12C13.754 12.6904 14.3136 13.25 15.004 13.25Z",
key: "1d4u1u"
}
],
[
"path",
{
d: "M22.914 10.96C22.394 5.32 17.664 1 12.004 1C6.34397 1 1.61397 5.32 1.09397 10.96L0.193968 20.82C0.0939684 21.99 1.01397 23 2.19397 23H21.814C22.994 23 23.914 21.99 23.804 20.82L22.914 10.96ZM13.004 3.07C15.264 3.35 17.224 4.58 18.494 6.35C17.914 6.75 17.234 7 16.504 7C14.574 7 13.004 5.43 13.004 3.5V3.07ZM11.004 3.07V3.5C11.004 5.43 9.43397 7 7.50397 7C6.77397 7 6.09397 6.75 5.51397 6.35C6.78397 4.58 8.74397 3.35 11.004 3.07ZM4.54397 8.13C5.41397 8.68 6.43397 9 7.50397 9C9.36397 9 11.004 8.07 12.004 6.65C13.004 8.07 14.644 9 16.504 9C17.574 9 18.594 8.68 19.464 8.13C19.804 9.02 20.004 9.99 20.004 11C20.004 15.41 16.414 19 12.004 19C7.59397 19 4.00397 15.41 4.00397 11C4.00397 9.99 4.20397 9.02 4.54397 8.13ZM12.004 21H2.19397L2.75397 14.8C4.25397 18.44 7.82397 21 12.004 21C16.184 21 19.754 18.44 21.254 14.8L21.814 21H12.004Z",
key: "1cw6br"
}
]
]);
export { Face3 as default };
//# sourceMappingURL=face_3.js.map