UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 2.22 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. */ 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 Python = /*#__PURE__*/React.forwardRef(function Python({ 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,4c0,0.828-0.672,1.5-1.5,1.5S10,4.828,10,4\ts0.672-1.5,1.5-1.5S13,3.172,13,4z M20.5,26.5c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5S22,28.828,22,28S21.328,26.5,20.5,26.5\tz M16.5,31.36c-3.427,0-7.36-0.382-7.36-3.36v-8c0-2.324,1.345-3.36,4.36-3.36h6c3.296,0,4.64-1.344,4.64-4.64V8.64h2.36\tc2.012,0,4.36,1.927,4.36,7.36s-2.349,7.36-4.36,7.36h-9c-0.279,0-0.569,0-0.638,0.033C16.86,23.431,16.86,23.721,16.86,24\ts0,0.569,0.033,0.638c0.038,0.002,0.328,0.002,0.607,0.002h6.36V28C23.86,30.979,19.927,31.36,16.5,31.36z M13.5,17.36\tc-3.031,0-3.64,1.01-3.64,2.64v8c0,1.229,0.755,2.64,6.64,2.64c5.886,0,6.64-1.41,6.64-2.64v-2.64H17.5\tc-1.195,0-1.36-0.166-1.36-1.36s0.165-1.36,1.36-1.36h9c1.679,0,3.64-1.738,3.64-6.64c0-4.901-1.961-6.64-3.64-6.64h-1.64V12\tc0,4.751-2.865,5.36-5.36,5.36H13.5z M7.86,23.36H5.5c-2.011,0-4.36-1.928-4.36-7.36S3.489,8.64,5.5,8.64h9\tc0.28,0,0.569,0,0.638-0.033C15.14,8.569,15.14,8.28,15.14,8s0-0.569-0.033-0.638C15.069,7.36,14.78,7.36,14.5,7.36H8.14V4\tc0-2.978,3.933-3.36,7.36-3.36S22.86,1.022,22.86,4v8c0,2.324-1.345,3.36-4.36,3.36h-6c-3.296,0-4.64,1.344-4.64,4.64V23.36z M5.5,9.36c-1.679,0-3.64,1.739-3.64,6.64s1.961,6.64,3.64,6.64h1.64V20c0-4.751,2.864-5.36,5.36-5.36h6\tc3.031,0,3.64-1.01,3.64-2.64V4c0-1.229-0.754-2.64-6.64-2.64C9.615,1.36,8.86,2.771,8.86,4v2.64h5.64c1.195,0,1.36,0.165,1.36,1.36\ts-0.165,1.36-1.36,1.36H5.5z" })), children); }); export { Python as default };