UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.38 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 IconMaterialSpecificGravityW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SpecificGravityW100', short_name: 'SpecificGravity', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M309-132q-23.25 0-40.5-14.93T249-185l-67-610q-2-13.5 7.25-23.25T212-828h536q13.5 0 22.75 9.75T778-795l-67 610q-2.25 23.14-19.5 38.07T651-132H309Zm-79-482h155q18-19 42.46-29.5T480-654q28.08 0 52.54 10.5T575-614h155l20-186H209l21 186Zm250.19 200Q524-414 555-445.19q31-31.2 31-75Q586-564 554.81-595q-31.2-31-75-31Q436-626 405-594.81q-31 31.2-31 75Q374-476 405.19-445q31.2 31 75 31ZM233-586l44 398q2 12 11 20t21 8h342q12 0 21-8t11-20l44-398H597q8 14 12.5 31t4.5 35q0 56-39 95t-95 39q-56 0-95-39t-39-95q0-18 4.5-35t12.5-31H233Zm76 426h54-17 268-17 54-342Z" }) }))); }); IconMaterialSpecificGravityW100.displayName = 'OnesyIconMaterialSpecificGravityW100'; exports.default = IconMaterialSpecificGravityW100;