Skip to content

Instantly share code, notes, and snippets.

View phobon's full-sized avatar
🙃

Ben McCormick phobon

🙃
View GitHub Profile
@phobon
phobon / streamline icon template
Created April 29, 2019 00:11
Custom template to use for streamline icons
// default template
module.exports = ({
name,
viewBox,
pathData
}) => `import React from 'react'
const ${name}Icon = ({
size,
color,