// 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": "mask", "attrs": { "id": "mask0_102_1113", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_1113)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.66105 5.44796C7.66105 5.07977 7.36257 4.7813 6.99439 4.7813H3.22403C2.85583 4.7813 2.55736 5.07977 2.55736 5.44796V10.5516C2.55736 10.9198 2.85583 11.2183 3.22403 11.2183H6.99439C7.36257 11.2183 7.66105 10.9198 7.66105 10.5516V5.44796ZM2.55736 3.50537C1.85268 3.50537 1.28143 4.07662 1.28143 4.7813V11.2183C1.28143 11.923 1.85268 12.4942 2.55736 12.4942H7.66105C8.3657 12.4942 8.93697 11.923 8.93697 11.2183V4.7813C8.93697 4.07662 8.3657 3.50537 7.66105 3.50537H2.55736Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M11.9225 10.465C11.9977 10.4962 12.0802 10.5134 12.1667 10.5134C12.2532 10.5134 12.3357 10.4962 12.4109 10.465C12.4862 10.4338 12.5567 10.3877 12.6178 10.3265L14.5317 8.41263C14.7808 8.16349 14.7808 7.75956 14.5317 7.51042C14.2826 7.26128 13.8786 7.26128 13.6295 7.51042L12.8047 8.33523V6.14333C12.8047 5.791 12.5191 5.50537 12.1667 5.50537C11.8144 5.50537 11.5288 5.791 11.5288 6.14333V8.33523L10.7039 7.51042C10.4548 7.26128 10.0509 7.26128 9.80172 7.51042C9.55258 7.75956 9.55258 8.16349 9.80172 8.41263L11.7153 10.3262" } }] }] }; export var InsertCellDown = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'insert-cell-down', ref: ref, icon: element, })); }); InsertCellDown.displayName = 'InsertCellDown'; export default InsertCellDown; //# sourceMappingURL=insert-cell-down.js.map