checkbox-not-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": "M12.9231 1.23077H3.07692C2.05732 1.23077 1.23077 2.05732 1.23077 3.07692V12.9231C1.23077 13.9427 2.05732 14.7692 3.07692 14.7692H12.9231C13.9427 14.7692 14.7692 13.9427 14.7692 12.9231V3.07692C14.7692 2.05732 13.9427 1.23077 12.9231 1.23077ZM3.07692 0C1.37759 0 0 1.37759 0 3.07692V12.9231C0 14.6224 1.37759 16 3.07692 16H12.9231C14.6224 16 16 14.6224 16 12.9231V3.07692C16 1.37759 14.6224 0 12.9231 0H3.07692Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var CheckboxNotSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'checkbox-not-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. CheckboxNotSingle.displayName = 'CheckboxNotSingle';
  13. export default CheckboxNotSingle;
  14. //# sourceMappingURL=checkbox-not-single.js.map