UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.38 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 IconMaterialUlnaRadiusAltW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UlnaRadiusAltW100Filled', short_name: 'UlnaRadiusAlt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M494-179q-25 0-48.5-9.5T403-216L135-467q-8-8-9.5-20t6.5-21l155-198q10-13 25.5-15t29.5 6q66 45 115.5 107.5T525-481q43-54 85.5-80.5T743-612q20-5 37.5-10.5T814-633q14-5 26.5 3t12.5 23v193q0 16-7.5 29.5T825-363L566-200q-16 10-34 15.5t-38 5.5Zm31-104q11 0 19.5-8.5T553-311q0-5-12-22l138-86q2 10 10 16.5t18 6.5q11 0 19.5-8.5T735-424q0-11-8.5-19.5T707-452h-2q2-3 2.5-6t.5-7q0-11-8.5-19.5T680-493q-11 0-19.5 8.5T652-465q0 4 11 22l-138 85q-2-9-9.5-15t-17.5-6q-11 0-19.5 8.5T470-351q0 11 8.5 19.5T500-323q-2 3-2.5 6t-.5 6q0 11 8.5 19.5T525-283Z" }) }))); }); IconMaterialUlnaRadiusAltW100Filled.displayName = 'OnesyIconMaterialUlnaRadiusAltW100Filled'; exports.default = IconMaterialUlnaRadiusAltW100Filled;