@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPianoOff = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PianoOff', short_name: 'PianoOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m763-84-37-36H200q-33 0-56.5-23.5T120-200v-526l-37-37q-12-12-12-28.5T83-820q12-12 28.5-12t28.5 12l680 680q12 12 12 28t-12 28q-12 12-28.5 12T763-84Zm77-150-80-80v-446h-80v340q0 5-1.5 10t-4.5 10L520-554v-206h-80v126L234-840h526q33 0 56.5 23.5T840-760v526Zm-640 34h130v-180h-10q-17 0-28.5-11.5T280-420v-146l-80-80v446Zm190 0h180v-76L438-408q-4 13-14.5 20.5T400-380h-10v180Zm240 0h16l-16-16v16Z" }) })));
});
IconMaterialPianoOff.displayName = 'OnesyIconMaterialPianoOff';
exports.default = IconMaterialPianoOff;
;