UNPKG

@afzalimdad9/react-alert-template-basic

Version:

> Basic alert template for [@afzalimdad9/react-alert](https://github.com/afzalimdad9/react-alert)

4 lines 438 B
import React from 'react'; const BaseIcon = ({ color, pushRight = true, children }) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', style: { marginRight: pushRight ? '20px' : '0', minWidth: 24 } }, children)); export default BaseIcon; //# sourceMappingURL=BaseIcon.js.map