@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2 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 Serverless_03 = /*#__PURE__*/React.forwardRef(function Serverless_03({
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: "M24,31.36c-1.947,0-3.721-0.761-5.039-2H8\tc-0.199,0-0.36-0.161-0.36-0.36v-3.64H1c-0.199,0-0.36-0.161-0.36-0.36V5c0-0.199,0.161-0.36,0.36-0.36h6.64V1\tc0-0.199,0.161-0.36,0.36-0.36h14c0.199,0,0.36,0.161,0.36,0.36v3.64H29c0.199,0,0.36,0.161,0.36,0.36v13.961\tc1.239,1.318,2,3.092,2,5.039C31.36,28.059,28.059,31.36,24,31.36z M19.286,28.672C20.49,29.887,22.158,30.64,24,30.64\tc1.701,0,3.256-0.643,4.432-1.699l-9.372-9.372c-1.057,1.176-1.699,2.73-1.699,4.432c0,1.804,0.723,3.442,1.895,4.64L19.286,28.672z M8.36,28.64h9.931c-1.032-1.267-1.651-2.882-1.651-4.64c0-3.233,2.095-5.986,5-6.972V1.36H8.36V28.64z M19.568,19.06l9.372,9.372\tc1.057-1.176,1.699-2.73,1.699-4.432c0-3.661-2.979-6.64-6.64-6.64C22.299,17.36,20.744,18.003,19.568,19.06z M1.36,24.64h6.28\tV14.36H4v-0.72h3.64v-2.28H4v-0.72h3.64V8.36H4V7.64h3.64V5.36H1.36V24.64z M24,16.64c1.758,0,3.373,0.619,4.64,1.651V5.36h-6.28\tv2.28H26v0.72h-3.64v2.28H26v0.72h-3.64v2.28H26v0.72h-3.64v2.464C22.888,16.704,23.437,16.64,24,16.64z M19,10.36h-8V9.64h8V10.36z M19,7.36h-8V6.64h8V7.36z M19,4.36h-8V3.64h8V4.36z"
})), children);
});
module.exports = Serverless_03;