@remotion/studio
Version:
APIs for interacting with the Remotion Studio
7 lines (6 loc) • 729 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClipboardIcon = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const ClipboardIcon = ({ color, ...props }) => (jsx_runtime_1.jsx("svg", { viewBox: "0 0 384 512", ...props, children: jsx_runtime_1.jsx("path", { fill: color, d: "M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z" }) }));
exports.ClipboardIcon = ClipboardIcon;