@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) • 943 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-store-filled-24><path fill-rule=evenodd clip-rule=evenodd d="M1 7v2c0 .935.441 1.637 1 2.11V20a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-8.89c.559-.473 1-1.175 1-2.11V7a4 4 0 0 0-.8-2.4l-1.8-2.4A3 3 0 0 0 18 1H6a3 3 0 0 0-2.4 1.2L1.8 4.6A4 4 0 0 0 1 7Zm6 4.11a3.33 3.33 0 0 1-.327.244A4.103 4.103 0 0 1 4.5 12c-.16 0-.328-.011-.5-.034V16h7v-4.297A4.126 4.126 0 0 1 9.5 12a4.103 4.103 0 0 1-2.173-.646A3.33 3.33 0 0 1 7 11.11Zm10 0a3.33 3.33 0 0 1-.327.244A4.104 4.104 0 0 1 14.5 12a4.14 4.14 0 0 1-1.5-.297V21h6a1 1 0 0 0 1-1v-8.034c-.172.023-.34.034-.5.034a4.104 4.104 0 0 1-2.173-.646A3.33 3.33 0 0 1 17 11.11ZM4 18v2a1 1 0 0 0 1 1h6v-3H4Zm11-4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-3Z"></path></symbol>';
}