UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 2.82 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 Pepper = /*#__PURE__*/React.forwardRef(function Pepper({ 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: "M21,31.36c-3.008,0-7.126,0-12.225-4.079\tC3.909,23.388,0.64,17.271,0.64,14c0-2.749,2.193-4.672,2.633-5.029c0.072-0.059,0.186-0.186,0.132-0.369\tC3.349,8.415,3.286,8.223,3.221,8.024C2.948,7.199,2.64,6.264,2.64,5c0-2.934,1.753-4.36,5.36-4.36c0.199,0,0.36,0.161,0.36,0.36\tS8.199,1.36,8,1.36C6.172,1.36,5.36,3.273,5.36,4c0,1.679,0.691,3.641,2.64,3.641c5.451,0,6.236,4.237,6.928,7.976\tc0.083,0.444,0.164,0.884,0.252,1.311c0.785,3.792,3.924,7.712,7.82,7.712c3.929,0,5.598-2.734,6.243-4.364\tc0.169-0.426,0.564-0.681,1.024-0.627c0.457,0.044,0.821,0.379,0.905,0.832c0.124,0.666,0.188,1.514,0.188,2.52\tC31.36,27.219,26.229,31.36,21,31.36z M1.703,16.023c0.88,3.025,3.444,7.433,7.522,10.696C14.126,30.64,18.1,30.64,21,30.64\tc4.775,0,9.64-3.855,9.64-7.64c0-0.962-0.059-1.765-0.174-2.388c-0.031-0.166-0.159-0.237-0.268-0.247\tc-0.062-0.006-0.215-0.003-0.285,0.176C29.2,22.341,27.354,25.36,23,25.36c-4.263,0-7.682-4.214-8.525-8.287\tc-0.089-0.432-0.171-0.876-0.255-1.325c-0.291-1.57-0.586-3.163-1.219-4.465c-0.194-0.046-0.541-0.08-0.853,0.127\tc-0.516,0.343-0.789,1.239-0.789,2.59c0,0.136-0.077,0.26-0.199,0.322c-0.121,0.061-0.268,0.048-0.376-0.033\tc-0.016-0.011-1.575-1.153-3.114-0.723c-0.979,0.277-1.766,1.141-2.336,2.568c-0.052,0.13-0.176,0.218-0.316,0.226\tc-0.132,0.01-0.272-0.067-0.337-0.192c-0.223-0.424-0.952-1.51-1.664-1.51c-0.009,0-0.017,0-0.025,0\tC2.444,14.678,1.996,15.385,1.703,16.023z M3.018,13.938c0.839,0,1.528,0.74,1.929,1.299c0.637-1.278,1.488-2.072,2.534-2.366\tc1.272-0.356,2.497,0.127,3.18,0.496c0.088-1.282,0.457-2.143,1.099-2.563c0.275-0.181,0.561-0.253,0.816-0.27\tC11.705,9.229,10.333,8.36,8,8.36C5.679,8.36,4.64,6.17,4.64,4c0-0.659,0.364-1.639,1.075-2.37C4.102,2.098,3.36,3.188,3.36,5\tc0,1.148,0.29,2.025,0.544,2.799c0.068,0.206,0.133,0.405,0.191,0.599c0.123,0.414-0.019,0.847-0.368,1.131\tC3.332,9.851,1.36,11.577,1.36,14c0,0.291,0.032,0.62,0.095,0.979c0.444-0.671,0.951-1.021,1.512-1.041\tC2.984,13.938,3.001,13.938,3.018,13.938z" })), children); }); export { Pepper as default };