modo-mobile
Version:
A mobile UI toolkit, based on React
8 lines • 375 B
JavaScript
import _defineProperty from 'babel-runtime/helpers/defineProperty';
// These props make sure that the SVG behaviours like general text.
// Reference: https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
export var svgBaseProps = _defineProperty({
width: '1em',
height: '1em',
fill: 'currentColor'
}, 'aria-hidden', 'true');