/* cspell:ignore csvg cpath */
/** For 10.3 we need more specificity. */
[class*="toolbar-button--icon"].toolbar-button--icon--navigation-dashboard,
.toolbar-button--icon--navigation-dashboard {
  --icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' viewBox='0 0 256 256'%3e%3cpath d='M216,48H40a8,8,0,0,0-8,8V208a16,16,0,0,0,16,16H88a16,16,0,0,0,16-16V160h48v16a16,16,0,0,0,16,16h40a16,16,0,0,0,16-16V56A8,8,0,0,0,216,48ZM88,208H48V128H88Zm0-96H48V64H88Zm64,32H104V64h48Zm56,32H168V128h40Zm0-64H168V64h40Z'%3e%3c/path%3e%3c/svg%3e");
}
