truncation-single.js 1.2 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.21572 1.80029C2.54709 1.80029 2.81572 2.06892 2.81572 2.40029V14.0003C2.81572 14.3317 2.54709 14.6003 2.21572 14.6003 1.88435 14.6003 1.61572 14.3317 1.61572 14.0003V2.40029C1.61572 2.06892 1.88435 1.80029 2.21572 1.80029zM13.7841 1.80029C14.1155 1.80029 14.3841 2.06892 14.3841 2.40029V14.0003C14.3841 14.3317 14.1155 14.6003 13.7841 14.6003 13.4527 14.6003 13.1841 14.3317 13.1841 14.0003V8.60259H7.13467C6.8033 8.60259 6.53467 8.33396 6.53467 8.00259 6.53467 7.67122 6.8033 7.40259 7.13467 7.40259H13.1841V2.40029C13.1841 2.06892 13.4527 1.80029 13.7841 1.80029z" } }] };
  5. export var TruncationSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'truncation-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. TruncationSingle.displayName = 'TruncationSingle';
  13. export default TruncationSingle;
  14. //# sourceMappingURL=truncation-single.js.map