UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

74 lines (70 loc) 2.49 kB
<template name="symbols" size="16" icon="A" xmlns="http://www.w3.org/1999/html"> <g id="d0"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">0</text> </g> <g id="d1"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">1</text> </g> <g id="d2"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">2</text> </g> <g id="d3"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">3</text> </g> <g id="d4"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">4</text> </g> <g id="d5"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">5</text> </g> <g id="d6"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">6</text> </g> <g id="d7"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">7</text> </g> <g id="d8"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">8</text> </g> <g id="d9"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="11" y="12" x="5" fill="white">9</text> </g> <g id="d9+"> <circle cx="8" cy="8" r="8" fill="red" stroke="white"></circle> <text font-size="10" y="12" x="3" fill="white">9+</text> </g> <g id="A"> <text font-size="14" y="14">A</text> </g> <g id="B"> <text font-size="14" y="14">B</text> </g> <g id="C"> <text font-size="14" y="14">C</text> </g> <g id="D"> <text font-size="14" y="14">D</text> </g> <g id="E"> <text font-size="14" y="14">E</text> </g> <g id="R"> <text font-size="14" y="14">R</text> </g> <g id="T"> <text font-size="14" y="14">T</text> </g> <g id="W"> <text font-size="14" y="14">W</text> </g> </template>