UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 2.02 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 Limes = /*#__PURE__*/React.forwardRef(function Limes({ 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: "M20,27.36c-5.712,0-10.36-4.647-10.36-10.36\tc0-0.199,0.161-0.36,0.36-0.36h9.999H20h0.001H30c0.199,0,0.36,0.161,0.36,0.36C30.36,22.713,25.713,27.36,20,27.36z M10.367,17.36\tc0.189,5.15,4.438,9.28,9.633,9.28s9.443-4.13,9.634-9.279h-8.765l5.386,5.385l-0.51,0.51L20.36,17.87V25h-0.72v-7.131l-5.385,5.386\tl-0.509-0.51l5.385-5.385C19.131,17.36,10.367,17.36,10.367,17.36z M11,25.36c-5.161,0-9.36-4.647-9.36-10.36\tc0-5.224,3.436-9.606,8.038-10.319C9.822,4.084,10.36,3.64,11,3.64s1.178,0.444,1.322,1.041C16.924,5.394,20.36,9.776,20.36,15\th-0.72c0-4.965-3.303-9.111-7.683-9.643C11.776,5.335,11.64,5.182,11.64,5c0-0.353-0.287-0.64-0.64-0.64S10.36,4.647,10.36,5\tc0,0.182-0.136,0.335-0.316,0.357C5.663,5.889,2.36,10.035,2.36,15c0,5.315,3.876,9.64,8.64,9.64V25.36z M9.36,13H8.64\tc0-0.75,0.61-1.36,1.36-1.36v0.72C9.647,12.36,9.36,12.647,9.36,13z M5.36,13H4.64c0-0.75,0.61-1.36,1.36-1.36v0.72\tC5.647,12.36,5.36,12.647,5.36,13z M11.36,11h-0.72c0-0.75,0.61-1.36,1.36-1.36v0.72C11.647,10.36,11.36,10.647,11.36,11z M7.36,11\tH6.64c0-0.75,0.61-1.36,1.36-1.36v0.72C7.647,10.36,7.36,10.647,7.36,11z M9.36,9H8.64c0-0.75,0.61-1.36,1.36-1.36v0.72\tC9.647,8.36,9.36,8.647,9.36,9z" })), children); }); export { Limes as default };