Bluesky app fork with some witchin' additions 馃挮
at feat/tealfm 5 lines 359 B view raw
1import {createSinglePathSVG} from './TEMPLATE' 2 3export const Filter_Stroke2_Corner0_Rounded = createSinglePathSVG({ 4 path: 'M3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-.293.707L15 14.414V20a1 1 0 0 1-.758.97l-4 1A1 1 0 0 1 9 21v-6.586L3.293 8.707A1 1 0 0 1 3 8V4Zm2 1v2.586l5.707 5.707A1 1 0 0 1 11 14v5.72l2-.5V14a1 1 0 0 1 .293-.707L19 7.586V5H5Z', 5})