pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines • 1.57 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="st_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="st_flag_svg__b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#2ACB41"/><stop offset="100%" stop-color="#21AC35"/></linearGradient><linearGradient id="st_flag_svg__c" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#FDD043"/><stop offset="100%" stop-color="#FFCD2F"/></linearGradient><linearGradient id="st_flag_svg__d" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#E71E43"/><stop offset="100%" stop-color="#D01739"/></linearGradient><linearGradient id="st_flag_svg__e" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#262626"/><stop offset="100%" stop-color="#0D0D0D"/></linearGradient></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="url(#st_flag_svg__a)" d="M0 0h21v15H0z"/><path fill="url(#st_flag_svg__b)" d="M0 10h21v5H0zM0 0h21v5H0z"/><path fill="url(#st_flag_svg__c)" d="M0 5h21v5H0z"/><path fill="url(#st_flag_svg__d)" d="m0 0 8 7.5L0 15z"/><path fill="url(#st_flag_svg__e)" d="m11 8.32-1.176.798.396-1.365-1.122-.871 1.42-.045L11 5.5l.482 1.337 1.42.045-1.122.871.396 1.365zm5 0-1.176.798.396-1.365-1.122-.871 1.42-.045L16 5.5l.482 1.337 1.42.045-1.122.871.396 1.365z"/></g></svg>';
export const st_flag = flag;
export const stFlag = flag;