@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.56 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 Music = /*#__PURE__*/React.forwardRef(function Music({
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: "M7,30.36c-2.404,0-4.36-1.956-4.36-4.36\tS4.596,21.64,7,21.64c1.519,0,2.859,0.781,3.64,1.963V6.795c0-0.163,0.109-0.306,0.267-0.348l18-4.795\tc0.105-0.03,0.224-0.006,0.312,0.062C29.308,1.783,29.36,1.888,29.36,2v19c0,2.404-1.956,4.36-4.36,4.36s-4.36-1.956-4.36-4.36\ts1.956-4.36,4.36-4.36c1.519,0,2.859,0.781,3.64,1.962V8.468l-17.28,4.604V26C11.36,28.404,9.404,30.36,7,30.36z M7,22.36\tc-2.007,0-3.64,1.633-3.64,3.64S4.993,29.64,7,29.64s3.64-1.633,3.64-3.64S9.007,22.36,7,22.36z M25,17.36\tc-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S27.007,17.36,25,17.36z M11.36,7.072v5.255l17.28-4.604\tV2.468L11.36,7.072z"
})), children);
});
module.exports = Music;