import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBell = withIcon(function IconBell(props) {
    return (<svg data-tag="IconBell" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.75 19.5a2.257 2.257 0 0 1 .075-.576c.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 3c1.81 0 3.447.733 4.633 1.92a6.531 6.531 0 0 1 1.919 4.632v.922c0 1.2.001 1.802.183 2.327.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-.66A2.243 2.243 0 0 1 9.75 19.5"/>
    </svg>);
});
//# sourceMappingURL=Bell.jsx.map