zoom-reduce-single.js 993 B

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": "M1.33362 7.97412C1.33362 7.69798 1.55748 7.47412 1.83362 7.47412L14.1664 7.47412C14.4425 7.47412 14.6664 7.69798 14.6664 7.97412C14.6664 8.25026 14.4425 8.47412 14.1664 8.47412L1.83362 8.47412C1.55748 8.47412 1.33362 8.25026 1.33362 7.97412Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var ZoomReduceSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'zoom-reduce-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. ZoomReduceSingle.displayName = 'ZoomReduceSingle';
  13. export default ZoomReduceSingle;
  14. //# sourceMappingURL=zoom-reduce-single.js.map