UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.61 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 IconMaterialChatPasteGoW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChatPasteGoW100Filled', short_name: 'ChatPasteGo', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M789-266H600q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h189l-79-80q-3.67-4-3.83-9.5Q706-389 710-393t9.82-4q5.82 0 10.18 4l92 92q9 9 9 21t-9 21l-92 92q-4.36 4-10.18 4-5.82 0-9.82-4t-3.83-9.5q.16-5.5 3.83-9.5l79-80ZM300-586h280q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H300q-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 4Zm0 160h160q5.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-4H300q-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 4Zm-71 160-57.33 57.33Q165-202 155.5-205.54 146-209.08 146-219v-495q0-24.75 17.63-42.38Q181.25-774 206-774h468q24.75 0 42.38 17.62Q734-738.75 734-714v173q0 9.33-6 15.17-6 5.83-15 5.83-49 2-89 15t-78 51q-38 38-51 78t-15 89q0 9-6.22 15T459-266H229Z" }) }))); }); IconMaterialChatPasteGoW100Filled.displayName = 'OnesyIconMaterialChatPasteGoW100Filled'; exports.default = IconMaterialChatPasteGoW100Filled;