@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.14 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 IconMaterialSwitchesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SwitchesW100', short_name: 'Switches', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M300-332q-62 0-105-43t-43-105q0-62 43-105t105-43q43.51 0 78.76 22Q414-584 432-548h308q29 0 48.5 19.5T808-480q0 29-19.5 48.5T740-412H432q-18 36-53.24 58-35.25 22-78.76 22Zm0-148Zm142 40h298q17 0 28.5-11.5T780-480q0-17-11.5-28.5T740-520H442q3 9 4.5 20t1.5 20q0 9-1.5 20t-4.5 20Zm-142 80q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Z" }) })));
});
IconMaterialSwitchesW100.displayName = 'OnesyIconMaterialSwitchesW100';
exports.default = IconMaterialSwitchesW100;
;