@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.93 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 Champagne = /*#__PURE__*/React.forwardRef(function Champagne({
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: "M27,8.359c-0.093,0-0.185-0.036-0.255-0.106\tc-0.14-0.141-0.14-0.367,0-0.507C26.791,7.7,27.875,6.64,30,6.64c0.199,0,0.36,0.161,0.36,0.36S30.199,7.36,30,7.36\tc-1.81,0-2.709,0.859-2.747,0.896C27.183,8.325,27.092,8.359,27,8.359z M24,5.36c-0.082,0-0.164-0.027-0.231-0.084\tc-0.152-0.128-0.172-0.355-0.044-0.507c1.009-1.204,0.917-2.728,0.916-2.743c-0.014-0.198,0.136-0.37,0.334-0.384\tc0.221-0.005,0.37,0.135,0.385,0.333c0.005,0.074,0.118,1.824-1.084,3.258C24.205,5.316,24.103,5.36,24,5.36z M7.604,30.362\tc-0.347,0-0.696-0.138-0.969-0.41l-4.586-4.586c-0.539-0.54-0.548-1.376-0.02-1.904l7.467-7.466\tc1.116-1.116,2.869-1.738,4.564-2.339c1.414-0.501,2.75-0.975,3.436-1.661l6-6c0.027-0.027,0.06-0.05,0.094-0.067\tc0.482-0.235,2.469,2.134,2.483,2.161c0.069,0.139,0.042,0.306-0.067,0.416l-6,6c-0.687,0.686-1.154,2.021-1.649,3.434\tc-0.595,1.696-1.209,3.449-2.326,4.566C15.731,22.803,15,23.509,15,23.509l-6.462,6.463C8.277,30.232,7.941,30.362,7.604,30.362z M3.75,22.759l-1.212,1.213c-0.243,0.242-0.234,0.631,0.02,0.885l4.585,4.586c0.124,0.124,0.284,0.194,0.45,0.197\tc0.162,0.03,0.318-0.06,0.436-0.178l1.212-1.212L3.75,22.759z M4.259,22.25l5.491,5.491l3.491-3.491L7.75,18.759L4.259,22.25z M8.259,18.25l5.491,5.491l0.746-0.746c0.004-0.004,0.729-0.704,1.025-1c1.001-1,1.588-2.675,2.155-4.294\tc0.13-0.372,0.259-0.738,0.391-1.091H15.75c-0.199,0-0.36-0.161-0.36-0.36v-2.309c-0.353,0.133-0.719,0.263-1.09,0.395\tc-1.62,0.574-3.294,1.168-4.296,2.169L8.259,18.25z M16.11,15.89h2.24c0.323-0.767,0.684-1.432,1.146-1.895L23.491,10L22,8.509\tl-3.995,3.995c-0.463,0.463-1.128,0.825-1.895,1.15V15.89z M22.509,8L24,9.491l1.241-1.241c-0.383-0.383-1.107-1.108-1.491-1.491\tL22.509,8z M27,6.36c-0.093,0-0.185-0.036-0.255-0.105l-1-1C25.624,5.133,25.605,4.943,25.7,4.8l2-3\tc0.061-0.09,0.157-0.148,0.265-0.159c0.105-0.01,0.213,0.027,0.29,0.104l2,2c0.076,0.076,0.114,0.183,0.104,0.29\tC30.348,4.142,30.29,4.239,30.2,4.299l-3,2C27.139,6.34,27.069,6.36,27,6.36z M26.463,4.954l0.583,0.583l2.389-1.593l-1.379-1.379\tL26.463,4.954z"
})), children);
});
module.exports = Champagne;