fall-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": "M14.1962 7.0459C14.5275 7.0459 14.7962 7.31453 14.7962 7.6459V11.8946C14.7962 12.226 14.5275 12.4946 14.1962 12.4946H9.94741C9.61604 12.4946 9.34741 12.226 9.34741 11.8946C9.34741 11.5632 9.61604 11.2946 9.94741 11.2946H13.5962V7.6459C13.5962 7.31453 13.8648 7.0459 14.1962 7.0459Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.42147 3.64304C1.67682 3.43184 2.05503 3.46764 2.26623 3.72299L5.59566 7.74852L8.63825 5.89443C8.879 5.74772 9.18941 5.78841 9.38421 5.99221L14.6298 11.4802C14.8587 11.7197 14.8502 12.0995 14.6106 12.3285C14.3711 12.5575 13.9913 12.5489 13.7623 12.3093L8.85037 7.17042L5.77657 9.04353C5.52195 9.19868 5.19203 9.14333 5.00199 8.91356L1.34152 4.48779C1.13033 4.23244 1.16612 3.85423 1.42147 3.64304Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var FallSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'fall-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. FallSingle.displayName = 'FallSingle';
  13. export default FallSingle;
  14. //# sourceMappingURL=fall-single.js.map