google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 566 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 FormatClear = createIcon("FormatClear", [
[
"path",
{
d: "M4.27 4L3 5.27L9.97 12.24L7.5 18H10.5L12.07 14.34L17.73 20L19 18.73L4.55 4.27L4.27 4ZM7 4V4.18L9.82 7H12.22L11.5 8.68L13.6 10.78L15.21 7H21V4H7Z",
key: "2ksipe"
}
]
]);
export { FormatClear as default };
//# sourceMappingURL=format_clear.js.map