angular-line-awesome
Version:
Angular Line Awesome is an Angular component to manage Line Awesome icons.
5 lines (4 loc) • 762 B
JavaScript
export const larDizzy = {
name: 'lar-dizzy',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13 13-5.832 13-13S23.168 3 16 3zm0 2c6.065 0 11 4.935 11 11s-4.935 11-11 11S5 22.065 5 16 9.935 5 16 5zm-6.293 5.293l-1.414 1.414 1.793 1.793-1.793 1.793 1.414 1.414 1.793-1.793 1.793 1.793 1.414-1.414-1.793-1.793 1.793-1.793-1.414-1.414-1.793 1.793-1.793-1.793zm9 0l-1.414 1.414 1.793 1.793-1.793 1.793 1.414 1.414 1.793-1.793 1.793 1.793 1.414-1.414-1.793-1.793 1.793-1.793-1.414-1.414-1.793 1.793-1.793-1.793zM16 18c-2.206 0-4 1.525-4 3.4 0 1.725 1.346 2.6 4 2.6s4-.875 4-2.6c0-1.875-1.794-3.4-4-3.4zm0 2c1.084 0 2 .641 2 1.4 0 .164 0 .6-2 .6s-2-.436-2-.6c0-.759.916-1.4 2-1.4z"/></svg>`
};