UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.1 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 IconMaterialDeployedCodeW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DeployedCodeW100Filled', short_name: 'DeployedCode', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M450-145 202-288q-14-8-22-22t-8-30v-280q0-16 8-30t22-22l248-143q14-8 30-8t30 8l248 143q14 8 22 22t8 30v280q0 16-8 30t-22 22L510-145q-14 8-30 8t-30-8Zm16-327v304q7 4 14 4t14-4v-304l266-154q0-5-2.5-10t-7.5-8l-7-4-263 152-263-152-7 4q-5 3-7.5 8t-2.5 10l266 154Z" }) }))); }); IconMaterialDeployedCodeW100Filled.displayName = 'OnesyIconMaterialDeployedCodeW100Filled'; exports.default = IconMaterialDeployedCodeW100Filled;