UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.18 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 IconMaterialPortraitLighting = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PortraitLighting', short_name: 'PortraitLighting', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480 576q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160 856v-72q0-34 17.5-62.5T224 678q62-31 126-46.5T480 616q66 0 130 15.5T736 678q29 15 46.5 43.5T800 784v72q0 17-11.5 28.5T760 896H200q-17 0-28.5-11.5T160 856Zm320-40h240v-32q0-11-5.5-20T700 750q-54-27-109-40.5T480 696v120Zm0-320q33 0 56.5-23.5T560 416q0-33-23.5-56.5T480 336v160Z" }) }))); }); IconMaterialPortraitLighting.displayName = 'OnesyIconMaterialPortraitLighting'; exports.default = IconMaterialPortraitLighting;