@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
8 lines (7 loc) • 844 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 24 24" id=icon-keyboard-24><path fill-rule=evenodd d="M0 7a3 3 0 0 1 3-3h18a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V7Zm3-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3Z" clip-rule=evenodd></path><rect width=10 height=2 x=7 y=15 rx=1></rect><rect width=3 height=2 x=18 y=11 rx=.5></rect><rect width=3 height=2 x=13 y=11 rx=.5></rect><rect width=3 height=2 x=8 y=11 rx=.5></rect><rect width=3 height=2 x=3 y=11 rx=.5></rect><rect width=3 height=2 x=18 y=7 rx=.5></rect><rect width=3 height=2 x=13 y=7 rx=.5></rect><rect width=3 height=2 x=8 y=7 rx=.5></rect><rect width=3 height=2 x=3 y=7 rx=.5></rect></symbol>';
}