pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 1.54 kB
JavaScript
const illustration = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 80 80"><path fill="#DBF0DF" d="M40 80c22.091 0 40-17.909 40-40S62.091 0 40 0 0 17.909 0 40s17.909 40 40 40"/><mask id="company-settings_svg__a" width="80" height="80" x="0" y="0" mask-type="alpha" maskUnits="userSpaceOnUse"><path fill="#fff" fill-rule="evenodd" d="M40 80c22.091 0 40-17.909 40-40S62.091 0 40 0 0 17.909 0 40s17.909 40 40 40" clip-rule="evenodd"/></mask><g fill-rule="evenodd" clip-rule="evenodd" mask="url(#company-settings_svg__a)"><path fill="#00A0D6" d="M62 36.983v5.994l-5.8 2.118c-.28 1-.64 1.919-1.12 2.758l2.6 5.595-4.24 4.236-5.6-2.598c-.88.44-1.76.84-2.72 1.12L43 62h-6l-2.12-5.795c-.96-.28-1.84-.68-2.72-1.119l-5.6 2.598-4.24-4.236 2.6-5.595c-.44-.88-.8-1.759-1.12-2.758L18 42.977v-5.994l5.8-2.078c.28-1 .68-1.919 1.12-2.758l-2.6-5.595 4.24-4.236 5.6 2.598c.88-.44 1.76-.84 2.72-1.12L37 18h6l2.12 5.755c.96.28 1.84.68 2.72 1.119l5.6-2.598 4.24 4.236-2.6 5.595c.44.88.8 1.759 1.12 2.758zM33.931 40A6.06 6.06 0 0 0 40 46.069 6.06 6.06 0 0 0 46.069 40 6.06 6.06 0 0 0 40 33.931 6.06 6.06 0 0 0 33.931 40"/><path fill="#0C7BAD" d="M40 62h3l2.12-5.795c.96-.28 1.84-.68 2.72-1.119l5.6 2.598 4.24-4.236-2.6-5.595c.48-.84.84-1.759 1.12-2.758l5.8-2.118v-5.994l-5.8-2.118c-.32-1-.68-1.879-1.12-2.758l2.6-5.595-4.24-4.236-5.6 2.598c-.88-.44-1.76-.84-2.72-1.12L43 18h-3v15.931A6.06 6.06 0 0 1 46.069 40 6.06 6.06 0 0 1 40 46.069z"/></g></svg>';
export const company_settings = illustration;
export const companySettings = illustration;