Skip to content

Commit 83b0d7f

Browse files
committed
Switch to play icon
1 parent a828097 commit 83b0d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdbook-spec/src/admonitions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ICON_NOTE: &str = r#"<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5
2727
const ICON_WARNING: &str = r#"<path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>"#;
2828

2929
// This icon is from GitHub, MIT License, see https://github.com/primer/octicons
30-
const ICON_EXAMPLE: &str = r#"<path d="M 5.0693987,1.2383101 11.496127,7.665038 a 0.47311013,0.47311013 0 0 1 0,0.669924 L 5.0693987,14.76169 A 0.47311013,0.47311013 0 0 1 4.2613266,14.426728 V 1.573272 A 0.47311013,0.47311013 0 0 1 5.0693987,1.2383101 Z"></path>"#;
30+
const ICON_EXAMPLE: &str = r#"<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z"></path>"#;
3131

3232
/// Converts blockquotes with special headers into admonitions.
3333
///

0 commit comments

Comments
 (0)