// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M4.24707 6.66384V3.34045C4.24707 2.57065 5.0804 2.08953 5.74707 2.47443L8.6252 4.13612L11.5033 5.79782C12.17 6.18272 12.17 7.14496 11.5033 7.52986L8.6252 9.19156L5.74707 10.8533C5.0804 11.2382 4.24707 10.757 4.24707 9.98723V6.66384Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.87807 1.86513C5.00874 1.36321 3.92207 1.9906 3.92207 2.99442V10.334C3.92207 11.3378 5.00874 11.9652 5.87807 11.4633L12.2343 7.79352C13.1037 7.29161 13.1037 6.03684 12.2343 5.53493L5.87807 1.86513ZM4.93007 2.99442C4.93007 2.76656 5.17674 2.62415 5.37407 2.73808L11.7303 6.40788C11.9277 6.52181 11.9277 6.80663 11.7303 6.92056L5.37407 10.5904C5.17674 10.7043 4.93007 10.5619 4.93007 10.334V2.99442Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.67295 13.3041C1.39459 13.3041 1.16895 13.5297 1.16895 13.8081C1.16895 14.0865 1.39459 14.3121 1.67295 14.3121H14.3292C14.6075 14.3121 14.8332 14.0865 14.8332 13.8081C14.8332 13.5297 14.6075 13.3041 14.3292 13.3041H1.67295Z" } }] }; export var RunTime = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'run-time', ref: ref, icon: element, })); }); RunTime.displayName = 'RunTime'; export default RunTime; //# sourceMappingURL=run-time.js.map