@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 932 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Annotation = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "annotation" }), _jsx("path", { className: 'dry-icon-annotation', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M1 5.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C3.28 1 4.12 1 5.8 1h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C19 3.28 19 4.12 19 5.8v5.7c0 1.398 0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624C16.597 16 15.898 16 14.5 16c-.489 0-.733 0-.96.053a2 2 0 0 0-.821.412c-.18.149-.326.344-.619.735l-1.46 1.947c-.217.29-.326.434-.459.486a.5.5 0 0 1-.362 0c-.133-.052-.242-.197-.459-.486L7.9 17.2c-.293-.39-.44-.586-.619-.735a2 2 0 0 0-.821-.412C6.233 16 5.989 16 5.5 16c-1.398 0-2.097 0-2.648-.228a3 3 0 0 1-1.624-1.624C1 13.597 1 12.898 1 11.5V5.8Z' })] }));
//# sourceMappingURL=Annotation.js.map