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) 622 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 16 16" id=icon-calendar-16><path fill-rule=evenodd clip-rule=evenodd d="M12 1a1 1 0 0 1 1 1v1.05a2.5 2.5 0 0 1 2 2.45v7a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-7a2.5 2.5 0 0 1 2-2.45V2a1 1 0 0 1 2 0v1h6V2a1 1 0 0 1 1-1ZM4 5h-.5a.5.5 0 0 0-.5.5V6h10v-.5a.5.5 0 0 0-.5-.5H4ZM3 8v4.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V8H3Zm1 2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1Z"></path></symbol>'; }