* Combine actions, convert to new menu * remove about tab and move content to header * Tweak alignment * fix missing rkey * hog the like button * Add a little more whitespace * Improve a11y * Yeah toast * Update usage * Pin to Home --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
5 lines
234 B
TypeScript
5 lines
234 B
TypeScript
import {createSinglePathSVG} from './TEMPLATE'
|
|
|
|
export const DotGrid_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
|
path: 'M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm16 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-6-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z',
|
|
})
|