UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.12 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 IconMaterialPhishingW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PhishingW100Filled', short_name: 'Phishing', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M444-172q-81 0-136.5-58.5T252-371v-129q0-10 9.5-14t16.5 4l90 93q4 4 4 9t-4 9q-4 4-9.5 4t-9.5-4l-69-72v100q0 70 47.5 120.5T444-200q69 0 116.5-50.5T608-371v-135q-31-5-51-29.5T537-592q0-32 19.5-57t51.5-30v-135q0-6 4-10t10-4q6 0 10 4t4 10v135q32 5 52 30t20 57q0 32-20 56.5T636-506v135q0 82-55.5 140.5T444-172Z" }) }))); }); IconMaterialPhishingW100Filled.displayName = 'OnesyIconMaterialPhishingW100Filled'; exports.default = IconMaterialPhishingW100Filled;