@@ -12,7 +12,7 @@ export const EmojiIconLarge = () => {
1212 const { t } = useTranslationContext ( 'EmojiIconLarge' ) ;
1313
1414 return (
15- < svg height = '28' width = '28' xmlns = 'http://www.w3.org/2000/svg' >
15+ < svg height = '28' viewBox = '0 0 28 28' width = '28' xmlns = 'http://www.w3.org/2000/svg' >
1616 < title > { t < string > ( 'Open emoji picker' ) } </ title >
1717 < g clipRule = 'evenodd' fillRule = 'evenodd' >
1818 < path d = 'M14 4.4C8.6 4.4 4.4 8.6 4.4 14c0 5.4 4.2 9.6 9.6 9.6c5.4 0 9.6-4.2 9.6-9.6c0-5.4-4.2-9.6-9.6-9.6zM2 14c0-6.6 5.4-12 12-12s12 5.4 12 12s-5.4 12-12 12s-12-5.4-12-12zM12.8 11c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s1.8.8 1.8 1.8zM18.8 11c0 1-.8 1.8-1.8 1.8s-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s1.8.8 1.8 1.8zM8.6 15.4c.6-.4 1.2-.2 1.6.2c.6.8 1.6 1.8 3 2c1.2.4 2.8.2 4.8-2c.4-.4 1.2-.6 1.6 0c.4.4.6 1.2 0 1.6c-2.2 2.6-4.8 3.4-7 3c-2-.4-3.6-1.8-4.4-3c-.4-.6-.2-1.2.4-1.8z' />
@@ -25,7 +25,7 @@ export const EmojiIconSmall = () => {
2525 const { t } = useTranslationContext ( 'EmojiIconSmall' ) ;
2626
2727 return (
28- < svg height = '14' width = '14' xmlns = 'http://www.w3.org/2000/svg' >
28+ < svg height = '14' viewBox = '0 0 14 14' width = '14' xmlns = 'http://www.w3.org/2000/svg' >
2929 < title > { t < string > ( 'Open emoji picker' ) } </ title >
3030 < g clipRule = 'evenodd' fillRule = 'evenodd' >
3131 < path d = 'M6.7 1.42C3.73 1.42 1.42 3.73 1.42 6.7c0 2.97 2.31 5.28 5.28 5.28c2.97 0 5.28-2.31 5.28-5.28c0-2.97-2.31-5.28-5.28-5.28zM.1 6.7c0-3.63 2.97-6.6 6.6-6.6s6.6 2.97 6.6 6.6s-2.97 6.6-6.6 6.6s-6.6-2.97-6.6-6.6zM6.04 5.05c0 .55-.44.99-.99.99s-.99-.44-.99-.99s.44-.99.99-.99s.99.44.99.99zM9.34 5.05c0 .55-.44.99-.99.99s-.99-.44-.99-.99s.44-.99.99-.99s.99.44.99.99zM3.73 7.47c.33-.22.66-.11.88.11c.33.44.88.99 1.65 1.1c.66.22 1.54.11 2.64-1.1c.22-.22.66-.33.88 0c.22.22.33.66 0 .88c-1.21 1.43-2.64 1.87-3.85 1.65c-1.1-.22-1.98-.99-2.42-1.65c-.22-.33-.11-.66.22-.99z' />
@@ -52,7 +52,7 @@ export const FileUploadIcon = () => {
5252 const { t } = useTranslationContext ( 'FileUploadIcon' ) ;
5353
5454 return (
55- < svg height = '14' width = '14' xmlns = 'http://www.w3.org/2000/svg' >
55+ < svg height = '14' viewBox = '0 0 14 14' width = '14' xmlns = 'http://www.w3.org/2000/svg' >
5656 < title > { t < string > ( 'Attach files' ) } </ title >
5757 < path
5858 d = 'M7 .5c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5S.5 10.59.5 7 3.41.5 7 .5zm0 12c3.031 0 5.5-2.469 5.5-5.5S10.031 1.5 7 1.5A5.506 5.506 0 0 0 1.5 7c0 3.034 2.469 5.5 5.5 5.5zM7.506 3v3.494H11v1.05H7.506V11h-1.05V7.544H3v-1.05h3.456V3h1.05z'
@@ -66,7 +66,7 @@ export const FileUploadIconFlat = () => {
6666 const { t } = useTranslationContext ( 'FileUploadIconFlat' ) ;
6767
6868 return (
69- < svg height = '14' width = '14' xmlns = 'http://www.w3.org/2000/svg' >
69+ < svg height = '14' viewBox = '0 0 14 14' width = '14' xmlns = 'http://www.w3.org/2000/svg' >
7070 < title > { t < string > ( 'Attach files' ) } </ title >
7171 < path
7272 d = 'M1.667.333h10.666c.737 0 1.334.597 1.334 1.334v10.666c0 .737-.597 1.334-1.334 1.334H1.667a1.333 1.333 0 0 1-1.334-1.334V1.667C.333.93.93.333 1.667.333zm2 1.334a1.667 1.667 0 1 0 0 3.333 1.667 1.667 0 0 0 0-3.333zm-2 9.333v1.333h10.666v-4l-2-2-4 4-2-2L1.667 11z'
0 commit comments