/* icons.css — generated by bricks-icon-sprite-generator */
/* Do not edit manually. Regenerate by rerunning the skill. */

/* Base icon styles ─────────────────────────────────────────────────────── */
/* Size via font-size on the parent; colour via color (→ stroke:currentColor) */

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Per-icon stroke length for draw-on animation ─────────────────────────── */
.icon-zap { --icon-length: 72.7; }
.icon-shield { --icon-length: 64.6; }
.icon-users { --icon-length: 72.0; }
.icon-globe { --icon-length: 139.7; }
.icon-layers { --icon-length: 100.6; }
.icon-rocket { --icon-length: 78.6; }
.icon-arrow-right { --icon-length: 37.2; }
.icon-circle-check { --icon-length: 78.4; }
