This commit is contained in:
Pascal Fischer
2023-05-10 00:46:38 +02:00
parent c15d7607e2
commit 6131138e65
13 changed files with 476 additions and 25 deletions

View File

@@ -11,6 +11,18 @@ export const h2 = function H2(props) {
return <Heading level={2} {...props} />
}
export const h3 = function H3(props) {
return <Heading level={3} {...props} />
}
export const h4 = function H4(props) {
return <Heading level={4} {...props} />
}
export const h5 = function H5(props) {
return <Heading level={5} {...props} />
}
function InfoIcon(props) {
return (
<svg viewBox="0 0 16 16" aria-hidden="true" {...props}>