UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.25 kB
"use strict"; 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 IconMaterialPromptSuggestionW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PromptSuggestionW100Filled', short_name: 'PromptSuggestion', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M734-424H317q-60.42 0-102.71-41Q172-506 172-566t42.29-101q42.29-41 102.71-41 5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4-48 0-82.5 33.08-34.5 33.09-34.5 81Q200-518 234.5-485t82.5 33h417L587-596q-4.58-4-4.79-10-.21-6 4.49-10.17 4.3-3.83 9.97-3.83 5.66 0 9.33 4l160 156q9 9.27 9 21.64 0 12.36-9 21.36L606-261q-4 4-9.45 3.85-5.46-.16-9.55-3.85-5-4-5-10t5-10l147-143Z" }) }))); }); IconMaterialPromptSuggestionW100Filled.displayName = 'OnesyIconMaterialPromptSuggestionW100Filled'; exports.default = IconMaterialPromptSuggestionW100Filled;