pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines (2 loc) • 588 B
JavaScript
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="M12.5 1c-2.252 0-4 1.748-4 4v6.392C6.99 12.59 6 14.44 6 16.5c0 3.552 2.948 6.5 6.5 6.5s6.5-2.948 6.5-6.5c0-2.061-.99-3.91-2.5-5.108V5c0-2.252-1.748-4-4-4m-2 4c0-1.148.852-2 2-2s2 .852 2 2v7.435l.445.297C16.187 13.56 17 14.958 17 16.5c0 2.448-2.052 4.5-4.5 4.5S8 18.948 8 16.5c0-1.542.813-2.94 2.055-3.768l.445-.297zm2 1a1 1 0 0 1 1 1v6.67a3.001 3.001 0 1 1-2 0V7a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg>';
export const thermometer = icon;