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 IosArrowRtl24Regular = ( /*#__PURE__*/createFluentIcon('IosArrowRtl24Regular', "24", ["m19.7 12-8.49-8.73a.75.75 0 1 1 1.08-1.04l9 9.25c.28.29.28.75 0 1.04l-9 9.25a.75.75 0 1 1-1.08-1.04l8.5-8.73Z"]));
export const IosArrowRtl24Filled = ( /*#__PURE__*/createFluentIcon('IosArrowRtl24Filled', "24", ["M11.27 3.69a1 1 0 1 1 1.46-1.38l8.5 9a1 1 0 0 1 0 1.38l-8.5 9a1 1 0 1 1-1.46-1.38L19.12 12l-7.85-8.31Z"]));