@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 3.18 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:radio/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 Radio = /*#__PURE__*/ react.default.forwardRef(function Radio({ 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: "M28,30.3604H4c-1.3013,0-2.3599-1.0586-2.3599-2.3604v-15c0-1.3013,1.0586-2.3599,2.3599-2.3599h21.4746L8.8389,2.3218l.3223-.6436,17.9238,8.9619h.915c1.3018,0,2.3604,1.0586,2.3604,2.3599v15c0,1.3018-1.0586,2.3604-2.3604,2.3604ZM4,11.3599c-.9043,0-1.6401.7358-1.6401,1.6401v15c0,.9043.7358,1.6396,1.6401,1.6396h24c.9043,0,1.6396-.7354,1.6396-1.6396v-15c0-.9043-.7354-1.6401-1.6396-1.6401H4ZM26.5,28.3604h-9c-.4746,0-.8599-.3857-.8599-.8604v-1c0-.4746.3853-.8604.8599-.8604h9c.4746,0,.8604.3857.8604.8604v1c0,.4746-.3857.8604-.8604.8604ZM17.5,26.3604c-.0771,0-.1396.0625-.1396.1396v1c0,.0771.0625.1396.1396.1396h9c.0771,0,.1396-.0625.1396-.1396v-1c0-.0771-.0625-.1396-.1396-.1396h-9ZM8,28.3604c-2.4043,0-4.3599-1.9561-4.3599-4.3604s1.9556-4.3604,4.3599-4.3604,4.3599,1.9561,4.3599,4.3604-1.9556,4.3604-4.3599,4.3604ZM8,20.3604c-2.0073,0-3.6401,1.6328-3.6401,3.6396s1.6328,3.6396,3.6401,3.6396,3.6401-1.6328,3.6401-3.6396-1.6328-3.6396-3.6401-3.6396ZM26,24.3604c-.75,0-1.3604-.6104-1.3604-1.3604s.6104-1.3604,1.3604-1.3604,1.3604.6104,1.3604,1.3604-.6104,1.3604-1.3604,1.3604ZM26,22.3604c-.3525,0-.6396.2871-.6396.6396s.2871.6396.6396.6396.6396-.2871.6396-.6396-.2871-.6396-.6396-.6396ZM22,24.3604c-.75,0-1.3604-.6104-1.3604-1.3604s.6104-1.3604,1.3604-1.3604,1.3604.6104,1.3604,1.3604-.6104,1.3604-1.3604,1.3604ZM22,22.3604c-.3525,0-.6396.2871-.6396.6396s.2871.6396.6396.6396.6396-.2871.6396-.6396-.2871-.6396-.6396-.6396ZM18,24.3604c-.75,0-1.3599-.6104-1.3599-1.3604s.6099-1.3604,1.3599-1.3604,1.3604.6104,1.3604,1.3604-.6104,1.3604-1.3604,1.3604ZM18,22.3604c-.3525,0-.6396.2871-.6396.6396s.2871.6396.6396.6396.6396-.2871.6396-.6396-.2871-.6396-.6396-.6396ZM27,17.3604H5c-.75,0-1.3599-.6104-1.3599-1.3604v-2c0-.75.6099-1.3599,1.3599-1.3599h22c.75,0,1.3604.6099,1.3604,1.3599v2c0,.75-.6104,1.3604-1.3604,1.3604ZM23.3604,16.6401h3.6396c.3525,0,.6396-.2871.6396-.6401v-2c0-.353-.2871-.6401-.6396-.6401H5c-.353,0-.6401.2871-.6401.6401v2c0,.353.2871.6401.6401.6401h17.6396v-1.6401h.7207v1.6401Z" }), children]
});
});
//#endregion
module.exports = Radio;