google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 603 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: "M18.62 18H13.38L15.38 14H13V6H21V13.24L18.62 18ZM16.62 16H17.38L19 12.76V8H15V12H18.62L16.62 16ZM8.62 18H3.38L5.38 14H3V6H11V13.24L8.62 18ZM6.62 16H7.38L9 12.76V8H5V12H8.62L6.62 16Z",
key: "nd8bw6"
}
]
]);
export { FormatQuote as default };
//# sourceMappingURL=format_quote.js.map