UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.22 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 IconMaterialScubaDivingW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ScubaDivingW100Filled', short_name: 'ScubaDiving', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m234-229 33-185q2-17 13-29.5t28-16.5l390-118 76-167 6-9 86-85q4-4 9-4t10 4q5 4 5 10t-4 11l-84 88-67 166q-2 4-4 7.5t-6 5.5L548-424l-242 77-47 130-2 4q-1 2-3 4L163-87q-4 5-9 6t-10-3q-5-4-6-10t3-11l93-124ZM120-366q-26 0-45-19t-19-45q0-26 19-45t45-19q26 0 45 19t19 45q0 26-19 45t-45 19Zm232-191q-17 5-33.5-4T297-588q-5-17 4.5-33.5T328-643l137-41q12-4 23.5 2t14.5 19l7 28q3 12-3 22t-17 14l-138 42Z" }) }))); }); IconMaterialScubaDivingW100Filled.displayName = 'OnesyIconMaterialScubaDivingW100Filled'; exports.default = IconMaterialScubaDivingW100Filled;