@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.15 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 Mandolin = /*#__PURE__*/React.forwardRef(function Mandolin({
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: "M9,31.36c-3.516,0-8.36-4.845-8.36-8.36\tc0-8.415,11.529-10.393,17.187-11.336l5.858-5.858l0.473-1.419c0.018-0.053,0.048-0.101,0.087-0.141L24.491,4l-0.746-0.746\tl0.51-0.509L25,3.491L25.491,3l-0.746-0.746l0.51-0.509L26,2.491L26.491,2l-0.746-0.746l0.51-0.509L27,1.491l0.745-0.745\tc0.141-0.141,0.369-0.141,0.51,0l3,3c0.141,0.141,0.141,0.368,0,0.509L30.509,5l0.746,0.746l-0.51,0.509L30,5.509L29.509,6\tl0.746,0.746l-0.51,0.509L29,6.509L28.509,7l0.746,0.746l-0.51,0.509L28,7.509l-0.245,0.245c-0.04,0.04-0.088,0.069-0.141,0.087\tl-1.42,0.473l-5.858,5.858C19.393,19.831,17.415,31.36,9,31.36z M16.949,12.542C11.239,13.524,1.36,15.643,1.36,23\tc0,3.142,4.499,7.64,7.64,7.64c7.357,0,9.476-9.878,10.458-15.588l-2.203,2.204l-0.509-0.509l9-9c0.04-0.04,0.088-0.069,0.141-0.087\tl1.42-0.473L30.491,4L28,1.509l-3.186,3.185l-0.473,1.419c-0.018,0.053-0.048,0.101-0.087,0.141l-9,9l-0.509-0.509L16.949,12.542z M8.746,27.255l-4-4l0.509-0.51l4,4L8.746,27.255z M12.5,22.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86\ts2.86,1.283,2.86,2.86S14.077,22.36,12.5,22.36z M12.5,17.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14\tS13.68,17.36,12.5,17.36z M16.254,16.254l-0.509-0.509l9-9l0.51,0.509L16.254,16.254z"
})), children);
});
module.exports = Mandolin;