open-icon
Version:
Open Icon
8 lines (7 loc) • 1.23 kB
JavaScript
// lib/icons/digit-digtal0.ts
var IconDigitDigtal0 = `<svg id="digit-digtal-0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="28.72 15 25.88 12 28.72 9 42.96 9 45.81 12 42.96 15 28.72 15" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><polygon points="51.5 31.67 48.65 34.67 45.81 31.67 45.81 16.67 48.65 13.67 51.5 16.67 51.5 31.67" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><polygon points="51.5 55.67 48.65 58.67 45.81 55.67 45.81 40.67 48.65 37.67 51.5 40.67 51.5 55.67" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><polygon points="26.19 31.5 23.35 34.5 20.5 31.5 20.5 16.5 23.35 13.5 26.19 16.5 26.19 31.5" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><polygon points="26.19 55.5 23.35 58.5 20.5 55.5 20.5 40.5 23.35 37.5 26.19 40.5 26.19 55.5" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><polygon points="28.72 63 25.88 60 28.72 57 42.96 57 45.81 60 42.96 63 28.72 63" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/></svg>`;
var digit_digtal0_default = IconDigitDigtal0;
export {
IconDigitDigtal0,
digit_digtal0_default as default
};