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) 769 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-snowflake-16><path fill-rule=evenodd clip-rule=evenodd d="M9 1a1 1 0 1 0-2 0v1.586L5.707 1.293a1 1 0 0 0-1.414 1.414L7 5.414V7H5.414L2.707 4.293a1 1 0 0 0-1.414 1.414L2.586 7H1a1 1 0 1 0 0 2h1.586l-1.293 1.293a1 1 0 1 0 1.414 1.414L5.414 9H7v1.586l-2.707 2.707a1 1 0 1 0 1.414 1.414L7 13.414V15a1 1 0 1 0 2 0v-1.586l1.293 1.293a1 1 0 0 0 1.414-1.414L9 10.586V9h1.586l2.707 2.707a1 1 0 0 0 1.414-1.414L13.414 9H15a1 1 0 1 0 0-2h-1.586l1.293-1.293a1 1 0 0 0-1.414-1.414L10.586 7H9V5.414l2.707-2.707a1 1 0 0 0-1.414-1.414L9 2.586V1Z"></path></symbol>'; }