UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 580 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 ReadMore = createIcon("ReadMore", [ ["path", { d: "M22 7H13V9H22V7Z", key: "145lew" }], ["path", { d: "M22 15H13V17H22V15Z", key: "vy1ypj" }], ["path", { d: "M22 11H16V13H22V11Z", key: "lsqwxi" }], ["path", { d: "M13 12L8 7V11H2V13H8V17L13 12Z", key: "37ifqc" }] ]); export { ReadMore as default }; //# sourceMappingURL=read_more.js.map