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 ColumnSingle16Regular = ( /*#__PURE__*/createFluentIcon('ColumnSingle16Regular', "16", ["M5.75 2C4.78 2 4 2.78 4 3.75v8.5c0 .97.78 1.75 1.75 1.75h3.5c.97 0 1.75-.78 1.75-1.75v-8.5C11 2.78 10.22 2 9.25 2h-3.5ZM5 3.75c0-.41.34-.75.75-.75h3.5c.41 0 .75.34.75.75V5H5V3.75ZM5 6h5v6.25c0 .41-.34.75-.75.75h-3.5a.75.75 0 0 1-.75-.75V6Z"]));
export const ColumnSingle16Filled = ( /*#__PURE__*/createFluentIcon('ColumnSingle16Filled', "16", ["M4 3.75C4 2.78 4.78 2 5.75 2h3.5c.48 0 .9.2 1.22.5h.03v.03c.3.31.5.74.5 1.22v8.5c0 .97-.78 1.75-1.75 1.75h-3.5C4.78 14 4 13.22 4 12.25v-8.5Zm1 8.5c0 .41.34.75.75.75h3.5c.41 0 .75-.34.75-.75V6H5v6.25Z"]));