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) 1.11 kB
"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-snowflake-24><path fill-rule=evenodd clip-rule=evenodd d="M12 1a1 1 0 0 1 1 1v1.365l1.36-1.133a1 1 0 1 1 1.28 1.536L13 5.968v4.3l3.724-2.15.585-3.386a1 1 0 0 1 1.97.34l-.3 1.745 1.181-.683a1 1 0 1 1 1 1.732l-1.182.683 1.662.611a1 1 0 1 1-.69 1.877l-3.226-1.186L14 12l3.724 2.15 3.225-1.187a1 1 0 0 1 .69 1.877l-1.66.61 1.181.683a1 1 0 1 1-1 1.732l-1.182-.682.302 1.744a1 1 0 0 1-1.971.34l-.585-3.386L13 13.732v4.3l2.64 2.2a1 1 0 1 1-1.28 1.536L13 20.635V22a1 1 0 0 1-2 0v-1.365l-1.36 1.133a1 1 0 1 1-1.28-1.536l2.64-2.2v-4.3l-3.723 2.15-.586 3.387a1 1 0 0 1-1.97-.34l.3-1.745-1.181.682a1 1 0 1 1-1-1.732l1.182-.682-1.661-.611a1 1 0 0 1 .69-1.877l3.226 1.186L10 12 6.277 9.85 3.05 11.038a1 1 0 1 1-.69-1.877l1.66-.611-1.181-.683a1 1 0 0 1 1-1.732l1.182.683-.302-1.744a1 1 0 1 1 1.971-.341l.586 3.387L11 10.269v-4.3l-2.64-2.2a1 1 0 1 1 1.28-1.537L11 3.365V2a1 1 0 0 1 1-1Z"></path></symbol>'; }