UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 404 B
import React from 'react' import Icon from 'react-icon-base' const MdFormatIndentIncrease = 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 m13.4 23.4v-3.4h16.6v3.4h-16.6z m-13.4-15l6.6 6.6-6.6 6.6v-13.2z m0 21.6v-3.4h30v3.4h-30z"/></g> </Icon> ) export default MdFormatIndentIncrease