@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.11 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialSpellcheckW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SpellcheckW100', short_name: 'Spellcheck', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m564-156 218-218q4-4 9.5-4.5T802-374q5 5 5 10t-5 10L606-158q-9 9-20 13t-22 4q-11 0-22-4t-20-13l-82-82q-4-4-4.5-9.5T440-260q5-5 10-5t10 5l104 104ZM246-478l-53 149q-2 5-5 7t-8 2q-8 0-11.5-6t-1.5-13l178-492q2-5 5-7t8-2h10q5 0 8 2t5 7l176 491q2 8-2 14t-12 6q-5 0-9-2.5t-6-7.5l-50-148H246Zm10-24h214L362-800h-2L256-502Z" }) })));
});
IconMaterialSpellcheckW100.displayName = 'OnesyIconMaterialSpellcheckW100';
exports.default = IconMaterialSpellcheckW100;
;