pipe-automater

#### Inline SVG Support It process your SVG file and returns a React component. **Important: file extension must be .inline.svg**

Usage no npm install needed!

<script type="module">
  import pipeAutomater from 'https://cdn.skypack.dev/pipe-automater';
</script>

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 />
)