UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

11 lines (10 loc) 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Checkmark = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const style = { width: 14, height: 14, }; const Checkmark = () => (jsx_runtime_1.jsx("svg", { focusable: "false", role: "img", viewBox: "0 0 512 512", style: style, children: jsx_runtime_1.jsx("path", { fill: "currentColor", d: "M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z" }) })); exports.Checkmark = Checkmark;