UNPKG

@kadconsulting/dry

Version:
3 lines 458 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Voicemail = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "voicemail" }), _jsx("path", { className: 'dry-icon-voicemail', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 16h12M6 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm12 0a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' })] })); //# sourceMappingURL=Voicemail.js.map