pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 826 B
JavaScript
const icon = '<svg class="pn-icon-svg" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-2 -2 24 24"><defs><linearGradient id="spinner-blue_svg__a" x1="8.042%" x2="65.682%" y1="0%" y2="23.865%"><stop offset="0%" stop-color="#005d92" stop-opacity="0"/><stop offset="20%" stop-color="#005d92" stop-opacity="0"/><stop offset="50%" stop-color="#005d92" stop-opacity=".33"/><stop offset="100%" stop-color="#005d92"/></linearGradient></defs><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><circle cx="12" cy="12" r="9" stroke="url(#spinner-blue_svg__a)" stroke-width="2" transform="translate(-2 -2)"/><animateTransform attributeName="transform" dur=".8s" from="0 10 10" repeatCount="indefinite" to="360 10 10" type="rotate"/></g></svg>';
export const spinner_blue = icon;
export const spinnerBlue = icon;