mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
version bump
This commit is contained in:
parent
db0c3b56aa
commit
6c57c57c86
@ -2,7 +2,7 @@
|
||||
<img src="https://cdn.simpleicons.org/simpleicons/000/fff" alt="Simple Icons" width=70>
|
||||
<h3 align="center">Simple Icons</h3>
|
||||
<p align="center">
|
||||
Over 3000 Free SVG icons for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub.</p>
|
||||
Over 3100 Free SVG icons for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub.</p>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-icons",
|
||||
"version": "11.10.0",
|
||||
"version": "11.11.0",
|
||||
"description": "SVG icons for popular brands https://simpleicons.org",
|
||||
"homepage": "https://simpleicons.org",
|
||||
"keywords": [
|
||||
|
4
sdk.d.ts
vendored
4
sdk.d.ts
vendored
@ -62,8 +62,8 @@ export type IconData = {
|
||||
|
||||
/* The next code is autogenerated from sdk.mjs */
|
||||
|
||||
export const URL_REGEX: RegExp; // eslint-disable-line @typescript-eslint/naming-convention
|
||||
export const SVG_PATH_REGEX: RegExp; // eslint-disable-line @typescript-eslint/naming-convention
|
||||
export const URL_REGEX: RegExp;
|
||||
export const SVG_PATH_REGEX: RegExp;
|
||||
export function getDirnameFromImportMeta(importMetaUrl: string): string;
|
||||
export function getIconSlug(icon: IconData): string;
|
||||
export function svgToPath(svg: string): string;
|
||||
|
Loading…
Reference in New Issue
Block a user