@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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 IconMaterialWatchCheckW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WatchCheckW100Filled', short_name: 'WatchCheck', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m438-429 131-132q4-4 9.5-4t10.5 4q5 4 4.5 10t-4.5 10L459-411q-9 9-21.5 9t-21.5-9l-45-45q-4-4-4.5-9.5T371-476q4-4 10-4t10 4l47 47Zm-6 297q-10 0-17.5-6T404-154l-26-92q-5-16-15-30t-27-27q-40-31-62-77t-22-100q0-53 22-99t62-78q17-14 27-28t15-29l26-92q3-10 10.5-16t17.5-6h96q10 0 17.5 6t10.5 16l26 92q5 16 15 30t27 27q40 31 62 77t22 100q0 53-22 99t-62 78q-17 14-27 28t-15 29l-26 92q-3 10-10.5 16t-17.5 6h-96Zm48-148q83 0 141.5-58.5T680-480q0-83-58.5-141.5T480-680q-83 0-141.5 58.5T280-480q0 83 58.5 141.5T480-280Z" }) })));
});
IconMaterialWatchCheckW100Filled.displayName = 'OnesyIconMaterialWatchCheckW100Filled';
exports.default = IconMaterialWatchCheckW100Filled;
;