UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.69 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 IconMaterialLaundryW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LaundryW100Filled', short_name: 'Laundry', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M180-257q-4-5-3.44-10.63.57-5.62 5.44-9.37l56-48q20-17 45.5-26t51.91-9q25.59 0 50.35 8.96Q410.51-342.07 431-325l116 99q16.56 14.14 36.95 20.57Q604.34-199 626-199q21 0 41.08-6.43T704-226l56-49q5-4 10.7-3.61 5.7.4 9.5 5.5 3.8 5.11 3.24 10.73-.56 5.63-5.44 9.38l-56 48q-20.39 17-45.03 25.5Q652.34-171 626-171q-26 0-51.54-8.5Q548.91-188 529-205l-116-99q-16.84-14.14-36.92-20.57Q356-331 334.62-331q-21.38 0-41.5 6.5T256-304l-57 48q-5 4-10 4t-9-5Zm112-179v-173l-81 45q-11 6-23 3t-18-14l-39-68q-6-11-3-23t14.11-18.31L300-775q3.82-1.65 7.95-2.82 4.14-1.18 8.6-1.18 4.45 0 7.45 2t5 6q18 47 59 75t92 28q51 0 92-28t59-75q2-4 5-6t7-2q4.67 0 8.83 1.18Q656-776.65 660-775l157.89 90.69Q829-678 832-666t-3 23l-39 67q-6 10.96-18 14.48-12 3.52-23-2.48l-80-45v311l-14 8q-7 4-14.19 7.5-7.19 3.5-14.81 3.5-7.65 0-14.83-1.5Q604-282 599-287l-116-99q-31-26-69.19-40-38.2-14-78.81-14-10.98 0-21.73 1T292-436Z" }) }))); }); IconMaterialLaundryW100Filled.displayName = 'OnesyIconMaterialLaundryW100Filled'; exports.default = IconMaterialLaundryW100Filled;