pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 1.12 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="tw_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="tw_flag_svg__b" x1="50%" x2="50%" y1="0%" y2="93.767%"><stop offset="0%" stop-color="#FE3030"/><stop offset="100%" stop-color="red"/></linearGradient><linearGradient id="tw_flag_svg__c" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#0909B6"/><stop offset="100%" stop-color="#000096"/></linearGradient></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="url(#tw_flag_svg__a)" d="M0 0h21v15H0z"/><path fill="url(#tw_flag_svg__b)" d="M0 0h21v15H0z"/><path fill="url(#tw_flag_svg__c)" d="M0 8h11V0H0z"/><path fill="url(#tw_flag_svg__a)" d="m5.5 5.25-.957 1.06.073-1.426-1.426.073L4.25 4l-1.06-.957 1.426.073-.073-1.426.957 1.06.957-1.06-.073 1.426 1.426-.073L6.75 4l1.06.957-1.426-.073.073 1.426z"/></g></svg>';
export const tw_flag = flag;
export const twFlag = flag;