internet constant

_I const internet

Implementation

static const _I internet = [["circle", {"cx": "12", "cy": "12", "r": "10", "stroke": "_c1", "stroke-width": "1.5", "key": "0"}], ["ellipse", {"cx": "12", "cy": "12", "rx": "4", "ry": "10", "stroke": "_c1", "stroke-width": "1.5", "key": "1"}], ["path", {"d": "M2 12H22", "stroke": "_c1", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round", "key": "2"}]];