insert-cell-shift-right-single.js 2.1 KB

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.94793 0.366699L7.93667 0.366803L5.10054 0.366728C4.16165 0.366703 3.40051 1.12781 3.40049 2.0667L3.40045 4.95816C3.40041 4.961 3.40039 4.96385 3.40039 4.9667C3.40039 4.96954 3.40041 4.97239 3.40045 4.97522L3.40041 7.86667C3.40039 8.80557 4.16151 9.5667 5.10041 9.5667H10.9004C11.8393 9.5667 12.6004 8.80558 12.6004 7.8667V2.06688C12.6004 1.12801 11.8393 0.366906 10.9004 0.366881L7.95923 0.366803L7.94793 0.366699ZM11.4004 4.3667V2.06688C11.4004 1.79074 11.1765 1.56689 10.9004 1.56688L8.54793 1.56682V4.3667H11.4004ZM8.54793 5.5667H11.4004V7.8667C11.4004 8.14284 11.1765 8.3667 10.9004 8.3667H8.54793V5.5667ZM7.34793 4.3667V1.56679L5.10051 1.56673C4.82436 1.56672 4.6005 1.79058 4.60049 2.06672L4.60046 4.3667H7.34793ZM4.60044 5.5667H7.34793V8.3667H5.10041C4.82426 8.3667 4.6004 8.14284 4.60041 7.86669L4.60044 5.5667Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.2434 10.6088C11.009 10.8432 11.009 11.2231 11.2434 11.4574L12.2191 12.4331L2.33291 12.4331C2.00154 12.4331 1.73291 12.7017 1.73291 13.0331C1.73291 13.3645 2.00154 13.6331 2.33291 13.6331L12.2191 13.6331L11.2434 14.6088C11.009 14.8432 11.009 15.2231 11.2434 15.4574C11.4777 15.6917 11.8576 15.6917 12.0919 15.4574L14.0919 13.4574C14.3262 13.2231 14.3262 12.8432 14.0919 12.6088L12.0919 10.6088C11.8576 10.3745 11.4777 10.3745 11.2434 10.6088Z" } }] };
  5. export var InsertCellShiftRightSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'insert-cell-shift-right-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. InsertCellShiftRightSingle.displayName = 'InsertCellShiftRightSingle';
  13. export default InsertCellShiftRightSingle;
  14. //# sourceMappingURL=insert-cell-shift-right-single.js.map