pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines • 1.52 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="ad_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="ad_flag_svg__b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#1537D1"/><stop offset="100%" stop-color="#0522A5"/></linearGradient><linearGradient id="ad_flag_svg__c" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#EA3058"/><stop offset="100%" stop-color="#CE173E"/></linearGradient><linearGradient id="ad_flag_svg__d" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#FFCF3C"/><stop offset="100%" stop-color="#FECB2F"/></linearGradient></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="url(#ad_flag_svg__a)" d="M0 0h21v15H0z"/><path fill="url(#ad_flag_svg__b)" d="M0 0h21v15H0z"/><path fill="url(#ad_flag_svg__c)" d="M10 0h11v15H10z"/><path fill="url(#ad_flag_svg__d)" d="M7 0h7v15H7z"/><path fill="#FFEDB1" d="M9.5 6.5h1V7h-1z"/><path fill="#D32E28" fill-rule="nonzero" d="M9.665 7.96c.025.295.292.54.587.54h.496a.61.61 0 0 0 .587-.54l.122-1.46H9.543zm-.624-1.465A.446.446 0 0 1 9.495 6h2.01c.273 0 .477.216.454.495l-.126 1.506c-.046.552-.53.999-1.085.999h-.496a1.105 1.105 0 0 1-1.085-.999L9.04 6.495Z"/><path fill="#D32E28" d="M9.5 7h2v.5h-2z"/></g></svg>';
export const ad_flag = flag;
export const adFlag = flag;