@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.79 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 IconMaterialSoapW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SoapW100', short_name: 'Soap', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M640.16-649Q622-649 609-661.84t-13-31Q596-711 608.84-724t31-13Q658-737 671-724.16t13 31Q684-675 671.16-662t-31 13ZM789-640q-23 0-38.5-15.5T735-694q0-23 15.5-38.5T789-748q23 0 38.5 15.5T843-694q0 23-15.5 38.5T789-640Zm-88.88-148Q686-788 676-797.88q-10-9.88-10-24t9.88-24.12q9.88-10 24-10t24.12 9.88q10 9.88 10 24T724.12-798q-9.88 10-24 10ZM266-132q-56 0-95-33t-39-89v-192q0-24.25 11.34-44.98Q154.67-511.7 175-525l313-202q3-2 8.5-2.5t9.5 3.5q13 13 10.5 27T505-670l-75 126h304q5.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 4H434q-17.13 0-26.06-15-8.94-15 .06-30l79-133-296 192q-14 9-22.5 24t-8.5 32v192q0 44 31.14 69 31.13 25 74.86 25h428q5.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 4H266Zm548-256H546q-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-4h268q5.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 4Zm-40 128H546q-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-4h228q5.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 4Zm-428-78Z" }) })));
});
IconMaterialSoapW100.displayName = 'OnesyIconMaterialSoapW100';
exports.default = IconMaterialSoapW100;
;