defaultAttributes.ts11 lines · main
| 1 | export default { |
| 2 | xmlns: 'http://www.w3.org/2000/svg', |
| 3 | width: 24, |
| 4 | height: 24, |
| 5 | viewBox: '0 0 24 24', |
| 6 | fill: 'none', |
| 7 | stroke: 'currentColor', |
| 8 | strokeWidth: 2, |
| 9 | strokeLinecap: 'round', |
| 10 | strokeLinejoin: 'round', |
| 11 | } |