UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.81 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 IconMaterialRecordVoiceOverW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RecordVoiceOverW100', short_name: 'RecordVoiceOver', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M883-600q0 62-23 117t-61 98q-5 5-11 6.5t-11.19-3.69Q772-387 772.46-393q.46-6 5.54-11 36-40 56.5-90T855-600q0-56-20.5-106T778-796q-5-5-5.5-11.19-.5-6.19 4.82-11Q782-823 788-821.5q6 1.5 11 6.5 38 43 61 98t23 117Zm-190 0q0 23.21-8 44.6-8 21.4-22 38.4-4 5-9.5 5.5t-10.69-4.69Q638-521 638-526.5q0-5.5 4-10.5 11-14 17-29.92 6-15.93 6-33.08 0-19-6.19-34.05Q652.62-649.11 642-663q-4-5-4-10.5t4.81-10.31Q648-689 653.5-688.5q5.5.5 9.5 5.5 14.21 17.26 22.11 37.63Q693-625 693-600ZM345-492q-44.55 0-76.27-31.72Q237-555.45 237-600t31.73-76.28Q300.45-708 345-708t76.27 31.72Q453-644.55 453-600t-31.73 76.28Q389.55-492 345-492ZM77-242v-22q0-26 13-43.5t37-28.5q48-23 106-37.5T345-388q54 0 112 14.5T563-336q24 11 37 28.5t13 43.5v22q0 13-8.5 21.5T583-212H107q-13 0-21.5-8.5T77-242Zm28 2h480v-24q0-18-10.5-29T549-312q-38-20-94.5-34T345-360q-53 0-109.5 14T141-312q-15 8-25.5 19T105-264v24Zm240-280q33 0 56.5-23.5T425-600q0-33-23.5-56.5T345-680q-33 0-56.5 23.5T265-600q0 33 23.5 56.5T345-520Zm0-80Zm0 360Z" }) }))); }); IconMaterialRecordVoiceOverW100.displayName = 'OnesyIconMaterialRecordVoiceOverW100'; exports.default = IconMaterialRecordVoiceOverW100;