styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Bell = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M19.715 17.301c-.017-.018-1.717-1.854-1.73-6.32a6.01 6.01 0 00-4.019-5.641L14 5c0-1.103-.896-2-2-2s-2 .897-2 2l.034.338c-2.336.816-4.019 3.036-4.019 5.646 0 4.462-1.711 6.296-1.721 6.306A1.002 1.002 0 005 19h3.143c.447 1.72 1.999 3 3.857 3s3.41-1.28 3.857-3H19c.4 0 .758-.243.915-.61s.076-.799-.2-1.089zM12 7c2.189 0 3.978 1.789 3.984 3.987.002.728.046 1.396.118 2.013h-8.2c.071-.617.113-1.286.113-2.016A3.99 3.99 0 0112 7zm0 13a1.993 1.993 0 01-1.722-1h3.443A1.99 1.99 0 0112 20zm-5.186-3c.352-.736.705-1.731.938-3h8.502c.234 1.269.588 2.264.938 3H6.814z", key: "k0" })));
});
Bell.displayName = 'Bell';
export var BellDimensions = { height: 24, width: 24 };