checkbox-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": "M3.07692 0C1.37759 0 0 1.3774 0 3.07692V12.9231C0 14.6226 1.37759 16 3.07692 16H12.9231C14.6224 16 16 14.6226 16 12.9231V3.07692C16 1.3774 14.6224 0 12.9231 0H3.07692ZM13.3975 5.79507C13.7099 5.48257 13.7099 4.97596 13.3975 4.66346C13.0851 4.35096 12.5785 4.35096 12.2661 4.66346L7.03777 9.89183L4.32538 7.17969C4.01296 6.86719 3.50642 6.86719 3.194 7.17969C2.88159 7.49159 2.88159 7.9982 3.19402 8.3107L6.60265 11.7194C6.84296 11.9597 7.23261 11.9597 7.47292 11.7194L13.3975 5.79507Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var CheckboxSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'checkbox-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. CheckboxSingle.displayName = 'CheckboxSingle';
  13. export default CheckboxSingle;
  14. //# sourceMappingURL=checkbox-single.js.map