react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.54 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdFlipToFront extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m11.64 35v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m6.719999999999999 0v-3.3599999999999994h3.2833333333333314v3.3599999999999994h-3.2833333333333314z m13.280000000000001-10v-16.64h-16.64v16.64h16.64z m0-20q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.3400000000000007v16.64333333333333q0 1.326666666666668-1.0166666666666657 2.3416666666666686t-2.3433333333333337 1.0166666666666657h-16.64q-1.4066666666666663 0-2.383333333333333-1.0166666666666657t-0.9766666666666666-2.3416666666666686v-16.64333333333333q0-1.328333333333335 0.9766666666666666-2.3433333333333355t2.383333333333333-1.0133333333333336h16.64z m-6.640000000000001 30v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m-20-20v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m3.3599999999999994 20q-1.4066666666666663 0-2.383333333333333-1.0166666666666657t-0.9766666666666666-2.34h3.3599999999999994v3.3566666666666656z m-3.3599999999999994-6.640000000000001v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m0-6.719999999999999v-3.2833333333333314h3.3599999999999994v3.2833333333333314h-3.3599999999999994z"/></g>
</IconBase>
);
}
}