google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.53 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 MotionPhotosOff = createIcon("MotionPhotosOff", [
[
"path",
{
d: "M20.8953 20.7795L3.21531 3.09945L1.94531 4.36945L3.83531 6.25945C2.71531 7.86945 2.05531 9.82945 2.05531 11.9395C2.05531 17.4595 6.53531 21.9395 12.0553 21.9395C14.1653 21.9395 16.1253 21.2795 17.7353 20.1695L19.6253 22.0595L20.8953 20.7795ZM12.0553 19.9395C7.64531 19.9395 4.05531 16.3495 4.05531 11.9395C4.05531 10.3895 4.50531 8.93945 5.27531 7.70945L6.73531 9.16945C6.30531 9.99945 6.05531 10.9395 6.05531 11.9395C6.05531 15.2495 8.74531 17.9395 12.0553 17.9395C13.0553 17.9395 13.9953 17.6895 14.8253 17.2595L16.2853 18.7195C15.0553 19.4895 13.6053 19.9395 12.0553 19.9395ZM6.37531 3.70945C7.98531 2.59945 9.94531 1.93945 12.0553 1.93945C17.5753 1.93945 22.0553 6.41945 22.0553 11.9395C22.0553 14.0495 21.3953 16.0095 20.2853 17.6195L18.8353 16.1695C19.6053 14.9395 20.0553 13.4895 20.0553 11.9395C20.0553 7.52945 16.4653 3.93945 12.0553 3.93945C10.5053 3.93945 9.05531 4.38945 7.82531 5.15945L6.37531 3.70945ZM18.0553 11.9395C18.0553 12.9395 17.8053 13.8795 17.3753 14.7095L9.28531 6.61945C10.1153 6.18945 11.0553 5.93945 12.0553 5.93945C15.3653 5.93945 18.0553 8.62945 18.0553 11.9395Z",
key: "4xeof5"
}
]
]);
export { MotionPhotosOff as default };
//# sourceMappingURL=motion_photos_off.js.map