@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.39 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 IconMaterialScreencastW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ScreencastW100', short_name: 'Screencast', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192 844q-26 0-43-17t-17-43V368q0-26 17-43t43-17h576q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm494-134H574q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h112q5.95 0 9.975 4.035 4.025 4.035 4.025 10T695.975 706q-4.025 4-9.975 4Zm0-120H574q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h112q5.95 0 9.975 4.035 4.025 4.035 4.025 10T695.975 586q-4.025 4-9.975 4Zm-526-70v264q0 12 10 22t22 10h576q12 0 22-10t10-22V470H574q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h226v-74q0-12-10-22t-22-10H460v154q0 12.75-8.625 21.375T430 520H160Z" }) })));
});
IconMaterialScreencastW100.displayName = 'OnesyIconMaterialScreencastW100';
exports.default = IconMaterialScreencastW100;