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) 1.13 kB
"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-checkbox-unchecked-24><path d="M17.6 1c1.137 0 1.929 0 2.546.051.605.05.953.142 1.216.276a3 3 0 0 1 1.311 1.311c.134.263.226.611.276 1.216.05.617.051 1.41.051 2.546v11.2c0 1.137 0 1.929-.051 2.546-.05.605-.142.953-.276 1.216a3 3 0 0 1-1.311 1.311c-.263.134-.611.226-1.216.276-.617.05-1.41.051-2.546.051H6.4c-1.137 0-1.929 0-2.546-.051-.605-.05-.953-.142-1.216-.276a3 3 0 0 1-1.311-1.311c-.134-.263-.226-.611-.276-1.216C1.001 19.529 1 18.736 1 17.6V6.4c0-1.137 0-1.929.051-2.546.05-.605.142-.953.276-1.216a3 3 0 0 1 1.311-1.311c.263-.134.611-.226 1.216-.276C4.471 1.001 5.264 1 6.4 1h11.2ZM.436 2.184C0 3.04 0 4.16 0 6.4v11.2c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748C3.04 24 4.16 24 6.4 24h11.2c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748C24 20.96 24 19.84 24 17.6V6.4c0-2.24 0-3.36-.436-4.216A4 4 0 0 0 21.816.436C20.96 0 19.84 0 17.6 0H6.4C4.16 0 3.04 0 2.184.436A4 4 0 0 0 .436 2.184Z"></path></symbol>'; }