// 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_706", "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_706)" }, "children": [{ "tag": "path", "attrs": { "d": "M5.54899 9.91086C5.1808 9.91086 4.88233 10.2093 4.88233 10.5775C4.88233 10.9457 5.1808 11.2442 5.54899 11.2442H12.2156C12.5838 11.2442 12.8822 10.9457 12.8822 10.5775C12.8822 10.2093 12.5838 9.91086 12.2156 9.91086H5.54899Z" } }, { "tag": "path", "attrs": { "d": "M3.54901 1.56934C2.81264 1.56934 2.2157 2.16628 2.2157 2.90265V13.5692C2.2157 14.3056 2.81264 14.9025 3.54901 14.9025H14.2155C14.9519 14.9025 15.5489 14.3056 15.5489 13.5692V2.90265C15.5489 2.16628 14.9519 1.56934 14.2155 1.56934H3.54901ZM10.2714 2.90265H7.49318L7.49318 5.45011H10.2714V2.90265ZM11.6047 2.90265V5.45011H14.2155V2.90265H11.6047ZM3.54901 2.90265H6.15986L6.15986 5.45011H3.54901V2.90265ZM3.54901 13.5692V6.78342H14.2155V13.5692H3.54901Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] }; export var MergeCellCenterContentSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'merge-cell-center-content-single', ref: ref, icon: element, })); }); MergeCellCenterContentSingle.displayName = 'MergeCellCenterContentSingle'; export default MergeCellCenterContentSingle; //# sourceMappingURL=merge-cell-center-content-single.js.map