@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.29 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 PopsicleMelting = /*#__PURE__*/React.forwardRef(function PopsicleMelting({
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: "M13,30.36c-0.75,0-1.36-0.61-1.36-1.36v-1.64\tH9v-0.72h3c0.199,0,0.36,0.161,0.36,0.36v2c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-2c0-0.199,0.161-0.36,0.36-0.36h2\tv0.721h-1.64V29C14.36,29.75,13.75,30.36,13,30.36z M23,25.36h-6c-0.146,0-0.277-0.088-0.333-0.223s-0.025-0.289,0.078-0.393\tL26.991,14.5L17.5,5.009L7.254,15.254C6,16.509,5.31,18.194,5.31,20S6,23.491,7.254,24.745c0.103,0.104,0.134,0.258,0.078,0.393\tS7.146,25.36,7,25.36H3v-0.72h3.196C5.155,23.336,4.589,21.717,4.589,20c0-1.998,0.766-3.865,2.156-5.254l10.5-10.5\tc0.141-0.141,0.369-0.141,0.51,0l4.038,4.038l5.245-5.245c0.531-0.53,1.393-0.53,1.924,0c0.53,0.53,0.53,1.393,0,1.923l-5.246,5.246\tl4.039,4.039c0.141,0.141,0.141,0.368,0,0.509l-9.886,9.885H23V25.36z M22.302,8.793l0.905,0.905l5.245-5.245\tC28.573,4.332,28.64,4.171,28.64,4s-0.066-0.332-0.188-0.453c-0.248-0.249-0.656-0.249-0.904,0L22.302,8.793z M11,23.36\tc-0.685,0-1.252-0.509-1.346-1.168C9.459,22.299,9.237,22.36,9,22.36c-0.75,0-1.36-0.61-1.36-1.36v-2h0.72v2\tc0,0.353,0.287,0.64,0.64,0.64S9.64,21.353,9.64,21v-1h0.72v2c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-1h0.72v1\tC12.36,22.75,11.75,23.36,11,23.36z M16,19.36c-0.75,0-1.36-0.61-1.36-1.36v-1h0.72v1c0,0.353,0.287,0.64,0.64,0.64\tc0.353,0,0.64-0.287,0.64-0.64v-1c0-0.199,0.161-0.36,0.36-0.36h1v0.72h-0.64V18C17.36,18.75,16.75,19.36,16,19.36z"
})), children);
});
module.exports = PopsicleMelting;