@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) • 660 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 16 16" id=icon-gift-16><path fill-rule=evenodd clip-rule=evenodd d="M10 3a1 1 0 0 0-1 1v1h1a1 1 0 1 0 0-2ZM7 4a1 1 0 1 0-1 1h1V4ZM3.17 5A3 3 0 0 1 8 1.764 3 3 0 0 1 12.83 5h.42c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582V12.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5V9.832A1.75 1.75 0 0 1 1 8.25v-1.5C1 5.784 1.784 5 2.75 5h.42ZM9 7h4v1H9V7ZM6 7H3v1h4V7H6Zm1 3H4v2.5a.5.5 0 0 0 .5.5H7v-3Zm2 0h3v2.5a.5.5 0 0 1-.5.5H9v-3Z"></path></symbol>';
}