UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 768 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Spellcheck = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.25 4.5a.75.75 0 01.686.445l6 13.5a.75.75 0 11-1.371.61l-1.728-3.888H5.663l-1.727 3.887a.75.75 0 01-1.371-.609l6-13.5A.75.75 0 019.25 4.5zm0 2.597l-2.92 6.57h5.84l-2.92-6.57zM22.28 5.78a.75.75 0 10-1.06-1.06L17.738 8.2l-1.41-1.411a.75.75 0 10-1.061 1.06l1.941 1.942a.75.75 0 001.06 0l4.013-4.012z", fill: "#323544" })); exports.default = Spellcheck;