minus-single.js 956 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.66699 7.9987C2.66699 7.63051 2.96547 7.33203 3.33366 7.33203L12.667 7.33203C13.0352 7.33203 13.3337 7.63051 13.3337 7.9987C13.3337 8.36689 13.0352 8.66536 12.667 8.66536L3.33366 8.66536C2.96547 8.66536 2.66699 8.36689 2.66699 7.9987Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var MinusSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'minus-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. MinusSingle.displayName = 'MinusSingle';
  13. export default MinusSingle;
  14. //# sourceMappingURL=minus-single.js.map