pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
2 lines • 889 B
text/typescript
const icon: string = '<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="M11.445 2.168a1 1 0 0 1 1.11 0l.773.516A6 6 0 0 1 15.962 7H17a1 1 0 0 1 1 1v1.882l.553-.276a1 1 0 1 1 .894 1.788L18 12.118V13.5h1.5a1 1 0 1 1 0 2H18v1.382l1.447.724a1 1 0 1 1-.894 1.788l-.727-.363a5 5 0 0 1-3.845 3.593l-.216.043a9 9 0 0 1-3.53 0l-.216-.043a5 5 0 0 1-3.874-3.705l-1.274.51a1 1 0 0 1-.742-1.857L6 16.823V15.5H4a1 1 0 1 1 0-2h2v-1.323l-1.871-.748a1 1 0 0 1 .742-1.857L6 10.023V8a1 1 0 0 1 1-1h1.038a6 6 0 0 1 2.634-4.316zM8 9v8.72a3 3 0 0 0 2.412 2.943l.215.043q.186.037.373.064V15a1 1 0 1 1 2 0v5.77a7 7 0 0 0 .373-.064l.215-.043A3 3 0 0 0 16 17.72V9h-.59a5 5 0 0 1-6.82 0zm5.999-1.42a4 4 0 0 0-1.78-3.232L12 4.202l-.219.146a4 4 0 0 0-1.78 3.232 3 3 0 0 0 3.998 0" clip-rule="evenodd"/></svg>';
export const bug = icon;