import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBellPlus = withIcon(function IconBellPlus(props) {
    return (<svg data-tag="IconBellPlus" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M22.5 6a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0m-3.656.61h1.265c.168 0 .347-.017.47-.14.123-.123.14-.303.14-.47 0-.167-.017-.347-.14-.47-.123-.123-.302-.14-.47-.14h-1.265c-.17 0-.201-.025-.205-.029-.004-.004-.03-.035-.03-.205V3.891c0-.168-.016-.348-.139-.47-.123-.123-.302-.14-.47-.14-.167 0-.347.017-.47.14-.123.123-.14.302-.14.47v1.265c0 .17-.025.201-.029.205-.004.004-.035.03-.205.03h-1.265c-.168 0-.348.016-.47.139-.123.123-.14.303-.14.47 0 .167.017.347.14.47.123.123.302.14.47.14h1.265c.17 0 .201.025.205.029.004.004.03.035.03.205v1.265c0 .168.016.348.139.47.123.123.303.14.47.14.167 0 .347-.017.47-.14.123-.123.14-.302.14-.47V6.844c0-.17.025-.201.029-.205.004-.004.035-.03.205-.03" clipRule="evenodd"/>
      <path d="M12 3c.401 0 .794.036 1.176.105a5.625 5.625 0 0 0 5.386 8.492c.016.517.06.876.173 1.204.182.525.544.972 1.265 1.86 1.02 1.258 1.27 2.092.704 2.613-.566.52-1.947.726-4.188.726h-1.613c-.353 0-.58.06-.697.207-.116.146-.122.377-.031.717a2.222 2.222 0 0 1 .075.576 2.24 2.24 0 0 1-.66 1.591 2.24 2.24 0 0 1-1.59.66 2.243 2.243 0 0 1-1.591-.66 2.243 2.243 0 0 1-.584-2.167c.09-.34.085-.571-.032-.717C9.677 18.06 9.45 18 9.097 18H7.483c-2.24 0-3.621-.206-4.187-.727-.566-.52-.316-1.354.704-2.611.721-.889 1.083-1.336 1.265-1.861.181-.525.183-1.127.183-2.327v-.922a6.53 6.53 0 0 1 1.919-4.633A6.531 6.531 0 0 1 12 3"/>
    </svg>);
});
//# sourceMappingURL=BellPlus.jsx.map