@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.4 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 FaceMelting = /*#__PURE__*/React.forwardRef(function FaceMelting({
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: "M25,29.36c-0.75,0-1.36-0.61-1.36-1.36v-1h0.721v1\tc0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-2h0.721v1c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-2\tc0-0.078,0.025-0.154,0.072-0.216c1.916-2.551,2.928-5.588,2.928-8.784c0-8.073-6.567-14.64-14.64-14.64\tC7.927,1.36,1.36,7.927,1.36,16c0,3.197,1.013,6.234,2.928,8.784C4.334,24.846,4.36,24.922,4.36,25v2c0,0.353,0.287,0.64,0.64,0.64\tS5.64,27.353,5.64,27h0.72c0,0.75-0.61,1.36-1.36,1.36S3.64,27.75,3.64,27v-1.881c-1.963-2.655-3-5.806-3-9.119\tC0.64,7.53,7.53,0.64,16,0.64S31.36,7.53,31.36,16c0,3.313-1.037,6.464-3,9.119V27c0,0.75-0.61,1.36-1.36,1.36\tc-0.236,0-0.46-0.062-0.653-0.168C26.253,28.852,25.685,29.36,25,29.36z M14.5,24.12c-1.755,0-3.51-0.622-4.754-1.865\tc-1.184-1.184-1.863-2.917-1.863-4.755c0-1.837,0.679-3.571,1.863-4.754l0.509,0.509c-1.05,1.05-1.652,2.598-1.652,4.246\tc0,1.648,0.602,3.195,1.652,4.245c2.223,2.223,6.27,2.223,8.491,0l0.51,0.51C18.011,23.498,16.255,24.12,14.5,24.12z M26,23.36\tc-0.75,0-1.36-0.61-1.36-1.36v-1h0.721v1c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-4h0.721v4\tC27.36,22.75,26.75,23.36,26,23.36z M6.36,10.002c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-1h0.72v1\tc0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36v-2h0.72L6.36,10.002 M22.75,18c0,0.414-0.336,0.75-0.75,0.75\ts-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75S22.75,17.586,22.75,18z M14,9.25c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75\ts0.75-0.336,0.75-0.75S14.414,9.25,14,9.25z"
})), children);
});
module.exports = FaceMelting;