@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.96 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 IconMaterialVoiceSelectionW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VoiceSelectionW100Filled', short_name: 'VoiceSelection', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M714.04-128q-6.04 0-10.04-4.07-4-4.08-4-10.1 0-2.83 1.09-5.5 1.09-2.66 2.91-4.33 44-44 67-99.5t23-117.97q0-61.53-23-117.03T704-586q-1.82-1.74-2.91-4.52-1.09-2.78-1.09-5.57 0-5.91 4.07-9.91 4.08-4 10.1-4 2.83 0 5.46 1.17 2.62 1.16 4.37 2.83 48 48 73 109t25 127.59Q822-302 797-241t-73 109q-1.78 1.67-4.44 2.83-2.67 1.17-5.52 1.17Zm-91.13-91q-5.91 0-9.91-4.07-4-4.08-4-10.1 0-2.83 1.17-5.46 1.16-2.62 2.83-4.37 26-26 39.5-58.5T666-369q0-35-13.5-67.5T613-495q-2-1.78-3-4.44-1-2.67-1-5.52 0-6.04 4.07-10.04 4.08-4 10.1-4 2.83 0 5.5 1 2.66 1 4.33 3 28.71 28.69 44.85 66.34Q694-411 694-369t-16.15 79.66Q661.71-251.69 633-223q-1.74 2-4.52 3-2.78 1-5.57 1ZM346-376H240v24q0 37 25.5 63.5T328-253l12 3q29 8 30.5 42t-31.6 45.84Q292-145 243.5-139q-48.5 6-97.5 7-6 0-10-4.04-4-4.03-4-10 0-5.96 4.02-9.79 4.03-3.84 9.98-4.17 47-1 93-6.5t91-22.5q12-5 11-18.5T323-225q-48-11-79.5-46T212-354v-20q0-12.75 8.63-21.38Q229.25-404 242-404h98q14 0 23-9t9-23v-48q0-12.75 8.63-21.38Q389.25-514 402-514h69q18 0 27.5-14.5T500-559L400-769q-2-5-.5-10t6.5-8q5-3 11-1t8 7l101 211q14 30-3.19 57-17.18 27-50.81 27h-72v56q0 23-15.5 38.5T346-376Z" }) })));
});
IconMaterialVoiceSelectionW100Filled.displayName = 'OnesyIconMaterialVoiceSelectionW100Filled';
exports.default = IconMaterialVoiceSelectionW100Filled;
;