Bluesky app fork with some witchin' additions 馃挮
at feat/tealfm 9 lines 520 B view raw
1import {createSinglePathSVG} from './TEMPLATE' 2 3/* 4 * This icon is off-menu, not part of the icon set 5 */ 6 7export const ListPlus_Stroke2_Corner0_Rounded = createSinglePathSVG({ 8 path: 'M4 5a1 1 0 0 0 0 2h16a1 1 0 1 0 0-2H4Zm0 12a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2H4Zm-1-5a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm14-3c.552 0 1 .41 1 .917V13.5h3.583c.507 0 .917.448.917 1s-.41 1-.917 1H18v3.583c0 .507-.448.917-1 .917s-1-.41-1-.917V15.5h-3.583c-.507 0-.917-.448-.917-1s.41-1 .917-1H16V9.917C16 9.41 16.448 9 17 9Z', 9})