/* Generated by scripts/generate-app-icons.mjs — do not edit. */ import Svg, { Path } from 'react-native-svg'; import { m3Colors } from '../../theme/proulr-theme'; import type { AppIconGlyphProps } from '../app-icon-glyph-props'; export function FlashIcon({ color = m3Colors.primary, size = 24, }: AppIconGlyphProps) { return ( ); }