// 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_1133", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M16 16H32V32H16z", "transform": "rotate(180 16 16)" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_1133)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.66671 2.59131C1.93033 2.59131 1.33337 3.18826 1.33337 3.92464L1.33337 6.59131C1.33337 7.32769 1.93033 7.92464 2.66671 7.92464L13.3334 7.92464C14.0698 7.92464 14.6667 7.32769 14.6667 6.59131L14.6667 3.92464C14.6667 3.18826 14.0698 2.59131 13.3334 2.59131L2.66671 2.59131ZM13.3334 3.92464L2.66671 3.92464L2.66671 6.59131L13.3334 6.59131L13.3334 3.92464Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M8.25838 13.4086C7.8902 13.4086 7.59172 13.1102 7.59172 12.742L7.59172 11.6669L6.51658 11.6669C6.14839 11.6669 5.84992 11.3684 5.84991 11.0002C5.84991 10.6321 6.14839 10.3336 6.51658 10.3336L7.59172 10.3336L7.59171 9.25846C7.59171 8.89027 7.89019 8.5918 8.25838 8.5918C8.62657 8.5918 8.92505 8.89027 8.92505 9.25846L8.92505 10.3336L10.0001 10.3336C10.3683 10.3336 10.6667 10.6321 10.6667 11.0002C10.6667 11.3684 10.3683 11.6669 10.0001 11.6669L8.92505 11.6669L8.92505 12.742C8.92505 13.1102 8.62658 13.4086 8.25838 13.4086Z" } }] }] }; export var InsertRowBelow = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'insert-row-below', ref: ref, icon: element, })); }); InsertRowBelow.displayName = 'InsertRowBelow'; export default InsertRowBelow; //# sourceMappingURL=insert-row-below.js.map