UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.68 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 IconMaterialVacuumW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VacuumW100', short_name: 'Vacuum', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M160.12-106Q121-106 93.5-133.38 66-160.76 66-199.88 66-239 93.38-266.5q27.38-27.5 66.5-27.5 39.12 0 66.62 27.38 27.5 27.38 27.5 66.5 0 39.12-27.38 66.62-27.38 27.5-66.5 27.5Zm-.12-28q27 0 46.5-19.5T226-200q0-27-19.5-46.5T160-266q-27 0-46.5 19.5T94-200q0 27 19.5 46.5T160-134Zm294-306v274q0 24.75-17.62 42.37Q418.75-106 394-106h-64q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h64q14 0 23-9t9-23v-274q0-43.73-31.14-74.86Q363.73-546 320-546H166q-14 0-23 9t-9 23v123q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-123q0-24.75 17.63-42.38Q141.25-574 166-574h60v-162q0-66.12 45.92-112.06T383.93-894q48.07 0 87.57 26 39.5 26 57.5 70l281 664h70q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H680q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h100L504-786q-16-37-48-58.5T384.42-866Q330-866 292-828t-38 92v162h66q56 0 95 39t39 95ZM280-340Z" }) }))); }); IconMaterialVacuumW100.displayName = 'OnesyIconMaterialVacuumW100'; exports.default = IconMaterialVacuumW100;