Bluesky app fork with some witchin' additions 馃挮
at main 13 lines 675 B view raw
1import {createSinglePathSVG} from './TEMPLATE' 2 3export const AspectRatio11_Stroke2_Corner0_Rounded = createSinglePathSVG({ 4 path: 'M3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm2 1v14h14V5H5Z', 5}) 6 7export const AspectRatio43_Stroke2_Corner0_Rounded = createSinglePathSVG({ 8 path: 'M2 20.5c-.552 0-1-.41-1-.917V4.917C1 4.41 1.448 4 2 4h20c.552 0 1 .41 1 .917v14.666c0 .507-.448.917-1 .917H2Zm1-1.833h18V5.833H3v12.834Z', 9}) 10 11export const AspectRatio34_Stroke2_Corner0_Rounded = createSinglePathSVG({ 12 path: 'M4 2c0-.552.41-1 .917-1h14.666c.507 0 .917.448.917 1v20c0 .552-.41 1-.917 1H4.917C4.41 23 4 22.552 4 22V2Zm1.833 1v18h12.834V3H5.833Z', 13})