UNPKG

@kadconsulting/dry

Version:
3 lines 527 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const FaceWink = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "face-wink" }), _jsx("path", { className: 'dry-icon-face-wink', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M8 14s1.5 2 4 2 4-2 4-2m-1-5h.01M8 9h2m12 3c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-6.5-3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z' })] })); //# sourceMappingURL=FaceWink.js.map