UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.81 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 IconMaterialUlnaRadius = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UlnaRadius', short_name: 'UlnaRadius', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M720-82q-22 0-42.5-8.5T643-113l-4.5-4.5-4.5-4.5h-94q-42 0-71-29.5T440-223q0-23 10-43.5t30-36.5l40-32v-222l-62-88q-9-13-13.5-28t-4.5-29q0-42 29-71t71-29h200q42 0 70.5 28.5T839-703q0 15-4 29t-13 27l-62 90v224l39 39q20 20 30.5 43.5T840-202q0 50-35 85t-85 35Zm0-80q17 0 28.5-11.5T760-202q0-15-8.5-25l-8.5-10-39-39q-12-12-18-27t-6-30v-223q0-12 3.5-24t10.5-22l62-89q2-3 4-12 0-8-6-13.5t-14-5.5H540q-8 0-14 6t-6 14q0 3 1 5.5t3 5.5l62 89q7 10 10.5 21.5T600-556v221q0 18-8 34.5T570-273l-40 33q-5 4-7.5 8.5T520-221q0 8 5.5 13.5T540-202h89q18 0 32 6.5t30 22.5q5 5 12.5 8t16.5 3Zm-367 28q-11 5-22.5 7.5T307-124q-45 0-76-30.5T200-229v-364l-70-147q-5-10-7.5-21t-2.5-22q0-42 29-70.5t71-28.5h180v80q42 0 71 29t29 71q0 17-5 31.5T480-643l-40 54v200l43 65q8 13 12.5 27.5T500-268q0 29-15 53t-40 36l-92 45Zm-35-72 91-45q5-2 8-7t3-10l-4-12-36-55q-10-15-15-32.5t-5-34.5v-174q0-20 6-38t18-34l32-42q2-3 4-12 0-8-6-14t-14-6h-40q-17 0-28.5-11.5T320-762v-40H220q-8 0-14 5.5t-6 13.5q0-1 2 9l66 138q6 12 9 25t3 27v355q0 11 8 18.5t19 7.5q3 0 11-3Zm322-236Zm-330-61Z" }) }))); }); IconMaterialUlnaRadius.displayName = 'OnesyIconMaterialUlnaRadius'; exports.default = IconMaterialUlnaRadius;