UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.75 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 IconMaterialLinkedCameraW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LinkedCameraW100', short_name: 'LinkedCamera', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M798-670q0-70-49.5-119.5T629-839q-5.7 0-9.85-4.58-4.15-4.57-4.15-10.5 0-5.92 4.15-9.92t9.85-4q82.19 0 140.09 57.91Q827-752.19 827-670q0 5.7-4.21 9.85-4.21 4.15-10 4.15t-10.29-4.15Q798-664.3 798-670Zm-106 0q0-26.46-18.27-44.73Q655.46-733 629-733q-5.92 0-9.96-4.25Q615-741.5 615-747q0-5.7 4.15-9.85Q623.3-761 629-761q37.63 0 64.31 26.69Q720-707.63 720-670q0 5.7-4.21 9.85-4.21 4.15-10 4.15t-9.79-4.04q-4-4.04-4-9.96ZM480-440ZM192-172q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h116l56-61q8.2-8.77 19.76-13.88Q395.32-788 408-788h154q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H394.23L320-680H192q-14 0-23 9t-9 23v416q0 14 9 23t23 9h576q14 0 23-9t9-23v-370q0-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.97v370q0 26-17 43t-43 17H192Zm288-128q59 0 99.5-40.5T620-440q0-59-40.5-99.5T480-580q-59 0-99.5 40.5T340-440q0 59 40.5 99.5T480-300Zm0-28q-48 0-80-32t-32-80q0-48 32-80t80-32q48 0 80 32t32 80q0 48-32 80t-80 32Z" }) }))); }); IconMaterialLinkedCameraW100.displayName = 'OnesyIconMaterialLinkedCameraW100'; exports.default = IconMaterialLinkedCameraW100;