@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.57 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 IconMaterialToolsInstallationKit = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ToolsInstallationKit', short_name: 'ToolsInstallationKit', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M360-160q-134 0-227-93T40-480q0-134 93-227t227-93h240q134 0 227 93t93 227q0 134-93 227t-227 93H360Zm0-80h240q100 0 170-70t70-170q0-100-70-170t-170-70H360q-100 0-170 70t-70 170q0 100 70 170t170 70Zm120-160q33 0 56.5-23.5T560-480q0-33-23.5-56.5T480-560q-33 0-56.5 23.5T400-480q0 33 23.5 56.5T480-400Zm-40-200h80q17 0 28.5-11.5T560-640q0-17-11.5-28.5T520-680h-80q-17 0-28.5 11.5T400-640q0 17 11.5 28.5T440-600Zm0 320h80q17 0 28.5-11.5T560-320q0-17-11.5-28.5T520-360h-80q-17 0-28.5 11.5T400-320q0 17 11.5 28.5T440-280Zm200-120q17 0 28.5-11.5T680-440v-80q0-17-11.5-28.5T640-560q-17 0-28.5 11.5T600-520v80q0 17 11.5 28.5T640-400Zm-320 0q17 0 28.5-11.5T360-440v-80q0-17-11.5-28.5T320-560q-17 0-28.5 11.5T280-520v80q0 17 11.5 28.5T320-400Zm160-80Z" }) })));
});
IconMaterialToolsInstallationKit.displayName = 'OnesyIconMaterialToolsInstallationKit';
exports.default = IconMaterialToolsInstallationKit;
;