{ "$schema": "https://raw.githubusercontent.com/Yash-Singh1/vscode-snippets-json-schema/main/schema.json", "Lucide SVG": { "scope": "xml", "description": "Base SVG with Lucide attributes.", "prefix": [ "svg", "lucide" ], "body": [ "", " $0", "" ] }, "Rectangle": { "scope": "xml", "description": "SVG `rect`angle, with Lucide defaults.", "prefix": [ "rect", "" }, "Square": { "scope": "xml", "description": "SVG square `rect`angle, with Lucide defaults.", "prefix": [ "square", "rect", "" }, "Circle": { "scope": "xml", "description": "SVG `circle`, with Lucide defaults.", "prefix": [ "circle", "" }, "Squircle": { "scope": "xml", "description": "SVG `path` with Lucide defaults.", "prefix": [ "squircle", "path", "" }, "Ellipse": { "scope": "xml", "description": "SVG `ellipse`.", "prefix": [ "ellipse", "" }, "Path": { "scope": "xml", "description": "SVG custom `path`.", "prefix": [ "path", "" }, "Line": { "scope": "xml", "description": "SVG `path`, preffered to `line` in Lucide.", "prefix": [ "line", "" }, "Dot": { "scope": "xml", "description": "SVG small dot, within the Lucide guidelines.", "prefix": [ "dot", "." ], "body": "" } }