auto-width-single.js 1.6 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": "M2.3665 2.66738C2.3665 2.33601 2.09787 2.06738 1.7665 2.06738 1.43513 2.06738 1.1665 2.33601 1.1665 2.66738V13.3341C1.1665 13.6654 1.43513 13.9341 1.7665 13.9341 2.09787 13.9341 2.3665 13.6654 2.3665 13.3341V2.66738zM14.8333 2.66738C14.8333 2.33601 14.5647 2.06738 14.2333 2.06738 13.9019 2.06738 13.6333 2.33601 13.6333 2.66738V13.3341C13.6333 13.6654 13.9019 13.9341 14.2333 13.9341 14.5647 13.9341 14.8333 13.6654 14.8333 13.3341V2.66738z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06133 4.79896C7.38184 3.92444 8.61869 3.92444 8.93919 4.79896L11.3636 11.4142C11.4776 11.7253 11.3179 12.07 11.0067 12.184C10.6956 12.298 10.3509 12.1383 10.2369 11.8271L9.50488 9.82974H6.58158C6.55313 9.82974 6.52516 9.82776 6.49777 9.82393L5.76362 11.8271C5.64959 12.1383 5.30493 12.298 4.99379 12.184C4.68266 12.07 4.52288 11.7253 4.6369 11.4142L7.06133 4.79896ZM6.93543 8.62974H9.06509L8.00026 5.72428L6.93543 8.62974Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var AutoWidthSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'auto-width-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. AutoWidthSingle.displayName = 'AutoWidthSingle';
  13. export default AutoWidthSingle;
  14. //# sourceMappingURL=auto-width-single.js.map