import * as React from 'react' import {EmotionIcon, EmotionIconBase, EmotionIconProps} from '@emotion-icons/emotion-icon' export const History: EmotionIcon = React.forwardRef((props, ref) => { const attrs: React.SVGProps = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", } return ( ) }) History.displayName = 'History' export const HistoryDimensions = {height: 24, width: 24}