edit-region-single.js 1.7 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": "M9.36387 6.66097C9.12255 6.42404 8.7313 6.42404 8.48999 6.66097L5.40037 9.69442C5.28448 9.8082 5.21938 9.96251 5.21938 10.1234V11.3368C5.21938 11.6719 5.49603 11.9435 5.83731 11.9435H7.07315C7.23704 11.9435 7.39421 11.8796 7.51009 11.7658L10.5997 8.73234C10.841 8.49541 10.841 8.11128 10.5997 7.87435L9.36387 6.66097ZM6.45523 10.7301V10.3747L8.92693 7.94795L9.2889 8.30334L6.8172 10.7301H6.45523Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.5614 4.96655C13.5614 4.78275 13.4781 4.61804 13.3466 4.50679L10.3221 1.53726C10.2088 1.40815 10.041 1.32642 9.85381 1.32642H3.67457C2.99203 1.32642 2.43872 1.86966 2.43872 2.53979V13.4602C2.43872 14.1304 2.99203 14.6736 3.67457 14.6736H12.3255C13.0081 14.6736 13.5614 14.1303 13.5614 13.4602V4.96655ZM10.4717 4.35986V3.40015L11.4492 4.35986H10.4717ZM9.23589 2.53979H3.67457V13.4602H12.3255V5.57324H9.85381C9.51254 5.57324 9.23589 5.30162 9.23589 4.96655V2.53979Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var EditRegionSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'edit-region-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. EditRegionSingle.displayName = 'EditRegionSingle';
  13. export default EditRegionSingle;
  14. //# sourceMappingURL=edit-region-single.js.map