UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.37 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 Serverless_02 = /*#__PURE__*/React.forwardRef(function Serverless_02({ 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: "M16,30.36c-6.211,0-11.797-4.099-13.678-10H1\tc-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h10.131L5.846,6.355c-0.141-0.141-0.141-0.368,0-0.509\tC8.558,3.134,12.165,1.64,16,1.64c6.212,0,11.797,4.099,13.678,10H31c0.199,0,0.36,0.161,0.36,0.36v8c0,0.199-0.161,0.36-0.36,0.36\tH20.869l5.285,5.284c0.141,0.141,0.141,0.369,0,0.51C23.438,28.867,19.834,30.36,16,30.36z M3.08,20.36\tc1.853,5.488,7.097,9.28,12.92,9.28c3.522,0,6.842-1.326,9.387-3.743l-5.536-5.536L3.08,20.36L3.08,20.36z M20.149,19.64h10.49\tv-7.28h-17.77l2.458,2.458c0.199-0.113,0.428-0.178,0.673-0.178c0.75,0,1.36,0.61,1.36,1.36c0,0.245-0.065,0.474-0.179,0.673\tL20.149,19.64z M1.36,19.64h17.771l-2.458-2.458C16.474,17.295,16.245,17.36,16,17.36c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.245,0.065-0.474,0.178-0.673l-2.967-2.967H1.36V19.64z M16,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M12.149,11.64H28.92C27.067,6.152,21.823,2.36,16,2.36\tc-3.523,0-6.842,1.327-9.387,3.744L12.149,11.64z M11,17.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36\tS11.75,17.36,11,17.36z M11,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S11.353,15.36,11,15.36z M6,17.36c-0.75,0-1.36-0.61-1.36-1.36S5.25,14.64,6,14.64S7.36,15.25,7.36,16S6.75,17.36,6,17.36z M6,15.36\tc-0.353,0-0.64,0.287-0.64,0.64S5.647,16.64,6,16.64S6.64,16.353,6.64,16S6.353,15.36,6,15.36z" })), children); }); module.exports = Serverless_02;