@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) • 862 B
JavaScript
;
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-glasses-24><path d="m23.79 12.386-6.597-8.482A2.344 2.344 0 0 0 13 5.343a1 1 0 0 0 2 0 .354.354 0 0 1 .614-.21L20.954 12H16a2.996 2.996 0 0 0-2.884 2.22 2.938 2.938 0 0 0-2.232 0A2.996 2.996 0 0 0 8 12H3.045l5.34-6.867a.355.355 0 0 1 .615.21 1 1 0 0 0 2 0 2.343 2.343 0 0 0-4.193-1.439L.21 12.386c-.214.329-.268.672-.1 1.05.184.335.496.558.89.564v4a3.003 3.003 0 0 0 3 3h3a4.004 4.004 0 0 0 4-4 1 1 0 0 1 2 0 4.004 4.004 0 0 0 4 4h3a3.003 3.003 0 0 0 3-3v-4a1 1 0 0 0 .79-1.614ZM7 19H4a1 1 0 0 1-1-1v-4h5c.552 0 .999.448 1 1v2a2.002 2.002 0 0 1-2 2Zm13 0h-3a2.002 2.002 0 0 1-2-2v-2a1 1 0 0 1 1-1h5v4c-.001.552-.448 1-1 1Z"></path></symbol>';
}