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 IconMaterialNearMeDisabledFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NearMeDisabledFilled', short_name: 'NearMeDisabled', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M507-143 402-402 143-507q-13-5-19-15.5t-6-21.5q0-11 6.5-21.5T144-581l171-64-175-175q-12-12-12-28.5t12-28.5q12-12 28.5-12t28.5 12l680 680q12 12 12 28t-12 28q-12 12-28.5 12T820-141L645-315l-64 171q-5 13-15.5 19.5T544-118q-11 0-21.5-6T507-143Zm294-658q8 8 11 19.5t-2 23.5l-81 219q-8 20-29 25t-37-11L525-663q-16-16-11-37t25-29l219-81q12-5 23.5-2t19.5 11Z" }) }))); }); IconMaterialNearMeDisabledFilled.displayName = 'OnesyIconMaterialNearMeDisabledFilled'; exports.default = IconMaterialNearMeDisabledFilled;