pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines • 1.5 kB
text/typescript
const flag: string = '<svg class="pn-icon-flag" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21 15"><defs><linearGradient id="mo_flag_svg__a" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#FFF"/><stop offset="100%" stop-color="#F0F0F0"/></linearGradient><linearGradient id="mo_flag_svg__b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#079D7B"/><stop offset="100%" stop-color="#01795E"/></linearGradient></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="url(#mo_flag_svg__a)" d="M0 0h21v15H0z"/><path fill="url(#mo_flag_svg__b)" d="M0 0h21v15H0z"/><path fill="url(#mo_flag_svg__a)" d="M2.452 6.902q.214.056.423.098H.5q.18.535.473 1h7.054A4.6 4.6 0 0 0 8.5 7H6.093q.215-.04.437-.097C6.076 6.918 5.336 7 4.5 7c-.847 0-1.596-.084-2.048-.098m-.417-.125C.915 6.398.146 5.792.267 5.34c.134-.503 1.325-.62 2.659-.263q.105.027.206.059a4.3 4.3 0 0 1-.046-.637C3.086 3.12 3.72 2 4.5 2s1.414 1.12 1.414 2.5q0 .329-.046.634.115-.036.234-.068c1.334-.357 2.524-.24 2.659.264.122.454-.66 1.067-1.797 1.445C6.764 6.18 5.737 6 4.5 6c-1.238 0-2.266.18-2.465.777M7.166 9c-.728.625-1.656 1-2.666 1a4.08 4.08 0 0 1-2.666-1z" transform="translate(6 2)"/><path fill="#FCD117" d="M10.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m-4 2.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m8 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M13 4a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M8 4a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1"/></g></svg>';
export const mo_flag = flag;
export const moFlag = flag;