@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.62 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.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "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.forwardRef(function MobileDevices({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ 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
export { MobileDevices as default };