From 7da2f39282cc166c09c78b3da3fa0569539fcd30 Mon Sep 17 00:00:00 2001 From: Richard Ward Date: Tue, 30 Dec 2025 13:46:18 +0000 Subject: [PATCH] code: tsx,icons,formatbold (1 files) --- fakemui/icons/FormatBold.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fakemui/icons/FormatBold.tsx diff --git a/fakemui/icons/FormatBold.tsx b/fakemui/icons/FormatBold.tsx new file mode 100644 index 000000000..06fc78ace --- /dev/null +++ b/fakemui/icons/FormatBold.tsx @@ -0,0 +1,8 @@ +import React from 'react' +import { Icon, IconProps } from './Icon' + +export const FormatBold = (props: IconProps) => ( + + + +)