alertTriangleGlyph top-level constant

BuoyIconData const alertTriangleGlyph

Implementation

const BuoyIconData alertTriangleGlyph = BuoyIconData(
  color: Color(0xFFE0E0E0),
  bgColor: Color(0xFF0A0A0F),
  elements: <BifElement>[
    BifLine(x1: 0.0, y1: -9.0, x2: -9.0, y2: 8.0, stroke: BifPaint.theme, strokeWidth: 2.0),
    BifLine(x1: 0.0, y1: -9.0, x2: 9.0, y2: 8.0, stroke: BifPaint.theme, strokeWidth: 2.0),
    BifLine(x1: -9.0, y1: 8.0, x2: 9.0, y2: 8.0, stroke: BifPaint.theme, strokeWidth: 2.0),
    BifLine(x1: 0.0, y1: -3.0, x2: 0.0, y2: 1.0, stroke: BifPaint.theme, strokeWidth: 2.0),
    BifCircle(cx: 0.0, cy: 4.0, r: 1.0, fill: BifPaint.theme),
  ],
);