UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialExposureNeg2 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ExposureNeg2', short_name: 'ExposureNeg2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M800-200H513q-12 0-20.5-8.5T484-229v-43q0-3 8-21l192-195q33-35 46.5-58.5T744-600q0-29-22.5-52.5T654-676q-26 0-44.5 10.5T578-638q-10 14-25.5 19t-30.5-1q-17-7-24.5-22.5t.5-29.5q21-35 60.5-61.5T656-760q83 0 129.5 47.5T832-600q0 45-21 82t-65 82L600-284l2 4h198q17 0 28.5 11.5T840-240q0 17-11.5 28.5T800-200ZM360-400H160q-17 0-28.5-11.5T120-440q0-17 11.5-28.5T160-480h200q17 0 28.5 11.5T400-440q0 17-11.5 28.5T360-400Z" }) }))); }); IconMaterialExposureNeg2.displayName = 'OnesyIconMaterialExposureNeg2'; exports.default = IconMaterialExposureNeg2;