import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M7.032 15c.439 0 .817 0 1.13-.021.33-.023.66-.072.986-.207a3 3 0 0 0 1.624-1.624c.135-.326.184-.656.207-.986.049-.717.021-1.443.021-2.162a3 3 0 0 0-3-3H7v-.247c0-1.538-1.86-2.308-2.947-1.22-.229.229-.457.458-.687.686-.48.48-.907.905-1.138 1.461-.23.557-.23 1.16-.228 1.838.001.906-.044 1.824.047 2.726.05.494.162.979.459 1.423.219.327.5.609.827.828.444.296.93.408 1.423.458.754.077 1.519.047 2.276.047ZM18.042 20.977c.439 0 .817 0 1.13-.022.33-.022.66-.072.986-.207a3 3 0 0 0 1.624-1.623c.135-.326.184-.656.207-.986.049-.718.021-1.444.021-2.162a3 3 0 0 0-3-3h-1v-.247c0-1.538-1.859-2.308-2.946-1.221l-.688.687c-.48.48-.907.905-1.137 1.46-.23.557-.23 1.16-.229 1.838.002.906-.044 1.825.048 2.727.05.493.161.978.458 1.422a3 3 0 0 0 .828.828c.444.296.929.408 1.422.458.754.077 1.519.048 2.276.048Z" clipRule="evenodd" /></svg>;
export default SvgComponent;