UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 386 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Title = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M5 4v3h5.5v12h3V7H19V4z" })), name: 'Title' }); export default Title;