up-single.js 855 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 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.44533 5.81157C9.74012 5.47858 10.2598 5.47858 10.5546 5.81157L16.2868 12.2867C16.71 12.7647 16.3706 13.5184 15.7322 13.5184H4.26776C3.62933 13.5184 3.28995 12.7647 3.71313 12.2867L9.44533 5.81157Z" } }] };
  5. export var UpSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'up-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. UpSingle.displayName = 'UpSingle';
  13. export default UpSingle;
  14. //# sourceMappingURL=up-single.js.map