blob: 2aed99e3282379929d99464f0ec44b5c687ee4db (
plain) (
blame)
1
2
3
4
5
|
import {createSinglePathSVG} from './TEMPLATE'
export const Zap_Stroke2_Corner0_Rounded = createSinglePathSVG({
path: 'm9.368 4-4 8h2.944a1.5 1.5 0 0 1 1.427 1.963l-1.65 5.087L19.374 9h-3.49a1.5 1.5 0 0 1-1.287-2.272L16.234 4H9.368Zm-1.65-1.17A1.5 1.5 0 0 1 9.058 2h8.058a1.5 1.5 0 0 1 1.286 2.272L16.766 7h3.92c1.38 0 2.028 1.703.998 2.62L8.042 21.77c-1.142 1.018-2.896-.127-2.424-1.583L7.624 14H4.56a1.5 1.5 0 0 1-1.342-2.17l4.5-9Z',
})
|