@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.52 kB
JavaScript
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 IconMaterialDeployedCodeUpdateFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DeployedCodeUpdateFilled', short_name: 'DeployedCodeUpdate', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m700-156-58-58q-6-6-14-6t-14 6q-6 6-6 14t6 14l78 78q6 6 13 8.5t15 2.5q8 0 15-2.5t13-8.5l78-78q6-6 6-14t-6-14q-6-6-14-6t-14 6l-58 58v-144q0-8-6-14t-14-6q-8 0-14 6t-6 14v144ZM480-446q11 0 21-3t19-8l203-117q14-8 18-24.5t-4-30.5q-8-14-24-18t-30 4L480-526 277-643q-14-8-30-4t-24 18q-8 14-3.5 30.5T238-574l202 117q9 5 19 8t21 3ZM120-321v-318q0-22 10.5-40t29.5-29l280-161q10-5 19.5-8t20.5-3q11 0 21 3t19 8l280 161q19 11 29.5 29t10.5 40v136q0 18-15 28t-32 5q-17-5-35.5-7.5T720-480q-116 0-198 82t-82 198v20.5q0 9.5 2 17.5 4 25-14.5 39t-38.5 3L160-252q-19-11-29.5-29T120-321ZM720 0q-83 0-141.5-58.5T520-200q0-83 58.5-141.5T720-400q83 0 141.5 58.5T920-200q0 83-58.5 141.5T720 0Z" }) })));
});
IconMaterialDeployedCodeUpdateFilled.displayName = 'OnesyIconMaterialDeployedCodeUpdateFilled';
exports.default = IconMaterialDeployedCodeUpdateFilled;
;