UNPKG

@kadconsulting/dry

Version:
3 lines 625 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Bell02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bell-02" }), _jsx("path", { className: 'dry-icon-bell-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M14 21h-4m8-13A6 6 0 1 0 6 8c0 3.09-.78 5.206-1.65 6.605-.735 1.18-1.102 1.771-1.089 1.936.015.182.054.252.2.36.133.099.732.099 1.928.099H18.61c1.196 0 1.795 0 1.927-.098.147-.11.186-.179.2-.361.014-.165-.353-.755-1.088-1.936C18.78 13.206 18 11.09 18 8Z' })] })); //# sourceMappingURL=Bell02.js.map