UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 408 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Notes = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M3 18h12v-2H3v2zM3 6v2h18V6H3zm0 7h18v-2H3v2z" })), name: 'Notes' }); export default Notes;