UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

24 lines (19 loc) 653 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const jsxRuntime = require('react/jsx-runtime'); const checkbox_icons = require('../../config/icons/checkbox.icons.cjs'); const primitives = require('./primitives.cjs'); function CopyIndicator(props) { return /* @__PURE__ */ jsxRuntime.jsx( primitives.ClipboardIndicator, { copied: /* @__PURE__ */ jsxRuntime.jsx(checkbox_icons.AnimatedCheckmarkIcon, {}), h: "1em", w: "1em", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(checkbox_icons.CopyIcon, {}) } ); } exports.CopyIndicator = CopyIndicator;