google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.64 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 FaceRetouchingOff = createIcon("FaceRetouchingOff", [
[
"path",
{
d: "M9.05531 14.1953C9.74567 14.1953 10.3053 13.6357 10.3053 12.9453C10.3053 12.255 9.74567 11.6953 9.05531 11.6953C8.36496 11.6953 7.80531 12.255 7.80531 12.9453C7.80531 13.6357 8.36496 14.1953 9.05531 14.1953Z",
key: "10tqgp"
}
],
[
"path",
{
d: "M17.5553 9.94531C18.3053 9.94531 19.0253 9.85531 19.7253 9.70531C19.9353 10.4153 20.0553 11.1653 20.0553 11.9453C20.0553 13.1653 19.7753 14.3153 19.2853 15.3453L20.7753 16.8353C21.5853 15.3853 22.0553 13.7253 22.0553 11.9453C22.0553 6.42531 17.5753 1.94531 12.0553 1.94531C10.2753 1.94531 8.61531 2.41531 7.16531 3.22531L12.4953 8.55531C13.9853 9.43531 15.7053 9.94531 17.5553 9.94531Z",
key: "1z0xvv"
}
],
[
"path",
{
d: "M1.94531 3.66531L4.13531 5.85531C2.83531 7.54531 2.05531 9.65531 2.05531 11.9453C2.05531 17.4653 6.53531 21.9453 12.0553 21.9453C14.3453 21.9453 16.4553 21.1653 18.1453 19.8653L20.3353 22.0553L21.7453 20.6453L3.36531 2.25531L1.94531 3.66531ZM16.7153 18.4353C15.4053 19.3853 13.7953 19.9453 12.0553 19.9453C7.64531 19.9453 4.05531 16.3553 4.05531 11.9453C4.05531 11.8953 4.06531 11.8453 4.05531 11.8053C5.44531 11.2853 6.68531 10.4553 7.69531 9.41531L16.7153 18.4353Z",
key: "13ddah"
}
]
]);
export { FaceRetouchingOff as default };
//# sourceMappingURL=face_retouching_off.js.map