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) 617 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-share-android-24><path fill-rule=evenodd d="M18.5 8a3.5 3.5 0 1 0-3.448-2.894l-.02.01L6.88 9.433a3.5 3.5 0 1 0 0 5.134l8.153 4.317.02.01a3.5 3.5 0 1 0 .895-1.789l-8.05-4.261a3.508 3.508 0 0 0 0-1.688l8.05-4.261A3.49 3.49 0 0 0 18.5 8Zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 15a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM6 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" clip-rule=evenodd></path></symbol>'; }