routesIconData top-level constant

BuoyIconData const routesIconData

Implementation

const BuoyIconData routesIconData = BuoyIconData(
  color: kRoutesIconColor,
  bgColor: Color(0xFF0A0A0F),
  elements: <BifElement>[
    BifLine(x1: 6.6, y1: -0.4, x2: 6.6, y2: 1.0, stroke: BifPaint.theme, strokeWidth: 1.5),
    BifLine(x1: 6.6, y1: 1.0, x2: 4.7, y2: 2.9, stroke: BifPaint.theme, strokeWidth: 1.5, curveX: 0.95, curveY: 0.95),
    BifLine(x1: 4.7, y1: 2.9, x2: -4.7, y2: 2.9, stroke: BifPaint.theme, strokeWidth: 1.5),
    BifLine(x1: -4.7, y1: 2.9, x2: -6.6, y2: 4.8, stroke: BifPaint.theme, strokeWidth: 1.5, curveX: -0.95, curveY: -0.95),
    BifLine(x1: -6.6, y1: 4.8, x2: -6.6, y2: 6.6, stroke: BifPaint.theme, strokeWidth: 1.5),
    BifCircle(cx: -6.6, cy: 8.4, r: 2.05, fill: BifPaint.theme),
    BifCircle(cx: -6.6, cy: 8.4, r: 0.85, fill: BifPaint.background),
    BifTriangle(x: 6.6, y: -4.5, size: 4.3, direction: BifDirection.down, fill: BifPaint.theme),
    BifCircle(cx: 6.6, cy: -6.4, r: 3.2, fill: BifPaint.theme),
    BifCircle(cx: 6.6, cy: -6.4, r: 1.15, fill: BifPaint.background),
  ],
);