// 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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_102_715", "style": { "maskType": "alpha" }, "width": 17, "height": 17, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0.88 0.24H16.88V16.24H0.88z" } }] }, { "tag": "g", "attrs": { "fill": "currentColor", "mask": "url(#mask0_102_715)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "d": "M15.5494 2.90265C15.5494 2.16628 14.9525 1.56934 14.2161 1.56934L3.54959 1.56934C2.81322 1.56934 2.21628 2.16628 2.21628 2.90265L2.21628 5.56928C2.21628 6.30565 2.81322 6.9026 3.54959 6.9026L14.2161 6.9026C14.9525 6.9026 15.5494 6.30566 15.5494 5.56928L15.5494 2.90265zM14.2161 5.56928L14.2161 2.90265 11.5566 2.90265 11.5566 5.56928 14.2161 5.56928zM7.54246 2.90265L10.2233 2.90265 10.2233 5.56928 7.54246 5.56928 7.54246 2.90265zM6.20914 2.90265L3.54959 2.90265 3.54959 5.56928 6.20914 5.56928 6.20914 2.90265zM14.2161 9.56923C14.9525 9.56923 15.5494 10.1662 15.5494 10.9026L15.5494 13.5692C15.5494 14.3056 14.9525 14.9025 14.2161 14.9025L3.54959 14.9025C2.81322 14.9025 2.21627 14.3056 2.21627 13.5692L2.21627 10.9025C2.21627 10.1662 2.81322 9.56923 3.54959 9.56923L14.2161 9.56923zM14.2161 10.9026L14.2161 13.5692 3.54959 13.5692 3.54959 10.9025 14.2161 10.9026z" } }] }] }; export var MergeByRowSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'merge-by-row-single', ref: ref, icon: element, })); }); MergeByRowSingle.displayName = 'MergeByRowSingle'; export default MergeByRowSingle; //# sourceMappingURL=merge-by-row-single.js.map