UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.19 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 IconMaterialRainyHeavyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RainyHeavyW100Filled', short_name: 'RainyHeavy', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M326-228q-5 2-10.5.5T308-234L68-714q-2-5-.5-10.5T74-732q5-2 10.5-.5T92-726l241 480q2 5 0 10t-7 8Zm187 0q-5 3-11 1t-8-7L254-714q-2-5-.5-10.5t6.5-7.5q5-2 11-.5t8 6.5l241 480q2 5 0 10t-7 8Zm187 0q-5 3-11 1t-8-7L441-714q-2-5-.5-11t6.5-8q5-2 11 0t8 7l240 479q2 5 .5 10.5T700-228Zm186 0q-5 2-10.5.5T868-234L628-714q-2-5-.5-11t6.5-8q5-2 11 0t8 7l240 480q2 5 0 10.5t-7 7.5Z" }) }))); }); IconMaterialRainyHeavyW100Filled.displayName = 'OnesyIconMaterialRainyHeavyW100Filled'; exports.default = IconMaterialRainyHeavyW100Filled;