import React from 'react'; export default function Visibility(props) { return (
); } Visibility.defaultProps = { height: 24, width: 24, viewBox: '0 0 24 24', open: false, };