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