@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.65 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:calendar--event/index.js
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const CalendarEvent = /*#__PURE__*/ react.default.forwardRef(function CalendarEvent({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,31.36H2c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36h4v0.72H2.36v26.28 h27.28V4.36H26V3.64h4c0.199,0,0.36,0.161,0.36,0.36v27C30.36,31.199,30.199,31.36,30,31.36z M26,25.36h-8 c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h8c0.199,0,0.36,0.161,0.36,0.36v4 C26.36,25.199,26.199,25.36,26,25.36z M18.36,24.64h7.279v-3.28H18.36V24.64z M14,25.36H6c-0.199,0-0.36-0.161-0.36-0.36v-4 c0-0.199,0.161-0.36,0.36-0.36h8c0.199,0,0.36,0.161,0.36,0.36v4C14.36,25.199,14.199,25.36,14,25.36z M6.36,24.64h7.28v-3.28H6.36 V24.64z M26,16.359h-8c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h8c0.199,0,0.36,0.161,0.36,0.36v4 C26.36,16.198,26.199,16.359,26,16.359z M18.36,15.64h7.279v-3.28H18.36V15.64z M14,16.359H6c-0.199,0-0.36-0.161-0.36-0.36v-4 c0-0.199,0.161-0.36,0.36-0.36h8c0.199,0,0.36,0.161,0.36,0.36v4C14.36,16.198,14.199,16.359,14,16.359z M6.36,15.64h7.28v-3.28 H6.36V15.64z M23,7.36c-0.75,0-1.36-0.61-1.36-1.36V2c0-0.75,0.61-1.36,1.36-1.36S24.36,1.25,24.36,2v4 C24.36,6.75,23.75,7.36,23,7.36z M23,1.36c-0.353,0-0.64,0.287-0.64,0.64v4c0,0.353,0.287,0.64,0.64,0.64S23.64,6.353,23.64,6V2 C23.64,1.647,23.353,1.36,23,1.36z M9,7.36C8.25,7.36,7.64,6.75,7.64,6V2c0-0.75,0.61-1.36,1.36-1.36S10.36,1.25,10.36,2v4 C10.36,6.75,9.75,7.36,9,7.36z M9,1.36C8.647,1.36,8.36,1.647,8.36,2v4c0,0.353,0.287,0.64,0.64,0.64S9.64,6.353,9.64,6V2 C9.64,1.647,9.353,1.36,9,1.36z M20,4.36h-8V3.64h8V4.36z" }), children]
});
});
//#endregion
module.exports = CalendarEvent;