init commit
This commit is contained in:
10
remotion/node_modules/@remotion/studio/dist/icons/Checkmark.js
generated
vendored
Normal file
10
remotion/node_modules/@remotion/studio/dist/icons/Checkmark.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"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 = () => ((0, jsx_runtime_1.jsx)("svg", { focusable: "false", role: "img", viewBox: "0 0 512 512", style: style, children: (0, 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;
|
||||
Reference in New Issue
Block a user