{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/icons",
  "version": "1.0.0",
  "title": "Icons",
  "category": "omnipress",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' width='25.4' height='25.4' viewBox='0 0 25.4 25.4'><path id='icon' d='M15,3l3.708,7.9L27,12.174l-6,6.145L22.416,27,15,22.9,7.584,27,9,18.319,3,12.174,11.292,10.9Z' transform='translate(-2.3 -2.3)' fill='none' stroke='#175fff' strokeLinecap='round' strokeLinejoin='round' strokeWidth='1.4' /></svg>",
  "description": "The Icon Block lets you easily add your own icons, SVG images, and graphics to your content using the block editor in Gutenberg.",
  "supports": {
    "html": false,
    "className": true,
    "dimensions": {
      "minHeight": false,
      "html": false
    }
  },
  "textdomain": "button",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./index.css"
  ]
}