farmcontrol-ui/src/components/Icons/FunctionIcon.jsx
Tom Butcher e4255443a0
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
New number calculator functionality.
2026-03-06 23:38:30 +00:00

7 lines
218 B
JavaScript

import Icon from '@ant-design/icons'
import CustomIconSvg from '../../../assets/icons/functionicon.svg?react'
const FunctionIcon = (props) => <Icon component={CustomIconSvg} {...props} />
export default FunctionIcon