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) 613 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-file-16><path fill-rule=evenodd clip-rule=evenodd d="M14 12.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9A2.5 2.5 0 0 1 4.5 1h3.936a2.5 2.5 0 0 1 1.647.619l3.063 2.68A2.5 2.5 0 0 1 14 6.181V12.5Zm-10-9a.5.5 0 0 1 .5-.5H7v2.667A2.333 2.333 0 0 0 9.333 8H12v4.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-9ZM12 6H9.333A.333.333 0 0 1 9 5.667V3.329l2.863 2.475A.5.5 0 0 1 12 6Z"></path></symbol>'; }