@evcc/icons
Version:
A collection of evcc icons for vehicles, meters, chargers, smartswitches, and heating systems with web components and SVG registry.
2 lines (1 loc) • 1.31 kB
JavaScript
export default "<svg width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xml:space=\"preserve\" xmlns:serif=\"http://www.serif.com/\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;\">\n <g opacity=\"0.33\">\n <!-- Simple charger body -->\n <rect x=\"35\" y=\"30\" width=\"50\" height=\"60\" rx=\"8\" ry=\"8\" style=\"fill:var(--evcc-accent-color, #4eb84b);stroke:var(--evcc-outline-color, #000);stroke-width:2px;\"/>\n \n <!-- Display area -->\n <rect x=\"42\" y=\"40\" width=\"36\" height=\"20\" rx=\"3\" ry=\"3\" style=\"fill:#fff;stroke:var(--evcc-outline-color, #000);stroke-width:2px;\"/>\n \n <!-- Question mark (fallback identifier) -->\n <path d=\"M57,47c0,-2 1,-3 3,-3c2,0 3,1 3,3c0,1 -1,2 -2,3c-1,0.5 -1,1 -1,2\" style=\"fill:none;stroke:var(--evcc-outline-color, #000);stroke-width:2px;\"/>\n <circle cx=\"60\" cy=\"55\" r=\"1\" style=\"fill:var(--evcc-outline-color, #000);\"/>\n \n <!-- Simple charging port -->\n <circle cx=\"60\" cy=\"74\" r=\"8\" style=\"fill:#fff;stroke:var(--evcc-outline-color, #000);stroke-width:2px;\"/>\n </g>\n</svg>";