pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 1.09 kB
JavaScript
const flag = '<svg class="pn-icon-flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 21 15"><defs><linearGradient id="mt_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="mt_flag_svg__b" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#DE233C"/><stop offset="100%" stop-color="#CD1931"/></linearGradient><path id="mt_flag_svg__c" d="M4 3V2H3v1H2v1h1v1h1V4h1V3z"/></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="url(#mt_flag_svg__a)" d="M0 0h21v15H0z"/><path fill="url(#mt_flag_svg__b)" d="M11 0h10v15H11z"/><path fill="url(#mt_flag_svg__a)" d="M0 0h11v15H0z"/><use xlink:href="#mt_flag_svg__c" fill="#CCCCCD" fill-rule="evenodd"/><path stroke="#7B716A" stroke-opacity=".66" stroke-width=".5" d="M4.25 2.75h1v1.5h-1v1h-1.5v-1h-1v-1.5h1v-1h1.5z"/><circle cx="3.5" cy="3.5" r="1" fill="#7B716A"/></g></svg>';
export const mt_flag = flag;
export const mtFlag = flag;