@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.18 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 UfcBelt = /*#__PURE__*/React.forwardRef(function UfcBelt({
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: "M21.75,26.36h-11.5c-0.104,0-0.203-0.045-0.271-0.123\tL4.836,20.36H1c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h3.836l5.143-5.877\tc0.068-0.079,0.167-0.123,0.271-0.123h11.5c0.104,0,0.202,0.044,0.271,0.123l5.143,5.877H31c0.199,0,0.36,0.161,0.36,0.36v8\tc0,0.199-0.161,0.36-0.36,0.36h-3.837l-5.143,5.877C21.952,26.315,21.854,26.36,21.75,26.36z M10.414,25.64h11.173l5.053-5.775\tv-7.729L21.587,6.36H10.414L5.36,12.135v7.729L10.414,25.64z M27.36,19.64h3.279v-7.28H27.36V19.64z M1.36,19.64h3.28v-7.28H1.36\tV19.64z M20,23.36h-8c-0.099,0-0.194-0.041-0.262-0.113l-4-4.25C7.675,18.93,7.64,18.842,7.64,18.75v-5.5\tc0-0.092,0.035-0.18,0.098-0.247l4-4.25C11.806,8.681,11.901,8.64,12,8.64h8c0.1,0,0.194,0.041,0.262,0.113l4,4.25\tc0.063,0.066,0.099,0.155,0.099,0.247v5.5c0,0.092-0.035,0.18-0.099,0.247l-4,4.25C20.194,23.319,20.1,23.36,20,23.36z M12.156,22.64h7.689l3.795-4.032v-5.215L19.845,9.36h-7.689L8.36,13.393v5.215L12.156,22.64z M18,20.36h-4v-0.72h4V20.36z M30,18.36h-2v-0.72h2V18.36z M20,18.36h-8v-0.72h8V18.36z M4,18.36H2v-0.72h2V18.36z M30,16.36h-2v-0.72h2V16.36z M22,16.36H10\tv-0.72h12V16.36z M4,16.36H2v-0.72h2V16.36z M30,14.36h-2v-0.72h2V14.36z M20,14.36h-8v-0.72h8V14.36z M4,14.36H2v-0.72h2V14.36z M18,12.36h-4v-0.72h4V12.36z"
})), children);
});
module.exports = UfcBelt;