This commit is contained in:
mgabdev
2020-04-23 02:13:29 -04:00
parent fed036be08
commit e2e7e8c0af
177 changed files with 1231 additions and 1326 deletions

View File

@@ -1,8 +1,6 @@
const GabLogo = ({
className = _s.fillColorBrand,
width = '50px',
height = '30px',
viewBox = '0 0 50 30'
size = '50px',
}) => (
<svg
className={className}
@@ -10,9 +8,9 @@ const GabLogo = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 50 30'
xmlSpace='preserve'
>
<g>