UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.58 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 IconMaterialSoap = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Soap', short_name: 'Soap', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M630-640q-29 0-49.5-20.5T560-710q0-29 20.5-49.5T630-780q29 0 49.5 20.5T700-710q0 29-20.5 49.5T630-640Zm210 0q-33 0-56.5-23.5T760-720q0-33 23.5-56.5T840-800q33 0 56.5 23.5T920-720q0 33-23.5 56.5T840-640ZM700-800q-25 0-42.5-17.5T640-860q0-25 17.5-42.5T700-920q25 0 42.5 17.5T760-860q0 25-17.5 42.5T700-800ZM240-80q-66 0-113-47T80-240v-216q0-31 14.5-57.5T135-557l306-199q11-7 23-5.5t21 10.5q20 20 23.5 47.5T497-652l-45 72h308q17 0 28.5 11.5T800-540q0 17-11.5 28.5T760-500H380q-23 0-35-20.5t1-40.5l39-63-207 134q-9 5-13.5 14t-4.5 20v216q0 33 23.5 56.5T240-160h480q17 0 28.5 11.5T760-120q0 17-11.5 28.5T720-80H240Zm600-280H520q-17 0-28.5-11.5T480-400q0-17 11.5-28.5T520-440h320q17 0 28.5 11.5T880-400q0 17-11.5 28.5T840-360Zm-40 140H520q-17 0-28.5-11.5T480-260q0-17 11.5-28.5T520-300h280q17 0 28.5 11.5T840-260q0 17-11.5 28.5T800-220ZM320-330Z" }) }))); }); IconMaterialSoap.displayName = 'OnesyIconMaterialSoap'; exports.default = IconMaterialSoap;