angular-line-awesome
Version:
Angular Line Awesome is an Angular component to manage Line Awesome icons.
5 lines (4 loc) • 431 B
JavaScript
export const lasLaptop = {
name: 'las-laptop',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M5 6v13.563l-2.281 2.312A2.451 2.451 0 002 23.594 2.417 2.417 0 004.406 26h23.188A2.417 2.417 0 0030 23.594c0-.64-.266-1.266-.719-1.719L27 19.562V6zm2 2h18v11H7zm-.563 13h19.125l2.313 2.281a.465.465 0 01.125.313.385.385 0 01-.406.406H4.406A.385.385 0 014 23.594c0-.11.047-.235.125-.313z"/></svg>`
};