@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.2 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:android/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 Android = /*#__PURE__*/ react.default.forwardRef(function Android({ 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: "M23.71,11.736l2.603-4.525 c0.099-0.172,0.039-0.393-0.133-0.492c-0.17-0.098-0.391-0.041-0.492,0.132l-2.603,4.525C20.956,10.268,18.545,9.64,16,9.64 c-2.535,0-4.938,0.621-7.059,1.721L6.312,6.82c-0.1-0.173-0.32-0.231-0.492-0.131s-0.231,0.32-0.131,0.492l2.628,4.54 c-4.304,2.492-7.325,6.994-7.676,12.256c-0.006,0.1,0.028,0.197,0.097,0.271C0.805,24.318,0.9,24.36,1,24.36h30 c0.1,0,0.195-0.042,0.263-0.114c0.068-0.073,0.104-0.171,0.097-0.271C31.008,18.725,27.999,14.231,23.71,11.736z M1.39,23.64 C2.086,16.163,8.431,10.36,16,10.36c7.568,0,13.912,5.803,14.61,13.28H1.39z M22.5,16.64c-1.025,0-1.86,0.834-1.86,1.86 s0.835,1.86,1.86,1.86s1.86-0.835,1.86-1.86S23.525,16.64,22.5,16.64z M22.5,19.64c-0.629,0-1.14-0.511-1.14-1.14 s0.511-1.14,1.14-1.14s1.14,0.511,1.14,1.14S23.129,19.64,22.5,19.64z M9.5,16.64c-1.025,0-1.86,0.834-1.86,1.86 s0.834,1.86,1.86,1.86s1.86-0.835,1.86-1.86S10.525,16.64,9.5,16.64z M9.5,19.64c-0.628,0-1.14-0.511-1.14-1.14 s0.512-1.14,1.14-1.14s1.14,0.511,1.14,1.14S10.128,19.64,9.5,19.64z" }), children]
});
});
//#endregion
module.exports = Android;