client-single.js 1.5 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": "M8.66641 12.3331C8.66641 11.9649 8.96488 11.6664 9.33307 11.6664H9.99974C10.3679 11.6664 10.6664 11.9649 10.6664 12.3331C10.6664 12.7013 10.3679 12.9997 9.99974 12.9997H9.33307C8.96488 12.9997 8.66641 12.7013 8.66641 12.3331Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4 3.26667C4 2.01482 5.01482 1 6.26666 1H12.7333C13.9852 1 15 2.01482 15 3.26667V12.7333C15 13.9852 13.9852 15 12.7333 15H7.66667V14.8953C7.52065 14.9627 7.35805 15.0003 7.18667 15.0003H2.14667C1.51338 15.0003 1 14.4869 1 13.8536V5.48026C1 4.84698 1.51338 4.33359 2.14667 4.33359H4V3.26667ZM5.33333 4.33359H7.18667C7.81995 4.33359 8.33333 4.84697 8.33333 5.48026V13.6667H12.7333C13.2488 13.6667 13.6667 13.2488 13.6667 12.7333V3.26667C13.6667 2.7512 13.2488 2.33333 12.7333 2.33333H6.26666C5.7512 2.33333 5.33333 2.7512 5.33333 3.26667V4.33359Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var ClientSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'client-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. ClientSingle.displayName = 'ClientSingle';
  13. export default ClientSingle;
  14. //# sourceMappingURL=client-single.js.map