pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 1.05 kB
JavaScript
const flag = '<svg class="pn-icon-flag" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21 15"><defs><linearGradient id="bf_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="bf_flag_svg__b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#00B051"/><stop offset="100%" stop-color="#009F49"/></linearGradient><linearGradient id="bf_flag_svg__c" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#FA494B"/><stop offset="100%" stop-color="#F02B2D"/></linearGradient></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="url(#bf_flag_svg__a)" d="M0 0h21v15H0z"/><path fill="url(#bf_flag_svg__b)" d="M0 8h21v7H0z"/><path fill="url(#bf_flag_svg__c)" d="M0 0h21v8H0z"/><path fill="#FDD216" d="m10.5 9.17-1.763 1.257.65-2.065-1.74-1.29 2.165-.019L10.5 5l.688 2.053 2.165.02-1.74 1.289.65 2.065z"/></g></svg>';
export const bf_flag = flag;
export const bfFlag = flag;