@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.45 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSourceNotes = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SourceNotes",
short_name: "SourceNotes",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M720-40q-58 0-105-29.5T543-147q-6-11-1.5-23t15.5-17q11-5 22.5-1.5T597-174q17 33 49.5 53.5T720-100q58 0 99-41t41-99q0-58-41-99t-99-41q-29 0-54 10.5T622-340h28q13 0 21.5 8.5T680-310q0 13-8.5 21.5T650-280h-90q-17 0-28.5-11.5T520-320v-90q0-13 8.5-21.5T550-440q13 0 21.5 8.5T580-410v27q27-26 63-41.5t77-15.5q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40ZM200-200v-560 560Zm120-400h320q17 0 28.5-11.5T680-640q0-17-11.5-28.5T640-680H320q-17 0-28.5 11.5T280-640q0 17 11.5 28.5T320-600Zm0 160h130q17 0 28.5-11.5T490-480q0-17-11.5-28.5T450-520H320q-17 0-28.5 11.5T280-480q0 17 11.5 28.5T320-440Zm0 160h70q17 0 28.5-11.5T430-320q0-17-11.5-28.5T390-360h-70q-17 0-28.5 11.5T280-320q0 17 11.5 28.5T320-280ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v160q0 17-11.5 28.5T800-560q-17 0-28.5-11.5T760-600v-160H200v560h160q17 0 28.5 11.5T400-160q0 17-11.5 28.5T360-120H200Z"
}));
});
IconMaterialSourceNotes.displayName = 'OnesyIconMaterialSourceNotes';
export default IconMaterialSourceNotes;