google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 668 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 Spellcheck = createIcon("Spellcheck", [
[
"path",
{
d: "M11.7205 15.25H13.8105L8.70047 2.25H6.84047L1.73047 15.25H3.82047L4.94047 12.25H10.5805L11.7205 15.25ZM5.70047 10.25L7.77047 4.73L9.84047 10.25H5.70047ZM20.8605 10.84L12.7705 18.93L9.10047 15.25L7.69047 16.66L12.7805 21.75L22.2705 12.25L20.8605 10.84Z",
key: "66mk64"
}
]
]);
export { Spellcheck as default };
//# sourceMappingURL=spellcheck.js.map