import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCompose = withIcon(function IconCompose(props) {
    return (<svg data-tag="IconCompose" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.25 11.96V12c0 4.125 0 6.188-1.031 7.219C18.188 20.25 16.125 20.25 12 20.25s-6.187 0-7.219-1.031c-1.03-1.031-1.03-3.094-1.03-7.219s0-6.187 1.03-7.219C5.813 3.75 7.875 3.75 12.001 3.75h.04c1.304 0 2.017.146 2.173.524.156.377-.245.984-1.168 1.907l-.89.89-.89.89a9.004 9.004 0 0 0-1.832 2.644c-.557 1.226-.94 2.069-1.105 2.727-.164.66-.11 1.134.205 1.624.162.252.381.45.64.586.257.136.554.208.872.208.372 0 .762-.093 1.283-.287.52-.195 1.172-.49 2.066-.897a9.013 9.013 0 0 0 2.643-1.831l.89-.89.891-.892c.923-.922 1.53-1.323 1.908-1.167.377.155.523.869.523 2.173m.706-8.916c-.53-.53-.927-.794-1.326-.794-.398 0-.796.265-1.325.794l-2.99 2.99-2.99 2.989c-.478.478-.719.72-.91.996-.192.276-.333.587-.614 1.203-.82 1.804-1.227 2.708-.979 2.956.248.248 1.152-.16 2.956-.98.616-.28.927-.421 1.203-.613.276-.191.518-.432.996-.91l2.99-2.99 2.99-2.99c.528-.529.793-.927.793-1.325 0-.399-.265-.797-.794-1.326"/>
    </svg>);
});
//# sourceMappingURL=Compose.jsx.map