UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 972 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 IconMaterialInkMarkerW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InkMarkerW100Filled', short_name: 'InkMarker', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m274-176-32-32-30 30q-7 7-16 7t-16-7q-7-7-7-16t7-16l30-30-32-32 492-492q9-9 20-9t20 9l56 56q9 9 9 20t-9 20L274-176Zm170-322L218-272l56 56 226-226-56-56Z" }) }))); }); IconMaterialInkMarkerW100Filled.displayName = 'OnesyIconMaterialInkMarkerW100Filled'; exports.default = IconMaterialInkMarkerW100Filled;