README
pipe-automater
Inline SVG Support
It process your SVG file and returns a React component. Important: file extension must be .inline.svg
import React from 'react'
import IconRemove from './icons/remove.inline.svg'
/** Inline SVG Component */
const RemoveIcon = () => (
<IconRemove />
)