import React from 'react'
import logoPathString from './logo-path'
const Snippets = (props) => {
const fill = { fill: 'currentColor', stroke: 'none' }
const stroke = { fill: 'none', stroke: 'currentColor' }
return [
,
,
/>
,
,
,
,
,
]
}
export default Snippets