@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.84 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:mobile--devices/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 MobileDevices = /*#__PURE__*/ react.default.forwardRef(function MobileDevices({ 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,28.5c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S8.552,28.5,8,28.5z M31.36,31V1 c0-0.199-0.161-0.36-0.36-0.36H7C6.801,0.64,6.64,0.801,6.64,1v5.64H1C0.801,6.64,0.64,6.801,0.64,7v24 c0,0.199,0.161,0.36,0.36,0.36h30C31.199,31.36,31.36,31.199,31.36,31z M20.36,24.36h10.28v6.279H20.36V24.36z M15.36,24.36h4.28 v6.279h-4.28C15.36,30.639,15.36,24.36,15.36,24.36z M1.36,24.36h13.28v6.279H1.36V24.36z M20.36,11c0-0.199-0.161-0.36-0.36-0.36 h-4.64V7c0-0.199-0.161-0.36-0.36-0.36H7.359V1.36h23.28v22.28H20.36V11z M15.36,11.36h4.28v12.28h-4.28 C15.36,23.64,15.36,11.36,15.36,11.36z M1.36,7.36h13.28v16.28H1.36V7.36z" }), children]
});
});
//#endregion
module.exports = MobileDevices;