@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.12 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 IconMaterialWatchW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WatchW100Filled', short_name: 'Watch', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M444-174q-20 0-36.5-12T386-218l-18-64q-51-27-83.5-80T252-480q0-65 32.5-118t83.5-80l18-64q5-20 21.5-32t36.5-12h83q16 0 27.5 9.5T571-752l21 74q51 27 83.5 80T708-480q0 65-32.5 118T592-282l-18 64q-5 20-21.5 32T516-174h-72Zm36-106q83 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" }) })));
});
IconMaterialWatchW100Filled.displayName = 'OnesyIconMaterialWatchW100Filled';
exports.default = IconMaterialWatchW100Filled;
;