delete-row.js 1.9 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": "mask", "attrs": { "id": "mask0_102_1103", "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_1103)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.6666 11.9502C14.6666 12.6866 14.0697 13.2835 13.3333 13.2835H2.66665C1.93027 13.2835 1.33331 12.6866 1.33331 11.9502V9.28353C1.33331 8.54715 1.93027 7.9502 2.66665 7.9502L13.3333 7.9502C14.0697 7.9502 14.6666 8.54715 14.6666 9.28353V11.9502ZM13.3333 11.9502H2.66665V9.28353H13.3333V11.9502Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M9.60134 3.85438C9.86169 3.59403 9.86169 3.17192 9.60134 2.91157C9.34099 2.65122 8.91888 2.65122 8.65853 2.91157L7.89835 3.67175L7.13819 2.91159C6.87784 2.65124 6.45573 2.65124 6.19538 2.91159C5.93503 3.17194 5.93503 3.59405 6.19538 3.8544L6.95554 4.61456L6.19532 5.37478C5.93497 5.63513 5.93497 6.05724 6.19532 6.31759C6.45567 6.57794 6.87778 6.57794 7.13813 6.31759L7.89835 5.55737L8.65859 6.3176C8.91893 6.57796 9.34105 6.57796 9.60139 6.3176C9.86175 6.05726 9.86175 5.63514 9.60139 5.3748L8.84116 4.61456L9.60134 3.85438Z" } }] }] };
  5. export var DeleteRow = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'delete-row',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. DeleteRow.displayName = 'DeleteRow';
  13. export default DeleteRow;
  14. //# sourceMappingURL=delete-row.js.map