zoom-increase-single.js 1.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.5 14.1406C7.5 14.4168 7.72386 14.6406 8 14.6406C8.27614 14.6406 8.5 14.4168 8.5 14.1406V8.47424H14.1664C14.4425 8.47424 14.6664 8.25039 14.6664 7.97424C14.6664 7.6981 14.4425 7.47424 14.1664 7.47424H8.5V1.80786C8.5 1.53172 8.27614 1.30786 8 1.30786C7.72386 1.30786 7.5 1.53172 7.5 1.80786V7.47424H1.83362C1.55748 7.47424 1.33362 7.6981 1.33362 7.97424C1.33362 8.25038 1.55748 8.47424 1.83362 8.47424H7.5V14.1406Z" } }] };
  5. export var ZoomIncreaseSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'zoom-increase-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. ZoomIncreaseSingle.displayName = 'ZoomIncreaseSingle';
  13. export default ZoomIncreaseSingle;
  14. //# sourceMappingURL=zoom-increase-single.js.map