google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 475 B
JavaScript
/**
* @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 Reply = createIcon("Reply", [
[
"path",
{
d: "M10 8.5V4.5L3 11.5L10 18.5V14.4C15 14.4 18.5 16 21 19.5C20 14.5 17 9.5 10 8.5Z",
key: "wl1tb2"
}
]
]);
export { Reply as default };
//# sourceMappingURL=reply.js.map