UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.21 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 IconMaterialNestLocatorTagW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestLocatorTagW100', short_name: 'NestLocatorTag', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 20.7q-2.35 0-4.025-1.675Q6.3 17.35 6.3 15q0-1.725 1.075-3.338Q8.45 10.05 10.65 9.45V3.4q0-.325.213-.538.212-.212.537-.212h1.2q.325 0 .538.212.212.213.212.538v6.05q2.2.6 3.275 2.212Q17.7 13.275 17.7 15q0 2.35-1.675 4.025Q14.35 20.7 12 20.7Zm0-.7q2.075 0 3.538-1.462Q17 17.075 17 15q0-2.075-1.462-3.538Q14.075 10 12 10q-2.075 0-3.537 1.462Q7 12.925 7 15q0 2.075 1.463 3.538Q9.925 20 12 20Z" }) }))); }); IconMaterialNestLocatorTagW100.displayName = 'OnesyIconMaterialNestLocatorTagW100'; exports.default = IconMaterialNestLocatorTagW100;