checkbox-part-single.js 1.1 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.37755 0 0 1.37755 0 3.07692V12.9231C0 14.6224 1.37755 16 3.07692 16H12.9231C14.6224 16 16 14.6224 16 12.9231V3.07692C16 1.37755 14.6224 0 12.9231 0H3.07692ZM3.23573 7.20012C2.80814 7.20012 2.46154 7.55829 2.46154 8.00015C2.46154 8.44193 2.80814 8.80011 3.23573 8.80011H12.7643C13.1919 8.80011 13.5385 8.44193 13.5385 8.00015C13.5385 7.55829 13.1919 7.20012 12.7643 7.20012H3.23573Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var CheckboxPartSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'checkbox-part-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. CheckboxPartSingle.displayName = 'CheckboxPartSingle';
  13. export default CheckboxPartSingle;
  14. //# sourceMappingURL=checkbox-part-single.js.map