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) 850 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 24 24" id=icon-brightness-24><path d="M12 4a1 1 0 0 0 1-1V1a1 1 0 0 0-2 0v2a1 1 0 0 0 1 1Zm0 16a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1Zm9-9h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2ZM4 12a1 1 0 0 0-1-1H1a1 1 0 0 0 0 2h2a1 1 0 0 0 1-1Zm15.07-5.65a1 1 0 0 1-1.41-1.42L19.3 3.3a1 1 0 0 1 1.41 1.41l-1.64 1.64ZM4.93 17.66l-1.64 1.63A1 1 0 1 0 4.7 20.7l1.64-1.64a1 1 0 0 0-1.41-1.41v.01Zm12.782.052a1 1 0 0 1 1.358-.052l1.64 1.64a1 1 0 0 1-1.41 1.41l-1.64-1.64a1 1 0 0 1 .052-1.358ZM4.93 6.34a1 1 0 0 0 1.41-1.41L4.71 3.29a1.003 1.003 0 1 0-1.42 1.42l1.64 1.63ZM12 6a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm0 10a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z"></path></symbol>'; }