@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) • 867 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-masonry-view-16><path fill-rule=evenodd clip-rule=evenodd d="M2.01 1A1.01 1.01 0 0 0 1 2.01v2.98C1 5.548 1.452 6 2.01 6h3.98A1.01 1.01 0 0 0 7 4.99V2.01A1.01 1.01 0 0 0 5.99 1H2.01ZM3 4V3h2v1H3Zm7.01 6A1.01 1.01 0 0 0 9 11.01v2.98c0 .558.452 1.01 1.01 1.01h3.98A1.01 1.01 0 0 0 15 13.99v-2.98A1.01 1.01 0 0 0 13.99 10h-3.98Zm.99 3v-1h2v1h-2ZM1 9.01C1 8.452 1.452 8 2.01 8h3.98C6.548 8 7 8.452 7 9.01v4.98A1.01 1.01 0 0 1 5.99 15H2.01A1.01 1.01 0 0 1 1 13.99V9.01ZM3 10v3h2v-3H3Zm7.015-9C9.455 1 9 1.454 9 2.015v4.97C9 7.545 9.454 8 10.015 8h3.97C14.545 8 15 7.546 15 6.985v-4.97C15 1.455 14.546 1 13.985 1h-3.97ZM11 6V3h2v3h-2Z"></path></symbol>';
}