@remotion/studio
Version:
APIs for interacting with the Remotion Studio
9 lines (8 loc) • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Minus = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const Minus = (props) => {
return (jsx_runtime_1.jsx("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", children: jsx_runtime_1.jsx("path", { fill: "currentColor", d: "M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z" }) }));
};
exports.Minus = Minus;