UNPKG

@semcore/icon

Version:
29 lines 1.41 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function CalendarCheck({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "CalendarCheck", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 1a1 1 0 1 1 2 0v2h2a1 1 0 0 1 1 1v1.5A3.5 3.5 0 0 1 11.5 9H3v4a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2V1a1 1 0 0 1 2 0v2h4V1ZM4 5a1 1 0 0 0 2 0h4a1 1 0 1 0 2 0h1v2H3V5h1Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M15.707 10.207a1 1 0 0 0-1.414-1.414L9.5 13.586l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.414 0l5.5-5.5Z", shapeRendering: "geometricPrecision" })); } CalendarCheck.displayName = 'CalendarCheck'; export default createBaseComponent(CalendarCheck);