UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 408 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const Title = createIcon("Title", [ ["path", { d: "M5 4.5V7.5H10.5V19.5H13.5V7.5H19V4.5H5Z", key: "1l5tpz" }] ]); export { Title as default }; //# sourceMappingURL=title.js.map