@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.7 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.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const Piano = /*#__PURE__*/React.forwardRef(function Piano({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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: "M31.064,13.646l-7.996-1.45\tC21.839,11.958,21.36,11.062,21.36,9c0-4.61-3.751-8.36-8.36-8.36H9C4.39,0.64,0.64,4.39,0.64,9v22c0,0.199,0.161,0.36,0.36,0.36h30\tc0.199,0,0.36-0.161,0.36-0.36V14C31.36,13.826,31.235,13.677,31.064,13.646z M3.64,30.64H1.36v-6.28H3V28h0.64\tC3.64,28,3.64,30.64,3.64,30.64z M6.64,30.64H4.36V28H5v-3.64h1V28h0.64V30.64z M9.64,30.64H7.36V28H8v-3.64h1.64V30.64z M12.64,30.64h-2.28v-6.28H12V28h0.64V30.64z M15.64,30.64h-2.28V28H14v-3.64h1V28h0.64V30.64z M18.64,30.64h-2.28V28H17v-3.64h1V28\th0.64V30.64z M21.64,30.64h-2.28V28H20v-3.64h1.64V30.64z M24.64,30.64h-2.28v-6.28H24V28h0.64V30.64z M27.64,30.64h-2.28V28H26\tv-3.64h1V28h0.64V30.64z M30.64,30.64h-2.28V28H29v-3.64h1.64V30.64z M30.64,23.64H1.36V9c0-4.213,3.427-7.64,7.64-7.64h4\tc4.213,0,7.64,3.427,7.64,7.64c0,1.71,0.272,3.512,2.296,3.904l7.704,1.397V23.64z"
})), children);
});
export { Piano as default };