UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.5 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 IconMaterialToolsInstallationKitFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ToolsInstallationKitFilled', 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 93H360Zm120-240q33 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-400Z" }) }))); }); IconMaterialToolsInstallationKitFilled.displayName = 'OnesyIconMaterialToolsInstallationKitFilled'; exports.default = IconMaterialToolsInstallationKitFilled;