mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at statsig-proxy 17 lines 880 B view raw
1import {createSinglePathSVG} from './TEMPLATE' 2 3export const ChevronLeft_Stroke2_Corner0_Rounded = createSinglePathSVG({ 4 path: 'M15.707 3.293a1 1 0 0 1 0 1.414L8.414 12l7.293 7.293a1 1 0 0 1-1.414 1.414l-8-8a1 1 0 0 1 0-1.414l8-8a1 1 0 0 1 1.414 0Z', 5}) 6 7export const ChevronRight_Stroke2_Corner0_Rounded = createSinglePathSVG({ 8 path: 'M8.293 3.293a1 1 0 0 1 1.414 0l8 8a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414-1.414L15.586 12 8.293 4.707a1 1 0 0 1 0-1.414Z', 9}) 10 11export const ChevronTop_Stroke2_Corner0_Rounded = createSinglePathSVG({ 12 path: 'M12 6a1 1 0 0 1 .707.293l8 8a1 1 0 0 1-1.414 1.414L12 8.414l-7.293 7.293a1 1 0 0 1-1.414-1.414l8-8A1 1 0 0 1 12 6Z', 13}) 14 15export const ChevronBottom_Stroke2_Corner0_Rounded = createSinglePathSVG({ 16 path: 'M3.293 8.293a1 1 0 0 1 1.414 0L12 15.586l7.293-7.293a1 1 0 1 1 1.414 1.414l-8 8a1 1 0 0 1-1.414 0l-8-8a1 1 0 0 1 0-1.414Z', 17})