UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 531 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 ReplyAll = createIcon("ReplyAll", [ [ "path", { d: "M7 7.5V4.5L0 11.5L7 18.5V15.5L3 11.5L7 7.5ZM13 8.5V4.5L6 11.5L13 18.5V14.4C18 14.4 21.5 16 24 19.5C23 14.5 20 9.5 13 8.5Z", key: "1v5gx0" } ] ]); export { ReplyAll as default }; //# sourceMappingURL=reply_all.js.map