From 65350c0839bf5cbbdd128d645018a0f5f07ac14f Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Sat, 27 Jan 2024 01:22:54 +0900 Subject: initial commit --- src/theme/Admonition/Icon/Note.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/theme/Admonition/Icon/Note.js (limited to 'src/theme/Admonition/Icon/Note.js') diff --git a/src/theme/Admonition/Icon/Note.js b/src/theme/Admonition/Icon/Note.js new file mode 100644 index 00000000..e1cc0e4d --- /dev/null +++ b/src/theme/Admonition/Icon/Note.js @@ -0,0 +1,11 @@ +import React from 'react'; +export default function AdmonitionIconNote(props) { + return ( + + + + ); +} -- cgit v1.2.3-54-g00ecf