import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLightBulb = withIcon(function IconLightBulb(props) {
    return (<svg data-tag="IconLightBulb" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18 8.25c0 1.854-.75 3.068-1.5 4.101S15 14.238 15 15.375c0 .449-.057.73-.226.9-.169.168-.45.225-.899.225h-3.75c-.449 0-.73-.057-.9-.226-.168-.169-.225-.45-.225-.899 0-1.136-.75-1.99-1.5-3.024C6.75 11.318 6 10.104 6 8.25a5.98 5.98 0 0 1 1.757-4.243A5.982 5.982 0 0 1 12 2.25c1.657 0 3.157.672 4.243 1.757A5.982 5.982 0 0 1 18 8.25M13.875 18h-3.75c-.449 0-.73.057-.9.226-.168.169-.225.45-.225.899 0 .785.469.963.938 1.043.468.08.937.063.937.457 0 .449.057.73.226.9.169.168.45.225.899.225.45 0 .73-.057.9-.226.168-.169.225-.45.225-.899 0-.394.469-.376.938-.457.468-.08.937-.258.937-1.043 0-.449-.057-.73-.226-.9-.169-.168-.45-.225-.899-.225"/>
    </svg>);
});
//# sourceMappingURL=LightBulb.jsx.map