UNPKG

@sparkpost/matchbox

Version:
12 lines (8 loc) 388 B
import React from 'react' import Icon from 'react-icon-base' const MdFormatIndentDecrease = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m18.4 21.6v-3.2h16.6v3.2h-16.6z m0-6.6v-3.4h16.6v3.4h-16.6z m-13.4-10h30v3.4h-30v-3.4z m0 30v-3.4h30v3.4h-30z m0-15l6.6-6.6v13.2z m13.4 8.4v-3.4h16.6v3.4h-16.6z"/></g> </Icon> ) export default MdFormatIndentDecrease