UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.28 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 IconMaterialEngineeringW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EngineeringW100Filled', short_name: 'Engineering', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M87-192v-22q0-24 13-42t37-30q48-24 106-38t112-14q54 0 112 14t106 38q24 12 37 30t13 42v22q0 13-8.5 21.5T593-162H117q-13 0-21.5-8.5T87-192Zm268-250q-47 0-77.5-30.5T247-556h-8q-6 0-10-4t-4-10q0-6 4-10t10-4h8q2-26 10-47.5t30-44.5v38q0 6 4 10t10 4q6 0 10-4t4-10v-52q8-3 18.5-5.5T355-698q11 0 21.5 2.5T395-690v52q0 6 4 10t10 4q6 0 10-4t4-10v-38q23 23 30.5 44.5T463-584h8q6 0 10 4t4 10q0 6-4 10t-10 4h-8q0 53-30.5 83.5T355-442Zm0-28q35 0 57.5-22.5T435-550H275q0 35 22.5 57.5T355-470Zm301 89-1-15q-8-2-17-7t-15-11l-15 7q-5 2-9.5.5T591-413l-1-2q-3-5-2-10t6-8l13-9q-2-5-2-9v-17.5q0-3.5 2-9.5l-13-9q-5-3-6-8t2-10l1-2q3-5 7.5-6.5t9.5.5l15 7q6-6 15-11t17-7l1-15q1-5 5-9t9-4h2q5 0 9 4t5 9l1 15q8 2 17 7t15 11l15-7q5-2 9.5-.5t7.5 6.5l1 2q3 5 2 10t-6 8l-13 9q2 6 2 9.5v17.5q0 4-2 9l13 9q5 3 6 8t-2 10l-1 2q-3 5-7.5 6.5t-9.5-.5l-15-7q-6 6-15 11t-17 7l-1 15q-1 5-5 9t-9 4h-2q-5 0-9-4t-5-9Zm15-41q16 0 27-11t11-27q0-16-11-27t-27-11q-16 0-27 11t-11 27q0 16 11 27t27 11Zm83-181-1-15q-12-2-26-9.5T705-646l-15 7q-5 2-9.5.5T673-645l-1-2q-3-5-2-10t6-8l13-9q-2-6-3-13t-1-13q0-6 1-13t3-13l-13-9q-5-3-6-8t2-10l1-2q3-5 7.5-6.5t9.5.5l15 7q8-11 22-18.5t26-9.5l1-15q1-5 5-9t9-4h2q5 0 9 4t5 9l1 15q12 2 26 9.5t22 18.5l15-7q5-2 9.5-.5t7.5 6.5l1 2q3 5 2 10t-6 8l-13 9q2 6 3 13t1 13q0 6-1 13t-3 13l13 9q5 3 6 8t-2 10l-1 2q-3 5-7.5 6.5t-9.5-.5l-15-7q-8 11-22 18.5t-26 9.5l-1 15q-1 5-5 9t-9 4h-2q-5 0-9-4t-5-9Zm15-41q24 0 40-16t16-40q0-24-16-40t-40-16q-24 0-40 16t-16 40q0 24 16 40t40 16Z" }) }))); }); IconMaterialEngineeringW100Filled.displayName = 'OnesyIconMaterialEngineeringW100Filled'; exports.default = IconMaterialEngineeringW100Filled;