pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines (2 loc) • 893 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="M10.4 2.62a3 3 0 0 1 2.824 0l6.023 3.216c1.063.568 1.056 2.096-.013 2.653L17.301 9.5l1.949 1.044c1.062.569 1.054 2.094-.014 2.652l-1.935 1.01 1.949 1.043c1.062.57 1.054 2.095-.014 2.652l-6.037 3.15a3 3 0 0 1-2.774.002l-6.047-3.15c-1.07-.558-1.077-2.086-.013-2.654l1.951-1.043-1.938-1.01c-1.07-.557-1.077-2.085-.013-2.653L6.316 9.5 4.38 8.49c-1.07-.557-1.077-2.085-.012-2.653zM8.464 15.325l-2.322 1.24 5.206 2.713a1 1 0 0 0 .925 0l5.198-2.713-2.316-1.241-1.957 1.021a3 3 0 0 1-2.774.001zm4.734-3.686 1.957-1.021 2.316 1.241-5.199 2.713a1 1 0 0 1-.924 0L6.143 11.86l2.322-1.241 1.96 1.021a3 3 0 0 0 2.774 0m-.917-7.254a1 1 0 0 0-.942 0l-5.195 2.77 5.204 2.711a1 1 0 0 0 .925 0l5.195-2.711z" clip-rule="evenodd"/></svg>';
export const stack = icon;