@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.15 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 MovementOfGoods_01 = /*#__PURE__*/React.forwardRef(function MovementOfGoods_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: "M9.64,6c0,0.199,0.161,0.36,0.36,0.36h4c0.199,0,0.36-0.161,0.36-0.36V4.36H22V3.64h-7.64\tV2c0-0.199-0.161-0.36-0.36-0.36h-4C9.801,1.64,9.64,1.801,9.64,2v1.64H2v0.72h7.64C9.64,4.36,9.64,6,9.64,6z M10.36,2.36h3.28v3.28\th-3.28V2.36z M14.36,26c0-0.199-0.161-0.36-0.36-0.36h-4c-0.199,0-0.36,0.161-0.36,0.36v1.64H2v0.721h7.64V30\tc0,0.199,0.161,0.36,0.36,0.36h4c0.199,0,0.36-0.161,0.36-0.36v-1.64H22v-0.72h-7.64C14.36,27.64,14.36,26,14.36,26z M13.64,29.64\th-3.28v-3.28h3.28V29.64z M20.64,8v1.64H5v0.72h15.64V12c0,0.199,0.161,0.36,0.36,0.36h4c0.199,0,0.36-0.161,0.36-0.36V8\tc0-0.199-0.161-0.36-0.36-0.36h-4C20.801,7.64,20.64,7.801,20.64,8z M21.36,8.36h3.279v3.28H21.36V8.36z M25,19.64h-4\tc-0.199,0-0.36,0.161-0.36,0.36v1.64H5v0.721h15.64V24c0,0.199,0.161,0.36,0.36,0.36h4c0.199,0,0.36-0.161,0.36-0.36v-4\tC25.36,19.801,25.199,19.64,25,19.64z M24.64,23.64h-3.28v-3.28h3.279L24.64,23.64L24.64,23.64z M28.255,12.746l-0.51,0.509\tl2.386,2.386H18.36V14c0-0.199-0.161-0.36-0.36-0.36h-4c-0.199,0-0.36,0.161-0.36,0.36v1.64H1v0.72h12.64V18\tc0,0.199,0.161,0.36,0.36,0.36h4c0.199,0,0.36-0.161,0.36-0.36v-1.64h11.771l-2.386,2.385l0.51,0.51L31.509,16L28.255,12.746z M17.64,17.64h-3.28v-3.28h3.28V17.64z"
})), children);
});
module.exports = MovementOfGoods_01;