@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.65 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 IconMaterialDeployedCodeUpdateW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DeployedCodeUpdateW100', short_name: 'DeployedCodeUpdate', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M464-791 217-648l263 152 263-152-247-143q-8-5-16-5t-16 5ZM172-340v-280q0-16 7.88-29.79Q187.75-663.57 202-672l248-143q8-5 14.95-6.5 6.95-1.5 15-1.5t15.55 1.5Q503-820 510-815l248 143q14.25 8.43 22.13 22.21Q788-636 788-620v118q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-124L509-481q-14.33 8-30.16 8-15.84 0-29.84-8L200-626v286q0 8 4 15t12 12l249 145q3.15 1.75 5.08 4.91 1.92 3.16 1.92 7.02 0 8.07-6.5 11.57T452-145L202-288q-14.25-8.43-22.12-22.21Q172-324 172-340ZM720-65q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-65ZM480-479Zm226 311-52-52q-4-4-9.5-4.5T634-220q-5 5-5 10t5 10l65 65q5 5 10.13 7 5.14 2 11 2 5.87 0 10.87-2 5-2 10-7l65-65q4-4 4.5-9.5T806-220q-5-5-10-5t-10.34 5.34L734-168v-130q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v130Z" }) })));
});
IconMaterialDeployedCodeUpdateW100.displayName = 'OnesyIconMaterialDeployedCodeUpdateW100';
exports.default = IconMaterialDeployedCodeUpdateW100;
;