UNPKG

@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) 629 B
"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-gift-24><path fill-rule=evenodd clip-rule=evenodd d="M14.5 3A1.5 1.5 0 0 0 13 4.5V6h1.5a1.5 1.5 0 0 0 0-3ZM12 2.05A3.5 3.5 0 0 1 17.663 6H21a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2v8a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-8a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.337A3.5 3.5 0 0 1 12 2.05ZM9.5 6A1.5 1.5 0 1 1 11 4.5V6H9.5Zm0 2H3v2h8V8H9.5ZM13 8h8v2h-8V8Zm-2 13v-9H5v8a1 1 0 0 0 1 1h5Zm8-9v8a1 1 0 0 1-1 1h-5v-9h6Z"></path></symbol>'; }