@@ -3,41 +3,23 @@ import React from 'react'
33import { Props } from './props.type.js'
44
55export const Slack : React . FC < Props > = ( { width = 72 , height = 72 } ) => (
6- < svg
7- width = { width }
8- height = { height }
9- viewBox = "70 70 140 140"
10- version = "1.1"
11- xmlns = "http://www.w3.org/2000/svg"
12- >
6+ < svg width = { width } height = { height } viewBox = "70 70 140 140" version = "1.1" xmlns = "http://www.w3.org/2000/svg" >
137 < g >
148 < g >
159 < path style = { { fill : '#E01E5A' } } d = "M99.4,151.2c0,7.1-5.8,12.9-12.9,12.9c-7.1,0-12.9-5.8-12.9-12.9c0-7.1,5.8-12.9,12.9-12.9h12.9V151.2z" />
16- < path
17- style = { { fill : '#E01E5A' } }
18- d = "M105.9,151.2c0-7.1,5.8-12.9,12.9-12.9s12.9,5.8,12.9,12.9v32.3c0,7.1-5.8,12.9-12.9,12.9s-12.9-5.8-12.9-12.9V151.2z"
19- />
10+ < path style = { { fill : '#E01E5A' } } d = "M105.9,151.2c0-7.1,5.8-12.9,12.9-12.9s12.9,5.8,12.9,12.9v32.3c0,7.1-5.8,12.9-12.9,12.9s-12.9-5.8-12.9-12.9V151.2z" />
2011 </ g >
2112 < g >
2213 < path style = { { fill : '#36C5F0' } } d = "M118.8,99.4c-7.1,0-12.9-5.8-12.9-12.9c0-7.1,5.8-12.9,12.9-12.9s12.9,5.8,12.9,12.9v12.9H118.8z" />
23- < path
24- style = { { fill : '#36C5F0' } }
25- d = "M118.8,105.9c7.1,0,12.9,5.8,12.9,12.9s-5.8,12.9-12.9,12.9H86.5c-7.1,0-12.9-5.8-12.9-12.9s5.8-12.9,12.9-12.9H118.8z"
26- />
14+ < path style = { { fill : '#36C5F0' } } d = "M118.8,105.9c7.1,0,12.9,5.8,12.9,12.9s-5.8,12.9-12.9,12.9H86.5c-7.1,0-12.9-5.8-12.9-12.9s5.8-12.9,12.9-12.9H118.8z" />
2715 </ g >
2816 < g >
2917 < path style = { { fill : '#2EB67D' } } d = "M170.6,118.8c0-7.1,5.8-12.9,12.9-12.9c7.1,0,12.9,5.8,12.9,12.9s-5.8,12.9-12.9,12.9h-12.9V118.8z" />
30- < path
31- style = { { fill : '#2EB67D' } }
32- d = "M164.1,118.8c0,7.1-5.8,12.9-12.9,12.9c-7.1,0-12.9-5.8-12.9-12.9V86.5c0-7.1,5.8-12.9,12.9-12.9c7.1,0,12.9,5.8,12.9,12.9V118.8z"
33- />
18+ < path style = { { fill : '#2EB67D' } } d = "M164.1,118.8c0,7.1-5.8,12.9-12.9,12.9c-7.1,0-12.9-5.8-12.9-12.9V86.5c0-7.1,5.8-12.9,12.9-12.9c7.1,0,12.9,5.8,12.9,12.9V118.8z" />
3419 </ g >
3520 < g >
3621 < path style = { { fill : '#ECB22E' } } d = "M151.2,170.6c7.1,0,12.9,5.8,12.9,12.9c0,7.1-5.8,12.9-12.9,12.9c-7.1,0-12.9-5.8-12.9-12.9v-12.9H151.2z" />
37- < path
38- style = { { fill : '#ECB22E' } }
39- d = "M151.2,164.1c-7.1,0-12.9-5.8-12.9-12.9c0-7.1,5.8-12.9,12.9-12.9h32.3c7.1,0,12.9,5.8,12.9,12.9c0,7.1-5.8,12.9-12.9,12.9H151.2z"
40- />
22+ < path style = { { fill : '#ECB22E' } } d = "M151.2,164.1c-7.1,0-12.9-5.8-12.9-12.9c0-7.1,5.8-12.9,12.9-12.9h32.3c7.1,0,12.9,5.8,12.9,12.9c0,7.1-5.8,12.9-12.9,12.9H151.2z" />
4123 </ g >
4224 </ g >
4325 </ svg >
0 commit comments