import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEducation = withIcon(function IconEducation(props) {
    return (<svg data-tag="IconEducation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.904 12.865c.62 4.054.926 6.087.061 7.108C18.1 20.993 16.063 21 12 21s-6.1-.007-6.965-1.027c-.865-1.02-.56-3.054.061-7.107v-.005l.002-.005c.048-.313.154-.512.32-.596.165-.084.389-.054.67.092l2.113 1.092 2.113 1.092c.31.16.595.277.871.352a3.03 3.03 0 0 0 1.63 0c.276-.075.56-.191.87-.351l.534-.276.532-.275c.309-.16.559-.181.731-.076.173.105.268.336.268.684v.625a2.248 2.248 0 0 1-.238 1.006l-.224.449-.224.448c-.332.665-.453 1.072-.305 1.312.147.241.564.316 1.305.316a1.185 1.185 0 0 0 1.186-1.18v-4.46c0-.173.016-.285.07-.374.054-.088.146-.154.3-.233l.146-.076.146-.075c.281-.145.505-.176.67-.092.166.084.273.283.32.596l.001.005zm-1.654-2.462c0-.197-.014-.318-.072-.413-.058-.095-.16-.163-.334-.253l-2.018-1.044-2.018-1.043a1.138 1.138 0 0 0-.594-.149c-.188.01-.375.076-.587.188-.21.11-.313.26-.31.408.002.149.11.297.32.406l1.955 1.01 1.955 1.011c.087.046.138.08.167.127.029.048.036.108.036.207v.466c0 .176-.024.302-.086.404-.062.103-.164.182-.32.262l-1.173.607-1.174.607c-.382.197-.69.296-.997.296-.308 0-.615-.098-.997-.296l-4.127-2.133L2.75 8.937c-.333-.172-.5-.43-.5-.687 0-.257.167-.515.5-.687L6.876 5.43l4.127-2.134C11.385 3.1 11.693 3 12 3c.307 0 .615.099.997.296l4.126 2.134 4.127 2.133c.333.172.5.43.5.687 0 .258-.167.515-.5.687l-1.733.896-1.732.896c-.152.079-.286.083-.382.025-.096-.058-.153-.18-.153-.351"/>
    </svg>);
});
//# sourceMappingURL=Education.jsx.map