UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.8 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 IconMaterialSyncProblemW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SyncProblemW100Filled', short_name: 'SyncProblem', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-292q-11 0-19.5-8.5T452-320q0-11 8.5-19.5T480-348q11 0 19.5 8.5T508-320q0 11-8.5 19.5T480-292Zm-.04-136q-5.96 0-9.96-4.02-4-4.03-4-9.98v-198q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v198q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM198-476q0 62.94 27 115.97T326-242v-114q0-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.98v132q0 12.75-8.62 21.37Q336.75-194 324-194H192q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h114q-78-68-107-128t-29-126.36q0-86.64 45-158.14Q260-706 333-743q6-3 12-1.5t8 7.5q2 6-.65 11.53-2.65 5.52-8.35 8.47-66 33-106 98t-40 143Zm562 1q0-62.94-27-115.97T632-709v114q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-132q0-12.75 8.63-21.38Q621.25-757 634-757h132q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H652q78 68 107 128t29 126.36q0 86.64-45.12 157.99Q697.75-245.31 625-208q-6 3-12 1.5t-8-7.5q-2-6 .65-11.53 2.65-5.52 8.35-8.47 66-33 106-98t40-143Z" }) }))); }); IconMaterialSyncProblemW100Filled.displayName = 'OnesyIconMaterialSyncProblemW100Filled'; exports.default = IconMaterialSyncProblemW100Filled;