UNPKG

@postnord/web-components

Version:

PostNord Web Components

12 lines (9 loc) 450 B
/*! * Built with Stencil * By PostNord. */ 'use strict'; const icon = '<svg class="pn-icon-svg" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M19.207 7.793a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414l4.293 4.293 7.293-7.293a1 1 0 0 1 1.414 0" clip-rule="evenodd"/></svg>'; const check = icon; exports.check = check; //# sourceMappingURL=check-f1cf3ce9.js.map