check-menu-single.js 1.7 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": "M11.594 5.56654C11.8283 5.80086 11.8283 6.18076 11.594 6.41507L7.36723 10.6418C7.25471 10.7543 7.10209 10.8175 6.94296 10.8175C6.78383 10.8175 6.63122 10.7543 6.5187 10.6418L4.40533 8.52844C4.17102 8.29412 4.17102 7.91422 4.40533 7.67991C4.63965 7.44559 5.01955 7.4456 5.25386 7.67991L6.94296 9.36901L10.7454 5.56654C10.9797 5.33223 11.3596 5.33223 11.594 5.56654Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.59355 1.39355H11.4062C13.1736 1.39355 14.6062 2.82624 14.6062 4.59355V11.4062C14.6062 13.1736 13.1736 14.6062 11.4062 14.6062H4.59356C2.82625 14.6062 1.39355 13.1736 1.39355 11.4062V4.59356C1.39355 2.82625 2.82624 1.39355 4.59355 1.39355ZM4.59355 2.59355C3.48899 2.59355 2.59355 3.48899 2.59355 4.59356V11.4062C2.59355 12.5108 3.48899 13.4062 4.59356 13.4062H11.4062C12.5108 13.4062 13.4062 12.5108 13.4062 11.4062V4.59355C13.4062 3.48899 12.5108 2.59355 11.4062 2.59355H4.59355Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var CheckMenuSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'check-menu-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. CheckMenuSingle.displayName = 'CheckMenuSingle';
  13. export default CheckMenuSingle;
  14. //# sourceMappingURL=check-menu-single.js.map