google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.35 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 NoFlash = createIcon("NoFlash", [
[
"path",
{
d: "M2.92953 1.96953L1.51953 3.38953L6.81953 8.68953L6.61953 8.91953H4.07953C3.19953 8.91953 2.47953 9.63953 2.47953 10.5195V19.9195C2.47953 20.7995 3.19953 21.5195 4.07953 21.5195H16.8795C17.6295 21.5195 18.2595 20.9995 18.4295 20.2995L20.6095 22.4795L22.0195 21.0695L18.4795 17.5195L2.92953 1.96953ZM10.4795 19.5195C8.26953 19.5195 6.47953 17.7295 6.47953 15.5195C6.47953 13.5695 7.87953 11.9495 9.72953 11.5995L11.2995 13.1695C11.0395 13.0795 10.7695 13.0195 10.4795 13.0195C9.09953 13.0195 7.97953 14.1395 7.97953 15.5195C7.97953 16.8995 9.09953 18.0195 10.4795 18.0195C11.8595 18.0195 12.9795 16.8995 12.9795 15.5195C12.9795 15.2295 12.9195 14.9595 12.8295 14.6995L14.3995 16.2695C14.0495 18.1195 12.4295 19.5195 10.4795 19.5195ZM18.4795 14.6895L11.3095 7.51953H13.0595L14.3395 8.91953H16.8795C17.7595 8.91953 18.4795 9.63953 18.4795 10.5195V14.6895ZM20.8795 5.11953H22.4795L19.4795 10.5195V6.51953H18.4795V1.51953H22.4795L20.8795 5.11953Z",
key: "95hiiu"
}
]
]);
export { NoFlash as default };
//# sourceMappingURL=no_flash.js.map