Progress
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
const CommentIcon = ({
|
||||
className = '',
|
||||
width = '26px',
|
||||
height = '26px',
|
||||
viewBox = '0 0 48 48',
|
||||
size = '26px',
|
||||
title = 'Comment',
|
||||
}) => (
|
||||
<svg
|
||||
@@ -11,9 +9,9 @@ const CommentIcon = ({
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
x='0px'
|
||||
y='0px'
|
||||
width={width}
|
||||
height={height}
|
||||
viewBox={viewBox}
|
||||
width={size}
|
||||
height={size}
|
||||
viewBox='0 0 48 48'
|
||||
xmlSpace='preserve'
|
||||
aria-label={title}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user