Update RequireJS icon

main
Chris 2 years ago
parent d8988d6a44
commit 6772d86295

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

@ -0,0 +1,12 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3323_430)">
<path d="M16 32C24.8366 32 32 24.8366 32 16C32 7.16345 24.8366 0 16 0C7.16345 0 0 7.16345 0 16C0 24.8366 7.16345 32 16 32Z" fill="#43A5EB"/>
<path d="M16.0562 26.7041C21.9462 26.7041 26.721 21.9293 26.721 16.0393C26.721 10.1493 21.9462 5.37451 16.0562 5.37451C10.1662 5.37451 5.39136 10.1493 5.39136 16.0393C5.39136 21.9293 10.1662 26.7041 16.0562 26.7041Z" fill="#F34B41"/>
<path d="M16.0563 21.4442C19.0417 21.4442 21.4618 19.0241 21.4618 16.0388C21.4618 13.0534 19.0417 10.6333 16.0563 10.6333C13.071 10.6333 10.6509 13.0534 10.6509 16.0388C10.6509 19.0241 13.071 21.4442 16.0563 21.4442Z" fill="#FEFB1F"/>
</g>
<defs>
<clipPath id="clip0_3323_430">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 857 B

@ -1169,7 +1169,7 @@
12 12
], ],
"description": "RequireJS is a JavaScript library and file loader which manages the dependencies between JavaScript files and in modular programming.", "description": "RequireJS is a JavaScript library and file loader which manages the dependencies between JavaScript files and in modular programming.",
"icon": "RequireJS.png", "icon": "RequireJS.svg",
"js": { "js": {
"requirejs.version": "^(.+)$\\;version:\\1" "requirejs.version": "^(.+)$\\;version:\\1"
}, },
@ -2121,4 +2121,4 @@
"scripts": "/recaptcha/api\\.js", "scripts": "/recaptcha/api\\.js",
"website": "https://www.google.com/recaptcha/" "website": "https://www.google.com/recaptcha/"
} }
} }

Loading…
Cancel
Save