google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 1.52 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 FaceRetouchingNatural = createIcon("FaceRetouchingNatural", [
[
"path",
{
d: "M8.5 14.75C9.19036 14.75 9.75 14.1904 9.75 13.5C9.75 12.8096 9.19036 12.25 8.5 12.25C7.80964 12.25 7.25 12.8096 7.25 13.5C7.25 14.1904 7.80964 14.75 8.5 14.75Z",
key: "1g5vdz"
}
],
[
"path",
{
d: "M20.27 9.08L19.35 11.09C19.44 11.55 19.5 12.02 19.5 12.5C19.5 16.91 15.91 20.5 11.5 20.5C7.09 20.5 3.5 16.91 3.5 12.5C3.5 12.45 3.51 12.4 3.5 12.36C6.1 11.38 8.19 9.37 9.24 6.81C11.08 9.06 13.87 10.5 17 10.5C17.45 10.5 17.89 10.46 18.33 10.4L17.73 9.08L16.85 7.15L12.13 5L14.92 3.73L15.63 3.41C14.37 2.83 12.97 2.5 11.5 2.5C5.98 2.5 1.5 6.98 1.5 12.5C1.5 18.02 5.98 22.5 11.5 22.5C17.02 22.5 21.5 18.02 21.5 12.5C21.5 11.03 21.17 9.63 20.6 8.37L20.27 9.08Z",
key: "15l3ys"
}
],
[
"path",
{
d: "M14.5 14.75C15.1904 14.75 15.75 14.1904 15.75 13.5C15.75 12.8096 15.1904 12.25 14.5 12.25C13.8096 12.25 13.25 12.8096 13.25 13.5C13.25 14.1904 13.8096 14.75 14.5 14.75Z",
key: "1mcq60"
}
],
[
"path",
{
d: "M20.1 6.1L19 8.5L17.9 6.1L15.5 5L17.9 3.9L19 1.5L20.1 3.9L22.5 5L20.1 6.1Z",
key: "v19zze"
}
]
]);
export { FaceRetouchingNatural as default };
//# sourceMappingURL=face_retouching_natural.js.map