Files
story-studio/remotion/node_modules/@remotion/studio/dist/icons/step-back.js
2026-02-21 10:33:18 +01:00

9 lines
557 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StepBack = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const StepBack = (props) => {
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: "0 0 448 512", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z" }) }));
};
exports.StepBack = StepBack;