UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.04 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 IconMaterialNestCamOutdoorW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestCamOutdoorW100Filled', short_name: 'NestCamOutdoor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M549-237q-15 19-39 20.5T467-230L324-350q-24-20-42-45t-26-55q-9 14-22.5 22t-29.5 8h-58v-252h58q27 0 44.5 21t17.5 50q26-58 80-90.5T464-724q36 0 69 13t61 36l144 120q19 16 21 39.5T745-473L549-237Z" }) }))); }); IconMaterialNestCamOutdoorW100Filled.displayName = 'OnesyIconMaterialNestCamOutdoorW100Filled'; exports.default = IconMaterialNestCamOutdoorW100Filled;