pipe-automater
v0.0.173
Published
#### Inline SVG Support It process your SVG file and returns a React component. **Important: file extension must be .inline.svg**
Downloads
23
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 />
)