first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const Cd16Regular = ( /*#__PURE__*/createFluentIcon('Cd16Regular', "16", ["M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM7 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2ZM3 8a5 5 0 1 1 10 0A5 5 0 0 1 3 8Z"]));
export const Cd16Filled = ( /*#__PURE__*/createFluentIcon('Cd16Filled', "16", ["M8 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm0-7a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z"]));