UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (31 loc) 2.19 kB
/** * 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. */ 'use strict'; 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 Telecommunications = /*#__PURE__*/React.forwardRef(function Telecommunications({ 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: "M23,31.36c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.61,0.405-1.129,0.96-1.3C21.927,17.829,12.939,9.36,2,9.36V8.64c11.328,0,20.635,8.776,21.319,20.038\tC23.916,28.822,24.36,29.36,24.36,30C24.36,30.75,23.75,31.36,23,31.36z M23,29.36c-0.353,0-0.64,0.287-0.64,0.64\ts0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S23.353,29.36,23,29.36z M9,31.36c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.581,0.366-1.077,0.879-1.272C7.92,25.646,5.174,23.36,2,23.36v-0.72c3.542,0,6.604,2.568,7.239,6.021\tC9.875,28.774,10.36,29.332,10.36,30C10.36,30.75,9.75,31.36,9,31.36z M9,29.36c-0.353,0-0.64,0.287-0.64,0.64S8.647,30.64,9,30.64\tS9.64,30.353,9.64,30S9.353,29.36,9,29.36z M30.36,30h-0.72c0-14.868-11.539-26.942-26.332-27.627C3.146,2.942,2.621,3.36,2,3.36\tC1.25,3.36,0.64,2.75,0.64,2S1.25,0.64,2,0.64c0.63,0,1.161,0.43,1.315,1.012C18.505,2.343,30.36,14.737,30.36,30z M2,1.36\tC1.647,1.36,1.36,1.647,1.36,2S1.647,2.64,2,2.64S2.64,2.353,2.64,2S2.353,1.36,2,1.36z M16.36,30h-0.72\tc0-7.038-5.392-12.954-12.336-13.614C3.137,16.949,2.616,17.36,2,17.36c-0.75,0-1.36-0.61-1.36-1.36S1.25,14.64,2,14.64\tc0.634,0,1.168,0.436,1.318,1.024C10.655,16.333,16.36,22.573,16.36,30z M2,15.36c-0.353,0-0.64,0.287-0.64,0.64\tS1.647,16.64,2,16.64S2.64,16.353,2.64,16S2.353,15.36,2,15.36z" })), children); }); module.exports = Telecommunications;