@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.89 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:ibm--ibv/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 IbmIbv = /*#__PURE__*/ react.default.forwardRef(function IbmIbv({ 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: "M16,30.36C8.082,30.36,1.64,23.918,1.64,16 S8.082,1.64,16,1.64v0.72C8.479,2.36,2.36,8.479,2.36,16S8.479,29.64,16,29.64S29.64,23.522,29.64,16h0.721 C30.36,23.918,23.918,30.36,16,30.36z M16,24.36c-4.61,0-8.36-3.751-8.36-8.36c0-4.61,3.75-8.36,8.36-8.36h8 c0.199,0,0.36,0.161,0.36,0.36v8C24.36,20.609,20.609,24.36,16,24.36z M16,8.36c-4.213,0-7.64,3.427-7.64,7.64s3.427,7.64,7.64,7.64 s7.64-3.427,7.64-7.64V8.36H16z M16,20.36c-2.404,0-4.36-1.956-4.36-4.36s1.956-4.36,4.36-4.36s4.36,1.956,4.36,4.36 S18.404,20.36,16,20.36z M16,12.36c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S18.007,12.36,16,12.36 z M30.36,12h-0.72V2.36H20V1.64h10c0.199,0,0.36,0.161,0.36,0.36V12z" }), children]
});
});
//#endregion
module.exports = IbmIbv;