@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) • 536 B
JavaScript
;
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-play-disabled-16><path d="M9.118 12.218 4.836 14.82c-.8.486-1.836-.073-1.836-.989V8.284l6.118 3.934ZM3 2.168c0-.916 1.037-1.475 1.836-.99l9.6 5.832a1.15 1.15 0 0 1 0 1.978l-2.063 1.252 2.174 1.422.083.06a1 1 0 0 1-1.089 1.666l-.088-.052-13-8.5-.083-.06A1 1 0 0 1 1.46 3.11l.088.052L3 4.112V2.167Z"></path></symbol>';
}