@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.24 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const MobilePos_01 = /*#__PURE__*/React.forwardRef(function MobilePos_01({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M29.745,20.255l-1.385-1.386V25h-0.72v-6.131\tl-1.385,1.386l-0.51-0.51L28,17.491l2.255,2.254L29.745,20.255z M5,28.36h3v-0.72H5V28.36z M5,24.36h3v-0.72H5V24.36z M5,22.36h3\tv-0.72H5V22.36z M7,7.36h7V6.64H7V7.36z M7,3.36h7V2.64H7V3.36z M12,4.64H7v0.72h5V4.64z M10,28.36h3v-0.72h-3V28.36z M5,26.36h3\tv-0.72H5V26.36z M15,22.36h3v-0.72h-3V22.36z M18.36,12v7c0,0.199-0.161,0.36-0.36,0.36H5c-0.199,0-0.36-0.161-0.36-0.36v-7\tc0-0.199,0.161-0.36,0.36-0.36h13C18.199,11.64,18.36,11.801,18.36,12z M17.64,12.36H5.36v6.28h12.28V12.36z M24.36,9v15\tc0,0.75-0.61,1.36-1.36,1.36h-2.64V31c0,0.199-0.161,0.36-0.36,0.36H3c-0.199,0-0.36-0.161-0.36-0.36V5\tc0-0.199,0.161-0.36,0.36-0.36h1.64V1c0-0.199,0.161-0.36,0.36-0.36h13c0.199,0,0.36,0.161,0.36,0.36v3.64H20\tc0.199,0,0.36,0.161,0.36,0.36v2.64H23C23.75,7.64,24.36,8.25,24.36,9z M5.36,8.64h12.28V1.36H5.36V8.64z M19.64,5.36h-1.28V9\tc0,0.199-0.161,0.36-0.36,0.36H5C4.801,9.36,4.64,9.199,4.64,9V5.36H3.36v25.28h16.28C19.64,30.64,19.64,5.36,19.64,5.36z M21.64,8.36h-1.28v16.28h1.279L21.64,8.36L21.64,8.36z M23.64,9c0-0.353-0.287-0.64-0.64-0.64h-0.64v16.28H23\tc0.353,0,0.64-0.287,0.64-0.64V9z M15,24.36h3v-0.72h-3V24.36z M10,22.36h3v-0.72h-3V22.36z M10,26.36h3v-0.72h-3V26.36z M15,26.36\th3v-0.72h-3V26.36z M10,24.36h3v-0.72h-3V24.36z M15,28.36h3v-0.72h-3V28.36z"
})), children);
});
module.exports = MobilePos_01;