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) 805 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-seasons-16><path fill-rule=evenodd clip-rule=evenodd d="M7 1a1 1 0 1 1 2 0v1.586l1.293-1.293a1 1 0 1 1 1.414 1.414L9 5.414V7h1.586l2.707-2.707a1 1 0 1 1 1.414 1.414L13.414 7H15a1 1 0 1 1 0 2h-1.586l1.293 1.293a1 1 0 0 1-1.414 1.414L10.586 9H9v1.586l2.707 2.707a1 1 0 0 1-1.414 1.414L9 13.414V15a1 1 0 1 1-2 0v-3.126a4.002 4.002 0 0 1 0-7.748V1Zm0 5.268v3.464a2 2 0 0 1 0-3.464ZM2.343 3.757l.707.707A1 1 0 0 0 4.465 3.05l-.708-.707a1 1 0 1 0-1.414 1.414ZM1 9a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2H1Zm3.465 3.95-.708.707a1 1 0 0 1-1.414-1.414l.707-.707a1 1 0 0 1 1.415 1.414Z"></path></symbol>'; }