{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "svgib/svg",
  "version": "1.0.0",
  "title": "SVG Icon",
  "category": "media",
  "description": "Display a SVG icon",
  "supports": {
    "html": false,
    "align": false,
    "className": false,
    "customClassName": false
  },
  "example": {},
  "textdomain": "svg-icon-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}