@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.91 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 IconMaterialDryW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DryW100', short_name: 'Dry', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M266-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-78Zm251-389q-23-29-32.5-54.53Q555-807.07 555-837q0-6.32 4.07-10.66 4.08-4.34 10-4.34 5.93 0 9.75 4.34 3.82 4.34 4.18 10.66 0 25 8 45t31 51q20 26 28.5 50t9.5 52q0 6-4 10.5t-10.18 4.5q-5.82 0-9.82-5t-4-11q-1-25-8.5-44T597-727Zm128 0q-23-29-32.5-54.53Q683-807.07 683-837q0-6.32 4.15-10.66t10.19-4.34q5.66 0 9.48 4.34 3.82 4.34 4.18 10.66 0 25 8 45t31 51q20 26 28.5 50t9.5 52q0 6.15-4.07 10.58-4.08 4.42-10 4.42-5.93 0-9.93-5t-4-11q-.94-24.98-8.47-43.99Q744-703 725-727Z" }) })));
});
IconMaterialDryW100.displayName = 'OnesyIconMaterialDryW100';
exports.default = IconMaterialDryW100;
;