UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.31 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 IconMaterialFallingW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FallingW100', short_name: 'Falling', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m521-259-132-99q-8-7-14.5-15.5T366-393l-54-239-133 114 27 127q2 6-1.5 11t-9.5 7q-6 2-11-2t-7-10l-22-108q-3-16 2-30.5t17-25.5l142-126q17-16 40.5-11t46.5 14q36 15 74 21.5t76 1.5q27-4 51-16.5t46-29.5q5-4 11.5-4t10.5 5q4 5 2.5 11t-6.5 10q-20 15-41 27t-45 19q-40 11-80.5 6.5T421-635l43 189 137-26q12-2 24 .5t22 9.5l145 103q5 4 5.5 9.5T794-339q-4 5-9 6t-10-2L631-436l-213 43 107 78q14 11 20.5 26.5T549-256l-27 151q-1 6-6.5 9.5T504-94q-6-2-9-6.5t-2-10.5l28-148ZM320-748q-26 0-45-19t-19-45q0-26 19-45t45-19q26 0 45 19t19 45q0 26-19 45t-45 19Z" }) }))); }); IconMaterialFallingW100.displayName = 'OnesyIconMaterialFallingW100'; exports.default = IconMaterialFallingW100;