@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.52 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const ClientSupport = /*#__PURE__*/React.forwardRef(function ClientSupport({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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: "M13,0.64H1C0.801,0.64,0.64,0.801,0.64,1v24\tc0,0.199,0.161,0.36,0.36,0.36h12v-0.72H9.36V20c0-0.199-0.161-0.36-0.36-0.36H5c-0.199,0-0.36,0.161-0.36,0.36v4.64H1.36V1.36\th11.28V10h0.72V1C13.36,0.801,13.199,0.64,13,0.64z M5.36,20.36h3.28v4.279H5.36V20.36z M5.36,7H4.64V5h0.72C5.36,5,5.36,7,5.36,7z M5.36,12H4.64v-2h0.72C5.36,10,5.36,12,5.36,12z M9.36,7H8.64V5h0.72C9.36,5,9.36,7,9.36,7z M9.36,12H8.64v-2h0.72\tC9.36,10,9.36,12,9.36,12z M4.64,15h0.72v2H4.64V15z M8.64,15h0.72v2H8.64V15z M19,9.36c1.577,0,2.86-1.283,2.86-2.86\tS20.577,3.64,19,3.64s-2.86,1.283-2.86,2.86S17.423,9.36,19,9.36z M19,4.36c1.18,0,2.14,0.96,2.14,2.14S20.18,8.64,19,8.64\ts-2.14-0.96-2.14-2.14S17.82,4.36,19,4.36z M20.64,23h0.721v8H20.64V23z M19,10.64c1.063,0,2.088,0.387,2.884,1.09l-0.477,0.54\tc-0.664-0.587-1.52-0.91-2.407-0.91c-2.007,0-3.64,1.633-3.64,3.64v5.21c0,1.17,0.626,2.041,1.762,2.451\tc0.143,0.052,0.238,0.188,0.238,0.339v8h-0.72v-7.756c-1.275-0.551-2-1.644-2-3.034V15C14.64,12.596,16.596,10.64,19,10.64z M27,9.36c1.577,0,2.86-1.283,2.86-2.86S28.577,3.64,27,3.64s-2.86,1.283-2.86,2.86S25.423,9.36,27,9.36z M27,4.36\tc1.18,0,2.14,0.96,2.14,2.14S28.18,8.64,27,8.64s-2.14-0.96-2.14-2.14S25.82,4.36,27,4.36z M31.36,15v5.199\tc0,1.396-0.726,2.494-2,3.045V31h-0.72v-8c0-0.151,0.096-0.287,0.238-0.339c1.136-0.41,1.762-1.285,1.762-2.462V15\tc0-1.044-0.449-2.039-1.232-2.73c-0.664-0.587-1.52-0.91-2.407-0.91c-2.007,0-3.64,1.633-3.64,3.64v5.21\tc0,1.17,0.626,2.041,1.762,2.451c0.143,0.052,0.238,0.188,0.238,0.339v8H24.64v-7.756c-1.274-0.551-2-1.644-2-3.034V15\tc0-2.404,1.956-4.36,4.36-4.36c1.063,0,2.088,0.387,2.884,1.09C30.822,12.558,31.36,13.75,31.36,15z"
})), children);
});
export { ClientSupport as default };