@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.19 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:alarm/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 Alarm = /*#__PURE__*/ react.default.forwardRef(function Alarm({ 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: "M8.674,23.326C6.718,21.369,5.64,18.768,5.64,16c0-2.767,1.078-5.369,3.034-7.326l0.509,0.509 C7.363,11.004,6.36,13.425,6.36,16s1.003,4.996,2.823,6.816L8.674,23.326z M5.648,26.352C2.883,23.588,1.36,19.911,1.36,16 S2.883,8.413,5.648,5.648L5.139,5.139C2.238,8.04,0.64,11.897,0.64,16c0,4.104,1.598,7.961,4.499,10.861L5.648,26.352z M12.707,19.292C11.838,18.424,11.36,17.254,11.36,16c0-1.256,0.478-2.426,1.346-3.294l-0.509-0.509 C11.193,13.2,10.64,14.551,10.64,16c0,1.446,0.553,2.797,1.558,3.802L12.707,19.292z M26.36,16c0-2.767-1.078-5.369-3.034-7.326 l-0.51,0.509c1.821,1.821,2.823,4.242,2.823,6.817s-1.002,4.996-2.823,6.816l0.51,0.51C25.282,21.369,26.36,18.768,26.36,16z M31.36,16c0-4.103-1.598-7.96-4.499-10.861l-0.51,0.509C29.117,8.413,30.64,12.089,30.64,16s-1.522,7.588-4.288,10.352l0.51,0.51 C29.762,23.961,31.36,20.104,31.36,16z M21.36,16c0-1.448-0.554-2.798-1.559-3.802l-0.51,0.51c0.869,0.868,1.348,2.037,1.348,3.292 c0,1.256-0.478,2.426-1.346,3.294l0.51,0.51C20.808,18.799,21.36,17.448,21.36,16z" }), children]
});
});
//#endregion
module.exports = Alarm;