google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 455 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 FormatQuote = createIcon("FormatQuote", [
["path", { d: "M6 17H9L11 13V7H5V13H8L6 17ZM14 17H17L19 13V7H13V13H16L14 17Z", key: "ubh1vf" }]
]);
export { FormatQuote as default };
//# sourceMappingURL=format_quote.js.map