UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.57 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 IconMaterialNestTrueRadiantW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestTrueRadiantW100', short_name: 'NestTrueRadiant', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M255.06-176Q218-176 192-201.96T166-265v-305q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v305q0 25.93 17.55 43.46Q229.11-204 255.05-204q25.95 0 43.45-17.54Q316-239.07 316-265v-430q0-37.08 25.94-63.04t63-25.96Q442-784 468-758.04T494-695v430q0 25.93 17.55 43.46Q529.11-204 555.05-204q25.95 0 43.45-17.54Q616-239.07 616-265v-430q0-37.08 25.94-63.04t63-25.96Q742-784 768-758.04T794-695v305q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-305q0-25.92-17.55-43.46Q730.89-756 704.95-756q-25.95 0-43.45 17.54Q644-720.92 644-695v430q0 37.08-25.94 63.04t-63 25.96Q518-176 492-201.96T466-265v-430q0-25.92-17.55-43.46Q430.89-756 404.95-756q-25.95 0-43.45 17.54Q344-720.92 344-695v430q0 37.08-25.94 63.04t-63 25.96Z" }) }))); }); IconMaterialNestTrueRadiantW100.displayName = 'OnesyIconMaterialNestTrueRadiantW100'; exports.default = IconMaterialNestTrueRadiantW100;