pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines • 1.92 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="pg_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="pg_flag_svg__b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#262626"/><stop offset="100%" stop-color="#0D0D0D"/></linearGradient><linearGradient id="pg_flag_svg__c" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#E8283F"/><stop offset="100%" stop-color="#CC162C"/></linearGradient><linearGradient id="pg_flag_svg__d" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#FFD84E"/><stop offset="100%" stop-color="#FCD036"/></linearGradient></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="url(#pg_flag_svg__a)" d="M0 0h21v15H0z"/><path fill="url(#pg_flag_svg__b)" d="M0 0h21v15H0z"/><path fill="url(#pg_flag_svg__c)" d="M0 0h21v15z"/><path fill="url(#pg_flag_svg__a)" d="m5 12.5-.707.207L4.5 12l-.207-.707L5 11.5l.707-.207L5.5 12l.207.707zm0-6-.707.207L4.5 6l-.207-.707L5 5.5l.707-.207L5.5 6l.207.707zM2.5 9l-.707.207L2 8.5l-.207-.707L2.5 8l.707-.207L3 8.5l.207.707zM7 8.5l-.707.207L6.5 8l-.207-.707L7 7.5l.707-.207L7.5 8l.207.707z"/><path fill="url(#pg_flag_svg__d)" d="M14.146 6.95a.49.49 0 0 1-.217-.377V5.65c0-.136-.098-.213-.246-.164l-.568.19a.87.87 0 0 1-.492 0l-.57-.19c-.135-.045-.15-.14-.028-.212l1.334-.8a.32.32 0 0 0 .135-.377l-.19-.568c-.045-.136.016-.214.164-.164l.569.19a.33.33 0 0 0 .376-.136l.8-1.334c.072-.12.163-.119.212.03l.19.568a.87.87 0 0 1 0 .492l-.19.569c-.045.136.03.246.165.246h.921c.136 0 .304.095.377.216l.8 1.335c.072.12.014.24-.116.266l-1.276.255a.41.41 0 0 0-.295.295l-.255 1.276c-.027.136-.144.189-.266.116l-1.334-.8Z"/></g></svg>';
export const pg_flag = flag;
export const pgFlag = flag;