UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 893 B
"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 IconMaterialPushPinW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PushPinW100Filled', short_name: 'PushPin', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M14.7 12.55 16.15 14v.7h-3.8v4.7l-.35.35-.35-.35v-4.7h-3.8V14l1.45-1.45V5h-1v-.7h7.4V5h-1Z" }) }))); }); IconMaterialPushPinW100Filled.displayName = 'OnesyIconMaterialPushPinW100Filled'; exports.default = IconMaterialPushPinW100Filled;