@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 TeamRadio = /*#__PURE__*/React.forwardRef(function TeamRadio({
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: "M22,31.36H10c-1.345,0-2.36-1.015-2.36-2.36V8\tc0-1.179,0.869-2.159,2-2.333V2c0-0.75,0.61-1.36,1.36-1.36S12.36,1.25,12.36,2v3.64h1.28V5c0-0.199,0.161-0.36,0.36-0.36h2\tc0.199,0,0.36,0.161,0.36,0.36v0.64h1.28V5c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v0.64H22\tc1.302,0,2.36,1.059,2.36,2.36v21C24.36,30.346,23.346,31.36,22,31.36z M22,6.36h-2c-0.199,0-0.36-0.161-0.36-0.36V5.36h-1.28V6\tc0,0.199-0.161,0.36-0.36,0.36h-2c-0.199,0-0.36-0.161-0.36-0.36V5.36h-1.28V6c0,0.199-0.161,0.36-0.36,0.36h-2\tc-0.199,0-0.36-0.161-0.36-0.36V2c0-0.353-0.287-0.64-0.64-0.64S10.36,1.647,10.36,2v4c0,0.199-0.161,0.36-0.36,0.36\tC9.096,6.36,8.36,7.096,8.36,8v21c0,0.95,0.69,1.64,1.64,1.64h12c0.95,0,1.64-0.689,1.64-1.64V8C23.64,7.096,22.904,6.36,22,6.36z M21,28.36H11v-0.72h10V28.36z M21,26.36H11v-0.72h10V26.36z M21,24.36H11v-0.72h10V24.36z M21,21.36H11\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h10c0.199,0,0.36,0.161,0.36,0.36v2\tC21.36,21.199,21.199,21.36,21,21.36z M11.36,20.64h9.28v-1.28h-9.28V20.64z M22,16.36H10c-0.199,0-0.36-0.161-0.36-0.36V9\tc0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v7C22.36,16.199,22.199,16.36,22,16.36z M10.36,15.64h11.28V9.36\tH10.36V15.64z"
})), children);
});
module.exports = TeamRadio;