Private
Public Access
1
0

feat: Fluent UI Outlook Lite + connections mockup

This commit is contained in:
2026-04-14 18:52:25 +00:00
parent 1199eff6c3
commit dfa4010406
34820 changed files with 1003813 additions and 205 deletions

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"]));