diff --git a/.changeset/add-hugging-face.md b/.changeset/add-hugging-face.md new file mode 100644 index 0000000..c7fefa8 --- /dev/null +++ b/.changeset/add-hugging-face.md @@ -0,0 +1,9 @@ +--- +"@brand-icons/core": minor +"@brand-icons/react": minor +"@brand-icons/vue": minor +"@brand-icons/svelte": minor +"@brand-icons/wc": minor +--- + +Add **Hugging Face** brand icon (2 millésimes). diff --git a/apps/docs/src/lib/all-icons.ts b/apps/docs/src/lib/all-icons.ts index c7060f2..2f5f07e 100644 --- a/apps/docs/src/lib/all-icons.ts +++ b/apps/docs/src/lib/all-icons.ts @@ -53,6 +53,7 @@ export const latestIconBySlug: Readonly> = { 'google-tasks': BrandIcons.GoogleTasksLatestIcon, 'google-vids': BrandIcons.GoogleVidsLatestIcon, 'google-voice': BrandIcons.GoogleVoiceLatestIcon, + 'hugging-face': BrandIcons.HuggingFaceLatestIcon, jetbrains: BrandIcons.JetBrainsLatestIcon, jira: BrandIcons.JiraLatestIcon, 'lemon-squeezy': BrandIcons.LemonSqueezyLatestIcon, diff --git a/icons/hugging-face/2019/color.svg b/icons/hugging-face/2019/color.svg new file mode 100644 index 0000000..645d795 --- /dev/null +++ b/icons/hugging-face/2019/color.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/hugging-face/2019/mono.svg b/icons/hugging-face/2019/mono.svg new file mode 100644 index 0000000..7203a1b --- /dev/null +++ b/icons/hugging-face/2019/mono.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/hugging-face/2024/color.svg b/icons/hugging-face/2024/color.svg new file mode 100644 index 0000000..7b943b0 --- /dev/null +++ b/icons/hugging-face/2024/color.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/hugging-face/2024/mono.svg b/icons/hugging-face/2024/mono.svg new file mode 100644 index 0000000..5e305b4 --- /dev/null +++ b/icons/hugging-face/2024/mono.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/hugging-face/meta.json b/icons/hugging-face/meta.json new file mode 100644 index 0000000..8e00a01 --- /dev/null +++ b/icons/hugging-face/meta.json @@ -0,0 +1,40 @@ +{ + "slug": "hugging-face", + "name": "Hugging Face", + "category": "ai", + "description": "Open-source AI platform and community hub for sharing machine learning models, datasets, and applications.", + "tags": [ + "machine-learning", + "open-source", + "model-hub", + "nlp", + "transformers", + "dataset-hosting", + "llm", + "inference-api", + "spaces", + "community" + ], + "brandColor": "#FFD21E", + "url": "https://huggingface.co", + "repository": "https://huggingface.co/datasets/huggingface/brand-assets", + "license": "Trademark — usage for identification (fair use)", + "aliases": ["hf", "huggingface"], + "latest": "2024", + "years": [ + { + "year": "2019", + "palette": ["#FFD21E", "#FF9D0B", "#3A3B45", "#FF323D"], + "source": "https://huggingface.co/front/assets/huggingface_logo-noborder.svg", + "notes": "Original emoji-style face mark used on the Hugging Face website since the early ML-community pivot. 9-path design with prominent hands, dimensions 95x88." + }, + { + "year": "2024", + "palette": ["#FFD21E", "#FFAD03", "#FF9D00", "#FF323D", "#32343D"], + "source": "https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg?download=true", + "notes": "Official brand asset from the huggingface/brand-assets dataset. Refined 6-path design at 256x256. Recommended mark from huggingface.co/brand." + } + ], + "addedAt": "2026-05-23", + "updatedAt": "2026-05-23" +}